Ifft

Parent Previous Next

Ifft


Inverse 1D Fast Fourier Transform


Syntax


ifft(x)

x is a row/column vector

Return a row/column vector which is the inverse fast fourier transform of x


Example


Input

Output

x = transpose(rand(5))

y = fft(x)

ifft(y)


See Also


Created with the Personal Edition of HelpNDoc: Free EBook and documentation generator