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: 6 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T13:24:57.000Z (7 months ago)
- Last Synced: 2025-04-14T18:04:24.984Z (6 months ago)
- Topics: cross-correlation, fft, fft-library, fourier-transform, frequency-analysis, frequency-domain, ifft
- Language: Haskell
- Homepage:
- Size: 18.6 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vector-fft
[](https://github.com/ocramz/vector-fft/actions/workflows/haskell.yaml) 
Native FFT and IFFT for `vector`.
The internals have been ported and adjusted from [contiguous-fft](https://hackage.haskell.org/package/contiguous-fft).
## Contributing
1. Check open issues
2. If your issue is not listed, please open a ticketWhen opening a PR:
1. ensure your changes are thoroughly tested
2. ensure your changes have been summarized in the CHANGELOG, under the "next" section