pub fn irfft<T>(input: &[Complex<T>], plan: &FftPlan) -> Vec<T>where T: Float + FloatConst, Complex<T>: ComplexFloat<Real = T> + NumAssignOps,
Computes the Inverse Fast Fourier Transform of an one-dimensional, real-valued signal. TODO: Fix the function; currently fails to compute the correct result