sensor models -凯发k8网页登录
model various sensors, including: imu (accelerometer, gyroscope, magnetometer), gps receivers, altimeters, radar, lidar, sonar, and ir. you can mimic environmental, channel, and sensor configurations by modifying parameters of the sensor models. for active sensors, you can also model the corresponding emitters and channels as separate objects.
functions
blocks
generate radar sensor detections and tracks | |
simulate gps sensor readings with noise | |
imu simulation model | |
simulate ins sensor |
topics
in a tracking system, sensors are used to generate measurements or detections from targets in an environment.
simulate target detections by radar sensors.
- model imu, gps, and ins/gps
model combinations of inertial sensors and gps.
- introduction to simulating imu measurements
this example shows how to simulate inertial measurement unit (imu) measurements using the
imusensor
system object. this example shows how to remove gyroscope bias from an imu using
imufilter
.