Problem FFT code in C?

Status
Not open for further replies.

prasadsrkrec

Junior Member level 2
Joined
May 18, 2012
Messages
23
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,421
Input frquency 1000

I need fft code in C language


give me suggestion?
 

Hi,

Please describe your problem. Input frequency is 1000? and what is the sampling frequency. Also which compiler or IDE you are using.
 

Hello!

As usual, you might consider being polite...
Now there are myriads of fft programs on the net. If you google fft.c, you will
find something for sure.
Now the efficiency of the code will depend on your platform. If you are using
a microcontroller with fixed point arithmetic, then the fft.c might not work as is
and you might have to add scaling after each pass.

Dora.
 

FFTW is extremely fast, free and pretty easy to use (if you read their documentation).
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…