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
- Host: GitHub
- URL: https://github.com/lucabonamino/fast_fourier_transform
- Owner: LucaBonamino
- Created: 2019-08-30T13:30:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T13:34:25.000Z (almost 7 years ago)
- Last Synced: 2025-03-05T08:23:12.084Z (over 1 year ago)
- Topics: c-language, data-processing, fft, fourier-transform, math, physics
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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