FFT source codes in C language

Status
Not open for further replies.

adyanced

Junior Member level 1
Joined
Feb 5, 2002
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
44
Can anybody share your FFT source code in C or give a relative link?
Thx in advance.
 

there's a ton of freely available source code, this is one of the
better ones... it has radix 4 and radix 8 which can help if you
do hardware.

the file I attach came from :

**broken link removed**

(it's small so I attach here)
 

    V

    Points: 2
    Helpful Answer Positive Rating
You can also try FFTW (available in one of sourceforge pages).
It's the one used in matlab.
 

FaZeng,

search for fxt library under linux. you can find very optimized code of many transforms in it. for example, you have radix 2,4 DIT/DIF FFT, even NTT based FFT...

other transforms: walsh, hadamard, NTT, basic wavelets...

hope it helps

tahiti
 

Is the Chirp-Z transform included in the fxt library in Linux?
 

Thanks you all.
 

sorry, no chirp in fxt lib

tahiti
 

    V

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…