gpsPCode
Description
The gpsPCode
System object™ generates a precision code (P-code) for a Global Positioning System (GPS)
satellite, as defined in IS-GPS-200L Section 3.3.2.2 [1].
To generate a P-code for a GPS satellite:
Create the
gpsPCode
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?
Creation
Description
creates a default
P-code generator System object.pgenerator
= gpsPCode
sets Properties using one or more
name-value pairs. For example, pgenerator
= gpsPCode(Name,Value
)'PRNID',10
specifies a pseudo-random
noise (PRN) ID of 10.
Properties
Object Functions
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)
Examples
References
[1] IS-GPS-200L. "NAVSTAR GPS Space Segment/Navigation User Segment Interfaces." GPS Enterprise Space & Missile Systems Center (SMC) - LAAFB, May 14, 2020.
Extended Capabilities
Version History
Introduced in R2021b