Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

ifft2 (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the transforms class.

Syntax

d = ifft2(a)

d = ifft2(a, b, c)

Description

Returns the 2D inverse fast Fourier transform.

Examples

Inputs

Name Description
a Specifies a matrix.
b Controls zero-padding of the first dimension to the signal. b is an integer and typically is a power of 2.
c Controls zero-padding of the second dimension to the signal. c is an integer and typically is a power of 2.

Outputs

Name Description
d Returns the 2D inverse fast Fourier transform of a. d = ifft2(a) returns the original discrete 2D inverse fast Fourier transform. d is a matrix.

Examples

A = [1, 2, 3, 4; 4, 3, 2, 1]
C = ifft2(A)

Related Topics

fft
fft2
ifft


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit