ifft: ifft

Description Usage Arguments Details Value See Also Examples

Description

Inverse Fast Fourier Transform (discrete FT), Matlab-like behavior.

Usage

1
ifft(sig)

Arguments

sig

input vector

Details

This is really the inverse of the fft function, so ifft(fft(x)) == x.

Value

output vector of the same length as the input vector

See Also

fft, Re, Im, Mod, Conj

Examples

1
ifft(fft(1:5))

bbTomas/tbTools documentation built on May 11, 2019, 9:25 p.m.