Emissions in scenario coordinates, specified as a cell array of radarEmission
objects.
Data Types: cell
Body frame of the platform, specified as a structure. The body frame structure must
have the following fields.
Fieldname
Description
Default
Position
A 3-element vector specifying the position of the
local reference frame's origin relative to its global frame in
meters.
[0 0 0]
Velocity
A 3-element vector specifying the velocity of the
local reference frame's origin relative to its global frame in meters per
second.
[0 0 0]
Orientation
A scalar quaternion or a 3-by-3
real-valued orthonormal rotation matrix specifying the orientation of the
local reference frame relative to its global frame.
eye(3)
Any structure that defines the fields above can be used to define a platform's body
frame. For example, the structures returned by the platformPoses
method on radarScenario
object can be used.