Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocramz/vector-fft
FFT and IFFT for `vector`, with minimal dependencies
https://github.com/ocramz/vector-fft
cross-correlation fft fft-library fourier-transform frequency-analysis frequency-domain ifft
Last synced: 22 days ago
JSON representation
FFT and IFFT for `vector`, with minimal dependencies
- Host: GitHub
- URL: https://github.com/ocramz/vector-fft
- Owner: ocramz
- License: bsd-3-clause
- Created: 2020-12-28T09:27:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T19:40:38.000Z (almost 4 years ago)
- Last Synced: 2024-09-27T06:34:43.243Z (about 1 month ago)
- Topics: cross-correlation, fft, fft-library, fourier-transform, frequency-analysis, frequency-domain, ifft
- Language: Haskell
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vector-fft
Native FFT and IFFT for `vector`.
The internals have been ported from [contiguous-fft](https://hackage.haskell.org/package/contiguous-fft).