Compute N x N DFT matrix

Computes DFT matrix for DFT modulation
2K Downloads
Updated 6 Feb 2010

View License

% dftmat = DFT matrix of order N x N;
% N = Order of the matrix
% computes the DFT matrix of orer N x N;
% DFT matrix is a n x n matrix defined as Wn=[(Wn)^km]
% Wn=exp(-j*2*pi/n)
%Reference: Multirate Systems and Filter banks by P.P Vaidyanathan Pearson Education 1993 appendix A.6

Cite As

Rajkumar Ramasamy (2024). Compute N x N DFT matrix (https://www.mathworks.com/matlabcentral/fileexchange/26606-compute-n-x-n-dft-matrix), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Filter Banks in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0