step
System object: phased.ArrayResponse
Namespace: phased
Calculate array response of sensor array
Syntax
RESP = step(H,FREQ,ANG)
RESP = step(H,FREQ,ANG,WEIGHTS)
RESP = step(H,FREQ,ANG,STEERANGLE)
RESP = step(H,FREQ,ANG,WEIGHTS,STEERANGLE)
RESP = step(H,FREQ,ANG,WS)
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.
returns
the array response RESP
= step(H
,FREQ
,ANG
)RESP
at operating frequencies
specified in FREQ
and directions specified in ANG
.
applies
weights RESP
= step(H
,FREQ
,ANG
,WEIGHTS
)WEIGHTS
on the sensor array. This syntax
is available when you set the WeightsInputPort
property
to true
.
uses RESP
= step(H
,FREQ
,ANG
,STEERANGLE
)STEERANGLE
as
the subarray steering angle. This syntax is available when you configure H
so
that H.Sensor
is an array that contains subarrays,
and H.Sensor.SubarraySteering
is either 'Phase'
or 'Time'
.
combines
all input arguments. This syntax is available when you configure RESP
= step(H
,FREQ
,ANG
,WEIGHTS
,STEERANGLE
)H
so
that H.WeightsInputPort
is true
, H.Sensor
is
an array that contains subarrays, and H.Sensor.SubarraySteering
is
either 'Phase'
or 'Time'
.
uses RESP
= step(H
,FREQ
,ANG
,WS
)WS
as weights applied to each element within each subarray. To
use this syntax, set the SensorArray
property to an array that
supports subarrays and set the SubarraySteering
property of the
array to 'Custom'
.
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
|
Array response object. | ||||||
|
Operating frequencies of array in hertz. | ||||||
|
Directions in degrees. If If | ||||||
|
Weights on the sensor array. If If | ||||||
|
Subarray steering angle in degrees. If If | ||||||
|
Subarray element weights Subarray element weights, specified as complex-valued NSE-by-N matrix or 1-by-N cell array where N is the number of subarrays. These weights are applied to the individual elements within a subarray. Subarray element weights
Dependencies To enable this argument, set the |
Output Arguments
|
Voltage response of the sensor array. The response depends on
whether the
|