Home > freetb4matlab > signal > dftmtx.m

dftmtx

PURPOSE ^

%

SYNOPSIS ^

function d = dftmtx(n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{d} = } dftmtx (@var{n})
%
% If @var{n} is a scalar, produces a @var{n}-by-@var{n} matrix @var{d}
% such that the Fourier transform of a column vector of length @var{n}
% is given by @code{dftmtx(@var{n}) * x} and the inverse Fourier transform
% is given by @code{inv(dftmtx(@var{n})) * x}. In general this is less
% efficient than calling the @dfn{fft} and @dfn{ifft} directly.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003