step
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.
Syntax
Description
uses Y = step(H,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
Y = step(H,X,STEERANGLE)H so that H.TransmitSignalInputPort is
true, H.Sensor is an array that contains subarrays,
and H.Sensor.SubarraySteering is either 'Phase' or
'Time'.
Examples
Input Arguments
Output Arguments
Tips
The clutter simulation that constantGammaClutter provides is
based on these assumptions:
The radar system is monostatic.
The propagation is in free space.
The terrain is homogeneous.
The clutter patch is stationary during the coherence time. Coherence time indicates how frequently the software changes the set of random numbers in the clutter simulation.
Because the signal is narrowband, the spatial response and Doppler shift can be approximated by phase shifts.
The radar system maintains a constant height during simulation.
The radar system maintains a constant speed during simulation.
Extended Capabilities
Version History
Introduced in R2021a

