platform
Platform object belonging to radar scenario
Description
The platform function creates a
Platform object belonging to a radarScenario. You
can mount senors on a platform that detect or emit signals in the radar scenario. Specify the
platform signature as a radar cross section, target strength, or infrared intensity. You can
model platforms as points or cuboids by specifying the Dimensions
property and use the PoseEstimator property to determine the current
platform pose with respect to local scenario coordinates. You can create trajectories for any
platform using the kinematicTrajectory,
waypointTrajectory,
or geoTrajectory
System object™.
Use the detect, emit, and
receive functions
to collect detection, emissions, and receive I/Q signals for all senors mounted on the
platform, respectively. You can use pose to update the
pose for a platform. targetPoses
returns the poses of all targets in a scenario with respect to the observing platform.
Creation
Description
creates a new plat = platform(scenario)Platform object, plat, and adds the
platform to the radar scenario, scenario.
creates a new plat = platform(scenario,PropertyName=Value)Platform object, plat, with each
specified PropertyName set to the corresponding
Value. You can specify additional pairs of arguments in any order
as
PropertyName1=Value1,...,PropertyNameN=ValueN.
Properties
Object Functions
detect | Collect detections from all sensors mounted on platform |
emit | Collect emissions from all emitters mounted on platform |
pose | Update pose for platform |
receive | Receive I/Q signal from radars mounted on platform |
targetPoses | Target positions and orientations as seen from platform |
Examples
Version History
Introduced in R2021a



