phased.ReplicatedSubarray
Phased array formed by replicated subarrays
Description
The ReplicatedSubarray object represents a phased
array that contains copies of a subarray created by replicating a single specified
array.
To obtain the response of the subarrays:
Create the
phased.ReplicatedSubarrayobject 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?
You can also use a ReplicatedSubarray object as the
value of the SensorArray or Sensor property of
objects that perform beamforming, steering, and other operations.
Creation
Description
array = phased.ReplicatedSubarray creates a replicated
subarray System object™, array. This object represents an array that
contains copies of a subarray.
array = phased.ReplicatedSubarray(
creates a replicated subarray object, Name=Value)array, 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).
Properties
Usage
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] Mailloux, Robert J. Electronically Scanned Arrays. San Rafael, CA: Morgan & Claypool Publishers, 2007.
[2] Mailloux, Robert J. Phased Array Antenna Handbook, 2nd Ed. Norwood, MA: Artech House, 2005.
Extended Capabilities
Version History
Introduced in R2012a



