ifftn

N dimensional inverse fast Fourier transform.

Syntax

x = ifftn(f)

Inputs

f
The frequency spectrum to be transformed into the time domain.
Type: double
Dimension: vector | matrix

Outputs

x
The time domain representation of f.

Comments

ifftn uses the FFTW library.