I want to scan from 0 to 45 degress azimuth scanning electronically. I made 1 degree beamwidth of 32dbi gain using 20 by 20 array. I couldn't understand radar scan URA example regarding the rotation of antenna. It states that rotational movement is not supported but howcome antenna scanned from -45 to 45? Any help

 채택된 답변

Honglei Chen
Honglei Chen 2016년 9월 29일

0 개 추천

The example uses the electronic scanning, i.e., scanning the beam via changing the phase at each element. Also for simple rotation, it isn't too difficult to write one yourself. You just need to use a different orientation at each angle and then use rangeangle to compute the target angle relative to the array.
HTH

댓글 수: 5

Hassam Mahmood
Hassam Mahmood 2016년 9월 29일
Can you please copy paste the code from the example which is changing the phase at each element? And with 1 degree beamwidth what do you mean by different orientation? Elaborate it further
In this example
The following section computes the needed phase shift at each element for a given direction
% Calculate steering vector for current scan angle
scanid = floor((m-1)/int_pulsenum) + 1;
sv = steeringvec(fc,scangrid(scanid));
w = conj(sv);
and then the weights is applied at the radiator to form the beam toward that direction
txsig = radiator(txsig,tgtang,w);
HTH
Hassam Mahmood
Hassam Mahmood 2016년 9월 29일
Okay I get this code but what exactly is steering vector? Does it steer the beam in the mentioned direction?
Honglei Chen
Honglei Chen 2016년 9월 29일
편집: Honglei Chen 2016년 9월 29일
Yes it steers the beam.
It looks like you are not familiar with the array processing subject. Here is a good article to start with
Hassam Mahmood
Hassam Mahmood 2016년 9월 29일
Thank you

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

추가 답변 (0개)

카테고리

질문:

2016년 9월 29일

댓글:

2016년 9월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by