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

https://github.com/stefan-zobel/fft

Fast Fourier transform (FFT) using the Cooley–Tukey algorithm for power-of-two sizes and Bluestein's algorithm for non-power-of-two sizes.
https://github.com/stefan-zobel/fft

bluestein fast-fourier-transform fft fft-algorithm java

Last synced: 3 months ago
JSON representation

Fast Fourier transform (FFT) using the Cooley–Tukey algorithm for power-of-two sizes and Bluestein's algorithm for non-power-of-two sizes.

Awesome Lists containing this project

README

          

[![CodeQL](https://github.com/stefan-zobel/FFT/actions/workflows/codeql.yml/badge.svg)](https://github.com/stefan-zobel/FFT/actions/workflows/codeql.yml)

# FFT

Fast Fourier transform (FFT) using the Cooley-Tukey algorithm for power-of-two sizes and Bluestein's algorithm for non-power-of-two sizes.