- When ‘Wavefront’ property is set to ‘Plane’. All the sensors have same Azimuth Angle and Elevation Angle.
- When ‘Wavefront’ property is set to ‘Unspecified’. All the sensors Azimuth Angle and Elevation Angle has to specified by the user.
incident angle for phased.WidebandCollector
2 views (last 30 days)
Show older comments
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1179158/image.png)
0 Comments
Answers (1)
Yuvraj Singh
on 23 Feb 2023
Edited: Yuvraj Singh
on 23 Feb 2023
Hi,
‘phased.WidebandCollector’ has a ‘Wavefront’ property which can take two values(‘Plane’ or ‘Unspecified’)
For more details check the below mentioned documentation.
0 Comments
See Also
Categories
Find more on Array Geometries and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!