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

dftmx (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: transforms

Requires: MathScript RT Module

Syntax

b = dftmx(a)

Legacy Name: dftmtx

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 = dftmx(length(a))*a

Related Topics

fft


 

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