フィルターのクリア

incident angle for phased.WidebandCollector

1 回表示 (過去 30 日間)
U Chon Cheang
U Chon Cheang 2022 年 11 月 3 日
編集済み: Yuvraj Singh 2023 年 2 月 23 日
This is my current code.
collector = phased.WidebandCollector('Sensor',array,...
'PropagationSpeed',c,'SampleRate',fs,...
'ModulatedInput',false);
incidentAngle = [50;30];
a = collector(x.',incidentAngle);
I dont understand the starting point of the azimuth angle as my array is have 11 elements. Does it starts count the angle in the middle or does it count from the right side or left side? or could I narrow the area down into a specific angle? Can someone please specify this for me. Thank you so much.

回答 (1 件)

Yuvraj Singh
Yuvraj Singh 2023 年 2 月 23 日
編集済み: Yuvraj Singh 2023 年 2 月 23 日
Hi,
‘phased.WidebandCollector’ has a ‘Wavefront’ property which can take two values(‘Plane’ or ‘Unspecified’)
  1. When ‘Wavefront’ property is set to ‘Plane’. All the sensors have same Azimuth Angle and Elevation Angle.
  2. When ‘Wavefront’ property is set to ‘Unspecified’. All the sensors Azimuth Angle and Elevation Angle has to specified by the user.
For more details check the below mentioned documentation.

カテゴリ

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

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by