Absolute value of a 3-D complex vector

4 ビュー (過去 30 日間)
Shan  Chu
Shan Chu 2017 年 1 月 31 日
コメント済み: Shan Chu 2017 年 1 月 31 日
Hi everybody, Could you please help? I have a vector H which has 3 components in 3-D: H_x, H_y, H_z which are all complex number. How could I calculate the absolute value of vector H. Thanks

採用された回答

Honglei Chen
Honglei Chen 2017 年 1 月 31 日
編集済み: Honglei Chen 2017 年 1 月 31 日
Are we talking about spatial components? If so, I believe it's the sum of absolute values for 3 components. You can think of it this way.
|H|^2 = H*conj(H)
= (H_x *x* + H_y *y* + H_z *z*)*(conj(H_x) *x* + conj(H_y) *y* + conj(H_z) *z*)
= |H_x|^2+|H_y|^2+|H_z|^2
HTH
  1 件のコメント
Shan  Chu
Shan Chu 2017 年 1 月 31 日
Thank. the vector has 3 spatial components ^^. That's what I need

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDirection of Arrival Estimation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by