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

dftmtx (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

b = dftmtx(a)

Description

Computes the discrete Fourier transform matrix.

Examples

Inputs

Name Description
a Specifies the order of the matrix. a is a positive integer.

Outputs

Name Description
b Returns the discrete Fourier transform matrix. b is a complex matrix of values around the unit-circle whose inner product with a column vector of length a yields the discrete Fourier transform of the vector.

Examples

a = (1:5)';
f1 = fft(a);
f2 = dftmtx(length(a))*a

Related Topics

fft


Resources


 

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