pub fn ifft<T: Float>(input: &[Complex<T>]) -> Vec<Complex<T>>
Convenience function for 1D inverse FFT with normalization.
Creates a plan, executes it, and normalizes by 1/N.