GeneralAviation
Description
A GeneralAviation
object contains a target specification for a
general aviation aircraft. You can use the GeneralAviation
object as an input to
multiSensorTargetTracker
. The target specification defines the state convention
for trackers initialized with it. For GeneralAviation
, the output state
convention is: [x;vx;y;vy;z;vz]
, where:
x
,y
, andz
represent the x-, y-, and z-coordinates in meters.vx
,vy
, andvz
represent the velocity components in different directions in meters per second.
Creation
To create a GeneralAviation
object, use the trackerTargetSpec
function with the "aerospace"
, "aircraft"
, and
"general-aviation"
input arguments. For example:
spec = trackerTargetSpec("aerospace","aircraft","general-aviation")
Properties
Object Functions
hasTrackerInput | Determine whether tracker needs additional input for target specification |
Version History
Introduced in R2024b