AzimuthElevationRangeAndRangeRateModel
Description
An AzimuthElevationRangeAndRangeRateModel
object contains a measurement model that measures
the azimuth angle, elevation angle, range, and range rate to the target. The measurement
convention is measurement = [azimuth;elevation;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 AzimuthElevationRangeAndRangeRateModel
object, use the sensorMeasurementModel
function with the
"azimuth-elevation-range-rangerate"
input argument. For example:
measurementModel = sensorMeasurementModel("azimuth-elevation-range-rangerate")
Properties
Version History
Introduced in R2025a