Antenna Pattern plot Phase

9 ビュー (過去 30 日間)
Ioannis Kassotakis
Ioannis Kassotakis 2020 年 5 月 18 日
コメント済み: Shady Slm 2022 年 11 月 28 日
Pattern function has the option to plot 'phase', by indicating the input argument : 'Type','phase' .
It is required to provide Polarization.
However, i get the error:
Error in phased.internal.AbstractArray/pattern (line 174)
[fc,c,plotArgs] = phased.internal.parsePatternInputs(...
Error in Panel_array_16 (line 267)
pattern(A3,fc,-179:1:179,0,'Polarization','V','Type','phase','Normalize',false,'CoordinateSystem','rectangular')

採用された回答

Honglei Chen
Honglei Chen 2020 年 5 月 19 日
Looks like you are using Phased Array System Toolbox and it currently doesn't support 'phase' as a type. We will try to address this. For the time being, you can use phased.ArrayResponse to get phase response and then plot it.
HTH
  3 件のコメント
Honglei Chen
Honglei Chen 2020 年 5 月 21 日
The reference page you are referring to is from Antenna Toolbox so the pattern() in Phased Array System Toolbox does not have that option yet. We will try to enable it as soon as possible but meanwhile the ArrayResponse is probably the best option. If you encounter any issue using that, please let me know. Thanks.
Shady Slm
Shady Slm 2022 年 11 月 28 日
Hi,
I'm having the same problem. Could you please tell me how to use the ArrayResponse to plot the the phase? Thank you.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAntennas, Microphones, and Sonar Transducers についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by