返回信息流【 以下文字转载自 StudyShare 讨论区 】
发信人: zzsanduo (出太阳出太阳), 信区: StudyShare
标 题: 【求助】matlab中的一个函数
发信站: 北邮人论坛 (Sun May 3 17:16:18 2009), 站内
H=Freqz(num,den,w)中,den指啥?明天交matlab实验,好多都不懂。
谢谢·~
这个问题不会很弱智吧.....很羞愧,啥都不懂...
这是一条镜像帖。来源:北邮人论坛 / matlab / #5321同步于 2009/5/3
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Matlab机器人发帖
【求助】matlab中的一个函数 (转载)
zzsanduo
2009/5/3镜像同步6 回复
订阅后,新回复会通过你的通知中心匿名送达。
6 条回复
千辛万苦转到这儿来了~~~~~~
谢谢大牛们·~~
【 在 zzsanduo (出太阳出太阳) 的大作中提到: 】
: 【 以下文字转载自 StudyShare 讨论区 】
: 发信人: zzsanduo (出太阳出太阳), 信区: StudyShare
: 标 题: 【求助】matlab中的一个函数
: ...................
在study给你解答了
【 在 zzsanduo (出太阳出太阳) 的大作中提到: 】
: 【 以下文字转载自 StudyShare 讨论区 】
: 发信人: zzsanduo (出太阳出太阳), 信区: StudyShare
: 标 题: 【求助】matlab中的一个函数
: ...................
help freqz
FREQZ Digital filter frequency response.
[H,W] = FREQZ(B,A,N) returns the N-point complex frequency response
vector H and the N-point frequency vector W in radians/sample of
the filter:
jw -jw -jmw
jw B(e) b(1) + b(2)e + .... + b(m+1)e
H(e) = ---- = ------------------------------------
jw -jw -jnw
A(e) a(1) + a(2)e + .... + a(n+1)e
given numerator and denominator coefficients in vectors B and A. The
frequency response is evaluated at N points equally spaced around the
upper half of the unit circle. If N isn't specified, it defaults to
512.
[H,W] = FREQZ(B,A,N,'whole') uses N points around the whole unit circle.
H = FREQZ(B,A,W) returns the frequency response at frequencies
designated in vector W, in radians/sample (normally between 0 and pi).
[H,F] = FREQZ(B,A,N,Fs) and [H,F] = FREQZ(B,A,N,'whole',Fs) return
frequency vector F (in Hz), where Fs is the sampling frequency (in Hz).
H = FREQZ(B,A,F,Fs) returns the complex frequency response at the
frequencies designated in vector F (in Hz), where Fs is the sampling
frequency (in Hz).
FREQZ(B,A,...) with no output arguments plots the magnitude and
unwrapped phase of the filter in the current figure window.
See also FILTER, FFT, INVFREQZ, FVTOOL, and FREQS.
Overloaded methods
help qfilt/freqz.m
help 文档里面的
我想起了另一个问题。
还是有点弱
在matlab里,平时用的常数e在里边杂用不了呢?
快崩溃了~~~
【 在 ltx1215 (缘未觉醒) 的大作中提到: 】
: help freqz
: FREQZ Digital filter frequency response.
: [H,W] = FREQZ(B,A,N) returns the N-point complex frequency response
: ...................
【 在 zzsanduo 的大作中提到: 】
: 我想起了另一个问题。
: 还是有点弱
: 在matlab里,平时用的常数e在里边杂用不了呢?
: ...................
。。。exp(n)表示e的n次方