phased.URA 8 by 1 array

3 ビュー (過去 30 日間)
Samson Million
Samson Million 2019 年 3 月 14 日
コメント済み: Samson Million 2019 年 3 月 15 日
I want to generate an 8 by 1 array, as shown below:
taper = taylorwin(5);
ha = phased.URA([5,1],'Taper',[taper]);
w = getTaper(ha)
This results in error. Why does this generate an error?
thanks
  1 件のコメント
Samson Million
Samson Million 2019 年 3 月 15 日
thanks

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

採用された回答

Honglei Chen
Honglei Chen 2019 年 3 月 15 日
This is a linear array, you can consider using phased.ULA to model it. phased.URA requires multiple elements in both dimensions.
HTH

その他の回答 (0 件)

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by