ifftΒΆ

Calculates the Inverse Fourier Transformation.

cvIFFT = ifft(cv)

Return Value

cvIFFT is the complex inverse Fourier-Transformed cv.

Parameters

cv

cv is a complex or real vector.

Comment

If cv is a matrix, all columns will be transformed parallelly.

id-1606534