devela::_dep::symphonia::core::dsp

Module fft

Available on crate feature dep_symphonia only.
Expand description

The fft module implements the Fast Fourier Transform (FFT).

The complex (I)FFT in this module supports a size up-to 65536. The FFT is implemented using the radix-2 Cooley-Tukey algorithm.

Structsยง

  • The complex Fast Fourier Transform (FFT).