Re: Can you trim a FFT?



On May 19, 6:52 am, shoo <JGBurg...@xxxxxxxxx> wrote:
I would [naively] like to know if there is a method of applying the
fft with the intention of only requiring a predetermind range of
frequency. hense no waste in the fft.

In principle, yes. What you are looking for is called a "pruned FFT"
and Google will turn up some useful references. In practice, the
savings (which are only in the log as Tim pointed out) aren't really
worth it, in my experience, unless you want only a tiny fraction of
the FFT outputs.

Regards,
Steven G. Johnson
.



Relevant Pages

  • Re: Can you trim a FFT?
    ... hense no waste in the fft. ... spectrum needs only O. ... that the lower edge of the desired band is at 0 Hz. ...
    (sci.math)
  • Re: selected frequencies FFT?
    ... Computing a subset of the outputs of an FFT is called a "pruned" FFT. ... In principle, if you only want K outputs out of N, the complexity is ... factor penalty in this algorithm, although it is O, compared ...
    (comp.soft-sys.matlab)