fft

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
m (Fft moved to fft)
Line 1: Line 1:
{{DavinciWiki_Function}}
+
{{DavinciWiki_Function|
[[category:C_Programs]]
+
Perform a fast Fourier transform
 +
|
 +
Arguments: A numeric array
 +
 +
Return Value: A 2xN array containing the real and imaginary components
 +
|
 +
Syntax: fft(VAL)
 +
|
 +
dv> a                   
 +
100x100x1 array of float, bsq format [40,000 bytes]
 +
 +
dv> b = fft(a)
 +
2x10000x1 array of double, bsq format [160,000 bytes]
 +
|
 +
[[Image:fft.png]]
 +
|
 +
|
 +
*[[ifft]]
 +
|
 +
|
 +
}}
 
[[category:Functions]]
 
[[category:Functions]]
 +
[[category:Davinci Core]]
 
[[category:Math]]
 
[[category:Math]]

Revision as of 14:48, 4 March 2006



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