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

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

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: