https://github.com/robertcrummett/fatuous
FFT implementation
https://github.com/robertcrummett/fatuous
for-fun
Last synced: 3 months ago
JSON representation
FFT implementation
- Host: GitHub
- URL: https://github.com/robertcrummett/fatuous
- Owner: RobertCrummett
- License: mit
- Created: 2024-11-09T17:32:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T17:18:31.000Z (7 months ago)
- Last Synced: 2024-11-19T09:19:30.266Z (7 months ago)
- Topics: for-fun
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fast Fourier Transform
A simple header file implementation of the general length FFT.
Quick start:
```console
cc -o main main.c -lm
```