필터 지우기
필터 지우기

Circular Matrix Decomposition in MATLAB

조회 수: 2 (최근 30일)
S. David
S. David 2014년 5월 14일
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?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by