phased.HeterogeneousULA
Heterogeneous uniform linear array
Description
The phased.HeterogeneousULA object creates a uniform
linear array from a heterogeneous set of antenna elements. A heterogeneous array is an array
in which the antenna or microphone elements may be of different kinds or have different
properties. An example would be an array of elements each having different antenna
patterns.
To compute the response for each element in the array for specified directions:
Create the
phased.HeterogeneousULAobject and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Description
creates a
heterogeneous uniform linear array (ULA) System object™, array = phased.HeterogeneousULAarray. The object models a heterogeneous ULA formed
with generally different sensor elements. The origin of the local coordinate system is the
phase center of the array. The positive x-axis is the direction normal
to the array, and the elements of the array are located along the
y-axis.
array = phased.HeterogeneousULA(
creates object, Name="Value")H, with each specified property Name set to the
specified Value. You can specify additional name-value pair arguments in any order as
(Name1=Value1,...,NameN=ValueN).
Example: array = phased.HeterogeneousULA(ElementSpacing="Value")
sets properties using one or more name-value arguments. For example, to specify element
spacing of 0.5, set ElementSpacing to 0.5.
Properties
Usage
Syntax
Description
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj, use
this syntax:
release(obj)
Examples
References
[1] Brookner, E., ed. Radar Technology. Lexington, MA: LexBook, 1996.
[2] Van Trees, H. Optimum Array Processing. New York: Wiley-Interscience, 2002.
Extended Capabilities
Version History
Introduced in R2013a
See Also
phased.ULA | phased.UCA | phased.URA | phased.ReplicatedSubarray | phased.PartitionedArray | phased.HeterogeneousURA | phased.HeterogeneousConformalArray | phased.CosineAntennaElement | phased.CrossedDipoleAntennaElement | phased.CustomAntennaElement | phased.IsotropicAntennaElement | phased.ShortDipoleAntennaElement | sidelobelevel


