gnssSignalAcquirer
Description
The gnssSignalAcquirer
System object™ detects signals emanating from a given global navigation satellite system (GNSS)
satellite constellation. The object also estimates the coarse values of the code-phase offset
and the frequency offset.
The object supports these satellite systems that use C/A-code for spreading their signals.
Global Positioning System (GPS)
Navigation with Indian Constellation (NavIC)
Quasi-Zenith Satellite System (QZSS)
To acquire a GNSS signal :
Create the
gnssSignalAcquirer
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
GNSS signal acquirer System object. gsa
= gnssSignalAcquirer
sets properties using one or more optional name-value arguments. For example,
gsa
= gnssSignalAcquirer(Name=Value
)gnssSignalAcquirer(GNSSSignalType="QZSS C/A")
sets the type of the
GNSS signal to "QZSS C/A"
.
Properties
Usage
Description
Input Arguments
Output Arguments
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] Science Applications International Corporation (SAIC). NAVSTAR GPS Space Segment/Navigation User Segment Interfaces. IS-GPS-200N. El Segundo, CA: SAIC, August 22, 2022
[2] Indian Space Research Organization (ISRO). Signal in Space ICD for Standard Positioning Service. ISRO-IRNSS-ICD-SPS-1.1. Bangalore: ISRO, August 2017.
[3] Quasi-Zenith Satellite System Services. Quasi-Zenith Satellite System Interface Specification Satellite Positioning, Navigation and Timing Service. IS-QZSS-PNT-004. Cabinet Office, Government of Japan (CAO), January 25, 2021.
[4] Ward, P.W. “GPS Receiver Search Techniques.” In Proceedings of Position, Location and Navigation Symposium - PLANS ’96, 604–11. Atlanta, GA, USA: IEEE, 1996. https://doi.org/10.1109/PLANS.1996.509134.
[5] Kaplan, Elliott D., and C. Hegarty, eds. Understanding GPS/GNSS: Principles and Applications. Third edition. GNSS Technology and Applications Series. Boston; London: Artech House, 2017.
Extended Capabilities
Version History
Introduced in R2023a