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: 6 months ago
JSON representation

FFT and IFFT for `vector`, with minimal dependencies

Awesome Lists containing this project

README

          

# vector-fft

[![Github Actions](https://github.com/ocramz/vector-fft/actions/workflows/haskell.yaml/badge.svg)](https://github.com/ocramz/vector-fft/actions/workflows/haskell.yaml) ![Hackage](https://img.shields.io/hackage/v/vector-fft)

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 ticket

When opening a PR:

1. ensure your changes are thoroughly tested
2. ensure your changes have been summarized in the CHANGELOG, under the "next" section