Difference between no steering and steervec in 0, 0 ?
Afficher commentaires plus anciens
In phased array system toolbox, plotting the 3D response pattern of volumetric array geometries, I obtain different responses in two cases that seem similar: if I don't specify steering at all and if I specify "steervec(f, [0, 0])", as an example of this documentation:
But, since this documentation says that [0, 0] is the default steering angle in ANG, how is it possible that whether specifying it or not returns to me two different responses? Does "no steering specified" means that, by default, the pattern is in the 0, 0 direction?
Thanks.
1 commentaire
Lore DT
le 2 Juin 2019
Réponses (1)
Honglei Chen
le 3 Juin 2019
0 votes
Could you share how you invoke the two interfaces? From what you described? The two interfaces is a bit different in array definition. For a SteeringVector, it contains an array object which specifies the element positions in meters. That's why you need to specify the propagation speed. On the other hand, in steervec() function, the element positions are specified in wavelength, so no propagation speed is needed. The object interface is more versatile in the sense that it can handle wideband case too.
HTH
3 commentaires
Lore DT
le 14 Juin 2019
Honglei Chen
le 17 Juin 2019
steervec() assumes that the position is in wavelength so you cannot specify PropagationSpeed in steervec()
Lore DT
le 18 Juin 2019
Catégories
En savoir plus sur Array Geometries and Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!