ifft

From DavinciWiki
Jump to: navigation, search


Description

Perform an inverse fast Fourier transform on an object containing an arbitrary number of complex samples.

Reverse of fft.

Arguments and Return Values

Arguments: A numeric array

Return Value: A 2xN array containing the real and imaginary components

Usage

Syntax: fft(real = VAL, img = VAL)

Examples

dv> f
2x1000x1 array of double, bsq format [16,000 bytes]

dv> d = ifft(f)
2x1000x1 array of double, bsq format [16,000 bytes]

Images

fft2.png fft3.png ifft1.png ifft2.png

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 04-06-2006

Personal tools