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

https://github.com/severindenisenko/fft


https://github.com/severindenisenko/fft

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# FFT and DFT

Build:

```
make build
```

Run:

```
./fft
```

For plotting result (Gnuplot):

```
make plot
```

Program takes data from `data.dat` and calculates FFT into `resilt.dat`.

Also program computes absolute values (spectrum) and puts it into `abs.dat`.