AzimuthRangeAndRangeRateModel
Description
An AzimuthRangeAndRangeRateModel
object contains a measurement model that measures
azimuth angle, range, and range rate to the target. The measurement convention is:
measurement = [azimuth;range;range-rate]
. You can use this model to
define the measurement model for a CustomSensor
object. The units for angles are in degrees.
Creation
To create an AzimuthRangeAndRangeRateModel
object, use the sensorMeasurementModel
function with the
"azimuth-range-rangerate"
input argument. For example:
measurementModel = sensorMeasurementModel("azimuth-range-rangerate")
Properties
Version History
Introduced in R2025a