由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - 请问:怎么用"DFT"区别频率不一样的合成波啊?
相关主题
Ask a basic communications questioncan anyone recommand a book on DSP?
有没有analog to digital converter得牛人 请教: 从物理转到EE的问题
请教microcontroller/dsp/fpga的选择问个采样的问题
Re: what is the definition of white noise?Re: Telecommunication现在还热门吗?
问个sampling error 的问题Signal processing 好找工作不?
a question about quantization noise DSP很难吗?需要哪些预备知识呢?
请问个AD/DA的问题Help, please
Re: Question on DFTEE的MS,什么方向比较好就业?
相关话题的讨论汇总
话题: dft话题: 合成话题: 楚用话题: sample话题: 频率
进入EE版参与讨论
1 (共1页)
R******m
发帖数: 44
1
合成波 y=cos(w1*t)+cos(w2*t);
diff=w1-w2;
直到频率之差diff为多少时,不能用"DFT"区别两个波?
不太清楚用Matlab 不太清楚用
谢谢
t********s
发帖数: 5
2
到多少时都能,只要给的SAMPLE够多 。。。
R******m
发帖数: 44
3
SAMPLE is finite, say n=100;
how can I do that?
t********s
发帖数: 5
4

嗯 ,那么,太近了就分不开了 。。。
随便找本儿DSP的书看看吧 。。 要知道
SAMPLING。 。。。

【在 R******m 的大作中提到】
: SAMPLE is finite, say n=100;
: how can I do that?

B*********r
发帖数: 31
5
Nyquist带通抽样定理

【在 R******m 的大作中提到】
: 合成波 y=cos(w1*t)+cos(w2*t);
: diff=w1-w2;
: 直到频率之差diff为多少时,不能用"DFT"区别两个波?
: 不太清楚用Matlab 不太清楚用
: 谢谢

z*****n
发帖数: 7639
6
You are talking about DFT for digital signals.
In this case, the first thing is the sameples
you take from analog signals. If the samples taken
is not periodic, it will make "frequency leaking"
when applying DFT.
In the case the number samples is the a common
multiplier of two individual input sequences,
you will see clearly two spikes on spectrum.

【在 R******m 的大作中提到】
: 合成波 y=cos(w1*t)+cos(w2*t);
: diff=w1-w2;
: 直到频率之差diff为多少时,不能用"DFT"区别两个波?
: 不太清楚用Matlab 不太清楚用
: 谢谢

a****l
发帖数: 8211
7
the theoratical answer is the frequency resolution of your DFT. In practice,
it could be 10 times of that.

【在 R******m 的大作中提到】
: 合成波 y=cos(w1*t)+cos(w2*t);
: diff=w1-w2;
: 直到频率之差diff为多少时,不能用"DFT"区别两个波?
: 不太清楚用Matlab 不太清楚用
: 谢谢

R******m
发帖数: 44
8
我使用这个来计算spectrum。
s = 20 * log10(abs(fft(y)/N/afs*2));
N是采样数,afs 是振幅。
是对的吧?
谢谢

【在 z*****n 的大作中提到】
: You are talking about DFT for digital signals.
: In this case, the first thing is the sameples
: you take from analog signals. If the samples taken
: is not periodic, it will make "frequency leaking"
: when applying DFT.
: In the case the number samples is the a common
: multiplier of two individual input sequences,
: you will see clearly two spikes on spectrum.

1 (共1页)
进入EE版参与讨论
相关主题
EE的MS,什么方向比较好就业?问个sampling error 的问题
Communications and Signal Processing 就业形势如何?a question about quantization noise
大家觉得DSP难点还是ARM难点阿请问个AD/DA的问题
求一关于DSP C6713的书!Re: Question on DFT
Ask a basic communications questioncan anyone recommand a book on DSP?
有没有analog to digital converter得牛人 请教: 从物理转到EE的问题
请教microcontroller/dsp/fpga的选择问个采样的问题
Re: what is the definition of white noise?Re: Telecommunication现在还热门吗?
相关话题的讨论汇总
话题: dft话题: 合成话题: 楚用话题: sample话题: 频率