Inertial navigation and GPS simulation model
The insSensor
System object™ models data output from an inertial navigation and GPS.
To model output from an inertial navigation and GPS:
Create the insSensor
object and set its properties.
Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?.
models the data received from an inertial navigation and GPS reading. The measurement is
based on the input signal, measurement
= INS(motion
)motion
.
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)