nikhilbalwani / FFT

An implementation of FFT in C using Decimation in Time Algorithm. The program uses a recursive function to use the decimation in time recurrence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFT

An implementation of FFT in C using Decimation in Time Algorithm. The program uses a recursive function to use the decimation in time recurrence.

Run using:

gcc fft.c -o foo -lm

./foo

About

An implementation of FFT in C using Decimation in Time Algorithm. The program uses a recursive function to use the decimation in time recurrence.


Languages

Language:C 100.0%