step
System object: phased.ReplicatedSubarray
Package: phased
Output responses of subarrays
Description
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.
Note
The object performs an initialization the first time the object is executed. This
initialization locks nontunable properties
and input specifications, such as dimensions, complexity, and data type of the input data.
If you change a nontunable property or an input specification, the System object issues an error. To change nontunable properties or inputs, you must first
call the release
method to unlock the object.
Input Arguments
|
Phased array formed by replicated subarrays. |
|
Operating frequencies of array in hertz. |
|
Directions in degrees. If If |
|
Propagation speed in meters per second. This value must be a scalar. |
|
Subarray steering direction. If this argument is a 2-element column vector, it has the form [azimuth; elevation]. The azimuth angle must be between –180° and 180°, inclusive. The elevation angle must be between –90° and 90°, inclusive. If DependenciesTo enable this argument, set the |
|
Subarray element weights Subarray element weights, specified as complex-valued NSE-by-N matrix. Weights are applied to the individual elements within a subarray. All subarrays have the same dimensions and sizes. NSE is the number of elements in each subarray and N is the number of subarrays. Each column of the matrix specifies the weights for the corresponding subarray. DependenciesTo enable this argument, set the |
Output Arguments
|
Voltage responses of the subarrays of the phased array. The output depends on whether the array supports polarization or not.
|