Skip to main content

fft

Function fft 

Source
pub fn fft<T: Float>(input: &[Complex<T>]) -> Vec<Complex<T>>
Expand description

Convenience function for 1D forward FFT.

Creates a plan, executes it, and returns the result.