iifft(realVar,imagVar,length)
This function takes
as input two variables that are interpreted as real and imaginary
values, and an FFT length that is a constant power of 2, and returns
a single real column that is the raw inverse FFT.
Provide Feedback