Skip to main content

fft_split

Function fft_split 

Source
pub fn fft_split<T: Float>(in_real: &[T], in_imag: &[T]) -> (Vec<T>, Vec<T>)
Expand description

Convenience function for split-complex FFT.

Computes the forward FFT of split-complex input.