https://github.com/reshane/fftc
Fast Fourier Transform implementation in c
https://github.com/reshane/fftc
c fft fourier
Last synced: 3 months ago
JSON representation
Fast Fourier Transform implementation in c
- Host: GitHub
- URL: https://github.com/reshane/fftc
- Owner: reshane
- Created: 2024-11-22T03:54:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T23:46:22.000Z (10 months ago)
- Last Synced: 2025-02-07T21:32:33.927Z (8 months ago)
- Topics: c, fft, fourier
- Language: C
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FFT Implementation
This is a header-only stb style fast fourier transform implementation written in c.
## Sources
- DFT:
- FFT:
- Butterfly: