Re: DFT point = decimated filter output?



On Apr 9, 9:47 am, "NewLine" <umts_remove_this_and_t...@xxxxxxxxx>
wrote:
Hi,

I am struggling with some FFT interpretation.

To me it looks that each sample of an FFT can be considered as the output of
a process consiting of downconversion, fitlering ,decimating.
e.g .the DC bin output is calculated by:
- downconverting the signal by 0 (hence doing nothing)
- applying a very simple filter that has N taps equal to 1 (for an FFT of
size N).
- decimating the filtered signal by N (hence aliasing some content in the
due to far from perfect filter)

Is this an OK way of thinking? This makes things like leakage, windowing
somewhat easier to grab for me.


The best way to look at the DFT is to consider it as a projection.
It's right there in the formula:

X_k = \sum_{n=0}^{N-1} x[n] \exp(-j 2\pi n k / \Omega).

Write it out as inner product X_k = < x[n], f_k[n] >. Now,
what is the correct f_k[n] ?

Remember that the DFT is for periodic, discrete-time signals,
so taking a finite segment of a signal and taking the DFT
of that segment can be a two-edged sword!

Julius

.



Relevant Pages

  • Re: spectral estimation question
    ... discrete-time data rely fundamentally on the DFT. ... This DFT bandpass filter is not particularly "good," ... Both the signal and basis functions have the ... transform for signals twice as long as the finite FT length. ...
    (comp.dsp)
  • Re: spectral estimation question
    ... discrete-time data rely fundamentally on the DFT. ... This DFT bandpass filter is not particularly "good," ... The "filter" / window is the same length as the sinusoid. ... Extend for even longer signals and for DFT's. ...
    (comp.dsp)
  • Re: Oversampling and the FFT
    ... I suggested we sample just above Nyquist and perform our 1024 point FFT. ... regardless of the window function or sample rate. ... Also the phase of a sharp filter may change ... signals near the Nyquist frequency of a given sampling rate than ...
    (comp.dsp)
  • Re: Problem with fft/ifft - the thing is complex though it shouldnt
    ... you need to be VERY careful when using fft/ifft this way as a filter. ... You need to define your w correctly, understand the output of fft ... split your signals into an amplitude part, ...
    (comp.soft-sys.matlab)
  • Re: Correcting the effect of spectral leakage on Phase
    ... Don't forget that many real world signals (those which are ... That requires an odd number of samples I ... FFT analysis aperature instead of at the start, ... and the th sample is in the middle of a DFT ...
    (comp.dsp)

Loading