FFT and IFFT algorithm

Status
Not open for further replies.

arturt134

Full Member level 2
Joined
Dec 31, 1999
Messages
125
Helped
8
Reputation
16
Reaction score
8
Trophy points
1,298
Location
Poland
Activity points
1,006
I need FFT and IFFT algorithm, wrotten in C, C++ or Delphi.
Any links, or source codes?
Thanks in advance.
 

Hello,

The uploaded hyper text file (.hlp) of the famous book "numerical recipes (in c) " may help you accomplish your work. This file shows all c-codes listed in the book. For FFT, please see codes in chapter 12-13.

HTH
 

Well, fft from NR is a bit primitive. The quen of ffts is, I think, fftw
www.fftw.org
 

I once read a website that discusses about applied FFT algorithm on microcontroller, they use complex signal (IQ signal) to processed the FFT (one input signal but be treated on two condition, I signal --> input signal be multiplexed by local oscillator with 0 of difference phase, and Q signal --> input signal be multiplexed by local oscillator with 90 of difference phase)

what do you think about this methode (FFT on Complex signal)?
what is the difference both FFT on complex signal and FFT regullary?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…