Uniform rectangular array
The URA
object constructs a uniform rectangular
array (URA).
To compute the response for each element in the array for specified directions:
Define and set up your uniform rectangular array. See Construction.
Call step
to compute the response according
to the properties of phased.URA
. The behavior of step
is
specific to each object in the toolbox.
Note
Starting in R2016b, instead of using the step
method
to perform the operation defined by the System object™, you can
call the object with arguments, as if it were a function. For example, y
= step(obj,x)
and y = obj(x)
perform
equivalent operations.
H = phased.URA
creates a uniform rectangular
array System object, H
. The object models
a URA formed with identical sensor elements. Array elements are distributed
in the yz-plane in a rectangular
lattice. The array look direction (boresight) is along the positive x-axis.
H = phased.URA(
creates
the 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
).
H = phased.URA(
creates
a URA object, SZ
,D
,Name
,Value
)H
, with the Size
property
set to SZ
, the ElementSpacing
property
set to D
and other specified property Names set
to the specified Values. SZ
and D
are
value-only arguments. When specifying a value-only argument, specify
all preceding value-only arguments. You can specify name-value pair
arguments in any order.
|
Phased array toolbox system object Element specified as a Phased Array System Toolbox object. This object can be an antenna or microphone element. Default: Isotropic antenna element with default properties | ||||||||
|
Size of array A 1-by-2 integer vector or a single integer containing the size
of the array. If Default: | ||||||||
|
Element spacing A 1-by-2 vector or a scalar containing the element spacing of
the array, expressed in meters. If Default: | ||||||||
|
Element lattice Specify the element lattice as one of Default: | ||||||||
|
Array normal direction Array normal direction, specified as one of URA elements lie in a plane orthogonal to the selected array normal direction. Element boresight directions point along the array normal direction
Default: | ||||||||
|
Element tapers Element tapers, specified as a complex-valued scalar, or 1-by-MN row
vector, MN-by-1 column vector, or M-by-N matrix.
Tapers are applied to each element in the sensor array. Tapers are
often referred to as element weights. M is
the number of elements along the z-axis, and N is
the number of elements along y-axis. M and N correspond
to the values of Default: 1 |
Specific to phased.URA
Object | |
---|---|
beamwidth | Compute and display beamwidth of an array |
collectPlaneWave | Simulate received plane waves |
directivity | Directivity of uniform rectangular array |
getElementNormal | Normal vector to array elements |
getElementPosition | Positions of array elements |
getNumElements | Number of elements in array |
getTaper | Array element tapers |
isPolarizationCapable | Polarization capability |
pattern | Plot URA array pattern |
patternAzimuth | Plot URA array directivity or pattern versus azimuth |
patternElevation | Plot URA array directivity or pattern versus elevation |
plotGratingLobeDiagram | Plot grating lobe diagram of array |
plotResponse | Plot response pattern of array |
step | Output responses of array elements |
viewArray | View array geometry |
Common to All System Objects | |
---|---|
release | Allow System object property value changes |
[1] Brookner, E., ed. Radar Technology. Lexington, MA: LexBook, 1996.
[2] Brookner, E., ed. Practical Phased Array Antenna Systems. Boston: Artech House, 1991.
[3] Mailloux, R. J. “Phased Array Theory and Technology,” Proceedings of the IEEE, Vol., 70, Number 3s, pp. 246–291.
[4] Mott, H. Antennas for Radar and Communications, A Polarimetric Approach. New York: John Wiley & Sons, 1992.
[5] Van Trees, H. Optimum Array Processing. New York: Wiley-Interscience, 2002.
phased.ConformalArray
| phased.CosineAntennaElement
| phased.CustomAntennaElement
| phased.HeterogeneousULA
| phased.HeterogeneousURA
| phased.IsotropicAntennaElement
| phased.PartitionedArray
| phased.ReplicatedSubarray
| phased.ULA