https://github.com/severindenisenko/fft
https://github.com/severindenisenko/fft
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/severindenisenko/fft
- Owner: SeverinDenisenko
- Created: 2022-10-07T09:47:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T14:41:30.000Z (over 2 years ago)
- Last Synced: 2025-02-01T21:16:03.080Z (4 months ago)
- Language: C++
- Size: 21.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.