FFT Bin content
FFT Bin content
(OP)
With an Fmin of 0 cycles per minute and an Fmax of 120,000 cycles per minute and 1600 lines, the FFT bin width is 75 cycles per minute. If there are multiple peaks that fall within a bin, which peak will be shown on the FFT spectrum? If there are other peaks within the bin, how dows one determine their amplitude and frequency?
Randy Fizer
Randy Fizer





RE: FFT Bin content
The amplitude displayed in any particular bin of the FFT combines all the contributing frequency's energy. There is no way to tell (barring taking higher resolution data) what frequencies are contributing to the energy in that bin or which frequencies are dominant.
There are routines in some systems that calculate "true amplitude" and "true frequency" of a signal to greater resolution than the indicated FFT bin width would allow. These basically interpolate the amplitude and frequency based on the amplitudes shown in adjoining bins. This calculation assumes that there is only one frequency present in the bin. If there is more than one frequency present the interpolation routine results are invalid.
Skip Hartman
http://www.machinerywatch.com
RE: FFT Bin content
The DFT tells you the signal amplitude at frequencies with periods which are precisely integer divisions of the record length, T, ie periods of T/1 T/2 T/3 T/4 T/5 etc and frequencies of 1/T 2/T 3/T etc. It tells you NOTHING about what is happening at frequencies in between.
Some analysis equipment is able to perform "zoom" DFT analysis. This gives you a higher frequency resolution over a smaller frequency range compared to a standard baseband DFT.
Try a search for zoom DFT/FFT on Google for more info
M
RE: FFT Bin content
I would say Mikey is theoretically correct that FFT only represents precise frequencies... but as a practical matter if we start with a periodic continuous signal and sample it over a period which is not an integer multiple of periods, then the frequency content is spread out (convolution in frequency domain) so that each bin will detect a continuum of frequencies which do not correspond exactly to frequencies T/1, T/2 etc in the original signal.
The contribution of a frequency not at the precise center frequency of the bin will depend on a weighting factor which in turn is dependent upon the window function used (rectangular, hamming etc). Contirubtions of multiple frequencies within the bin is made by square root of sum of squares of the weighted contributions.
RE: FFT Bin content
TTFN
RE: FFT Bin content
I've used wavelet transforms to try and examine harmonic structures in short signals, but the results were ambiguous at best. Typically the human ear can hear beating phenomenon in short signals that are very difficult, or impossible, to analyse meaningfully.
Incidentally Mikey, the original poster's probably looking at the first 1600 lines of a 2048 line FFT, but you knew that.
Cheers
Greg Locock
RE: FFT Bin content
M
RE: FFT Bin content
Cheers
Greg Locock