An open API service indexing awesome lists of open source software.

https://github.com/lucabonamino/fast_fourier_transform

Fast fourier transform in c using complex struct and odd-even algorthm
https://github.com/lucabonamino/fast_fourier_transform

c-language data-processing fft fourier-transform math physics

Last synced: about 1 month ago
JSON representation

Fast fourier transform in c using complex struct and odd-even algorthm

Awesome Lists containing this project

README

          

# Fast Fourier Transform
Fast fourier transform in C using complex struct and odd-even algorithm
* fft_complex.c - complex struct
* fft_odd-even.c - odd-even algorithm
* input_64.dat.txt - data to transform
* complex-output.dat - transformed data