irfft

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
 
(2 intermediate revisions by one user not shown)
Line 13: Line 13:
 
  1x101x1 array of float, bsq format [404 bytes]
 
  1x101x1 array of float, bsq format [404 bytes]
 
   
 
   
  dv> a=rfft(b)
+
  dv> a=irfft(b)
 
  1x101x1 array of double, bsq format [808 bytes]
 
  1x101x1 array of double, bsq format [808 bytes]
 
|
 
|
Line 21: Line 21:
 
*[[rfft]]
 
*[[rfft]]
 
*[[irfft2]]
 
*[[irfft2]]
*[[irfft3]]
 
 
|
 
|
 
|
 
|
 
}}
 
}}
 +
[[category:Functions]]
 +
[[category:Davinci Core]]
 +
[[category:Math]]

Latest revision as of 12:23, 30 May 2006



Description

Reverses the Real Fourier Transform on an array of an arbitrary number of samples.

This function will only function properly on a 1xNx1. It will assume all other columns to be linear extensions of the first column. This is the reverse function of rfft().

Arguments and Return Values

Arguments: A 1xNx1 linear numeric array

Return Value: A 1xNx1 linear numeric array

Usage

Syntax: irfft(obj = VAL)

Examples

dv> b
1x101x1 array of float, bsq format [404 bytes]

dv> a=irfft(b)
1x101x1 array of double, bsq format [808 bytes]

Images

rfft2.png rfft1.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: 05-30-2006

Personal tools