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

 Respuesta aceptada

Honglei Chen
Honglei Chen el 29 de Sept. de 2016

0 votos

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 comentarios

Hassam Mahmood
Hassam Mahmood el 29 de Sept. de 2016
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
Honglei Chen
Honglei Chen el 29 de Sept. de 2016
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 el 29 de Sept. de 2016
Okay I get this code but what exactly is steering vector? Does it steer the beam in the mentioned direction?
Honglei Chen
Honglei Chen el 29 de Sept. de 2016
Editada: Honglei Chen el 29 de Sept. de 2016
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 el 29 de Sept. de 2016
Thank you

Iniciar sesión para comentar.

Más respuestas (0)

Preguntada:

el 29 de Sept. de 2016

Comentada:

el 29 de Sept. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by