|
发表于 2010-9-23 00:36:12
|
显示全部楼层
to calculate the power on one specific frequency, fft needs to know the information of all sampled points on time domain which is impossible physically. usually, only part of real signal will be used. this is expressed as the points involved in fft (256,512,1024,etc.). it is equivalent to say that the signal processed by fft is a windowed version of original one. so of course the spectrum will be different if you dun consider used points. |
|