Find the matrix with l2 norm?

3 ビュー (過去 30 日間)
Natasha Elizabeth Francis
Natasha Elizabeth Francis 2022 年 6 月 17 日
回答済み: Sarthak 2023 年 9 月 1 日
In MATLAB is it possible to get the matrix, if we know the value of l2-norm?
  2 件のコメント
Torsten
Torsten 2022 年 6 月 17 日
No, neither in MATLAB nor elsewhere.
To make it simple, even if you have a single number and you know that its norm is x, you don't know whether the number is x or -x.
Natasha Elizabeth Francis
Natasha Elizabeth Francis 2022 年 6 月 18 日
Got it. Thank you. In such a case how can I find the unknown matrix to code. For e.g. the l2-norm of an array response matrix is say 25. How can I find the array response matrix to find the AoA/AoD using MUSIC algorithm?

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

回答 (1 件)

Sarthak
Sarthak 2023 年 9 月 1 日
Hi Natasha,
As per my understanding, to apply the MUSIC algorithm, you typically need the array response matrix, which represents the spatial response of the antenna array to different angles. The l2-norm of the array response matrix is not enough to estimate AoA(Angle of Arrival and AoD(Angle of Departure) using the MUSIC algorithm.
You require the array of steering vectors corresponding to the angles in the vector angles to apply the MUSIC algorithm.
Please refer to the following documentations for more information on MUSIC algorithm.

カテゴリ

Help Center および File ExchangeLanguage Fundamentals についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by