irfft

From DavinciWiki
Jump to: navigation, search


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