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

https://github.com/robertcrummett/fatuous

FFT implementation
https://github.com/robertcrummett/fatuous

for-fun

Last synced: 3 months ago
JSON representation

FFT implementation

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
```