Re: FFT class or routines



"Marc Rohloff" <marcrohloff_ng@xxxxxxxxxxx> wrote in message
news:1127996569.274893.86650@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> MeMyselfAndI wrote:

>> I want to do an FFT analysis of audio data in a professional music
>> production app. I've been trying to use a class called RealFFT, but
>> I don't have the technical knowhow to peice the audio back together
>> after the IFFT. I was wondering if there is some Delphi code of some
>> component out there which will make it easy to get the frequency
>> info and then convert that back into PCM.
>
> What are you trying to do after doing a FFT transform? You don't
> normally use these results to play over the sound card but to
> display in some other form, such as an Eq type display.

A traditional equaliser is an active component. FFTs are also useful
for pitch correction or bandpass filters, and undoubtedly many more
things. Anything that is more naturally described in the frequency
domain is a candidate. This isn't surprising at all, because this is
what the Fourier Transform _does_: transform between the time and
frequency domains.

Groetjes,
Maarten Wiltink


.



Relevant Pages

  • Re: FFT for sequences of arbitrary lengths
    ... Problem is the transform has more coefficients than ... Notes on the FFT ... This is a note describing results on efficient algorithms to ... Four IEEE Press reprint books contain papers on the FFT. ...
    (comp.dsp)
  • Re: stft vs fft resolution
    ... that a normal fft? ... transform ... The data blocking consists of operations to prepare sets of data for ... Any question of 'frequency resolution' in comp.dsp needs a definition ...
    (comp.dsp)
  • Re: stft vs fft resolution
    ... that a normal fft? ... transform ... data blocking performed before the transform. ... speech and music signals. ...
    (comp.dsp)
  • Re: 2D FFT
    ... You take the FFT of all the rows, ... sensor (TV camera with lens removed) a distance f from the lens. ... The image will be the 2D fourier transform of the object. ... In the same way that you need higher frequencies to resolve waveforms ...
    (comp.dsp)
  • Re: 2D FFT
    ... You take the FFT of all the rows, ... The image will be the 2D fourier transform of the object. ... In the same way that you need higher frequencies to resolve waveforms ... But I see it regularly discussed by people with a "signals" orientation. ...
    (comp.dsp)