Effacer les filtres
Effacer les filtres

Circular Matrix Decomposition in MATLAB

2 vues (au cours des 30 derniers jours)
S. David
S. David le 14 Mai 2014
Hello all,
I have this N-by-N circular matrix F. Theoretically, this matrix can be decomposed as F=WDW', where W is the direct DFT matrix and D is a diagonal matrix that contains the eigenvalues of F. In MATLAB I want to compute D as following:
D=(conj(dftmtx(N))/N)*F*dftmtx(N)
This should give me a diagonal matrix, which doesn't. Why?

Réponses (0)

Catégories

En savoir plus sur Operating on Diagonal Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by