查看单个帖子
旧 2008-12-15, 20:58   #4
datuman
初级会员
 
注册日期: 2007-06-09
帖子: 6
声望力: 0
datuman 正向着好的方向发展
默认 回复: [讨论]fft分析结果疑惑?

f这项处理的不对。

频谱分析建议记住这些:

x Sampled data
m = length(x) Window length (number of samples)
fs Samples/unit time
dt = 1/fs Time increment per sample
t = (0:m-1)/fs Time range for data
y = fft(x,n) Discrete Fourier transform (DFT)
abs(y) Amplitude of the DFT
(abs(y).^2)/n Power of the DFT
fs/n Frequency increment
f = (0:n-1)*(fs/n) Frequency range
fs/2 Nyquist frequency
datuman 当前离线   回复时引用此帖