Function File: dat = ifft (dat)
Transform iddata objects from frequency to time domain.
Inputs
- dat
- iddata set containing signals in frequency domain.
The frequency values must be distributed equally from 0
to the Nyquist frequency. The Nyquist frequency is
only included for even signal lengths.
Outputs
- dat
- iddata identification dataset in time domain.
In order to preserve signal power and noise level,
the FFTs are normalized by multiplying each transform
by the square root of the signal length.
Source Code:
@iddata/ifft