need some help regarding uniform rectangular array in phased array system toolbox

조회 수: 8 (최근 30일)
hi, I have recently started using the phased array system toolbox.I have designed uniform rectangular array . I want to steer the radiation pattern in both azimuth and elevation plane.kindly suggest me how could I do this using the phased array system toolbox??
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 6월 25일
If you have designed the array, does that mean that your previous question is solved? http://www.mathworks.com/matlabcentral/answers/41937-facing-some-problem-in-uniform-rectangular-array

댓글을 달려면 로그인하십시오.

채택된 답변

Honglei Chen
Honglei Chen 2012년 6월 25일
Are you trying to do the beamforming or simply want to see the radiation pattern steered? Here is one simple example showing the latter
c = 3e8; fc = 3e8;
h = phased.URA(10);
hstv = phased.SteeringVector('SensorArray',h,'PropagationSpeed',c);
w = step(hstv,3e8,20);
plotResponse(h,fc,c,'Format','Polar','Weights',w);
  댓글 수: 2
Najam
Najam 2012년 6월 26일
i was simply looking at the steering the radiation pattern.i think i got it .thanks man
Najam
Najam 2012년 6월 27일
Hi Honglei Chen, the above code that you posted is steering just the Azimuth angle but not the elevation angle.I need steering in both azimuth and elevation.Can you please tell me how to steer in elevation?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Array Geometries and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by