fft

From DavinciWiki
Revision as of 14:48, 4 March 2006 by Keith (Talk | contribs)

Jump to: navigation, search


Description

Perform a fast Fourier transform

Arguments and Return Values

Arguments: A numeric array

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

Usage

Syntax: fft(VAL)

Examples

dv> a                     
100x100x1 array of float, bsq format [40,000 bytes]

dv> b = fft(a)
2x10000x1 array of double, bsq format [160,000 bytes]

Images

fft.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