pub fn fft_fftw( input: &ArrayView1<'_, Complex<f64>>, ) -> FFTResult<Array1<Complex<f64>>>
Complex-to-complex FFT using FFTW with plan caching
Computes the FFT of a complex-valued signal.