フィルターのクリア

When do we use conjugate transpose instead of transpose? When will (ATA)-1 AT Y become(AHA)-1 AH Y????????

3 ビュー (過去 30 日間)
Sabna
Sabna 2015 年 4 月 27 日
編集済み: Stephen23 2015 年 4 月 27 日
G2 = (Ep*F(1:L,Ip)*ctranspose(diag(Spilot))*diag(Spilot)*ctranspose(F(1:L,Ip)))^-1 ... * ctranspose(sqrt(Ep)*diag(Spilot)*ctranspose(F(1:L,Ip)));

回答 (1 件)

Stephen23
Stephen23 2015 年 4 月 27 日
編集済み: Stephen23 2015 年 4 月 27 日
This might help:
And also read the documentation:
The actual answer to your question is "use whichever one your algorithm needs", so you need to know if the algorithm requires a ctranspose or a tranpose, just like you also need to know if you need a subtraction, or addition, or power, or ...
Chances are that if you are not sure what a conjugate transpose is, then you don't need ctranspose: to get a simple transpose then use transpose (whose shorthand operator is .').

カテゴリ

Help Center および File ExchangeElementary Math についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by