System object: phased.HeterogeneousConformalArray
Package: phased
Normal vector to array elements
normvec = getElementNormal(sConfArray)
normvec = getElementNormal(sConfArray,elemidx)
returns
the normal vectors of the array elements of the normvec
= getElementNormal(sConfArray
)phased.sConfArray
System object™, sConfArray
.
The output argument normvec
is a 2-by-N matrix,
where N is the number of elements in array, sConfArray
.
Each column of normvec
defines the normal direction
of an element in the local coordinate system in the form[az;el]
.
Units are degrees. The origin of the local coordinate system is defined
by the phase center of the array.
returns
only the normal vectors of the elements specified in the element index
vector, normvec
= getElementNormal(sConfArray
,elemidx
)elemidx
. This syntax can use any of the
input arguments in the previous syntax.