ionosphericOffset
R2026bSyntax
Description
computes the ionospheric propagation delay ionoOffset = ionosphericOffset(rxpos,satposECEF,time,ionoparms)ionoOffset along the
line-of-sight between a receiver and a satellite. rxpos is the receiver
position in geographic coordinates and satposECEF is the satellite
position in Earth-centered Earth-fixed (ECEF) coordinates. time
specifies the actual time at which the ionosphericOffset function calculates
the ionospheric delay. ionoparms specifies the ionospheric model
coefficients or sunspot number required for delay computation.
specifies options using one or more name-value pair arguments. For example,
ionoOffset = ionosphericOffset(rxpos,satposECEF,time,ionoparms,Name=Value)Model="klobuchar-gps" selects the Klobuchar ionospheric model as the
correction algorithm to use for computing delay in the Global Positioning System (GPS)
constellation.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Tips
nequickData.mat— This MAT file contains the MODIP and CCIR files required for the NeQuick correction algorithm. The MAT file has been sourced from the European GNSS (Galileo) Open Service: Ionospheric Correction Algorithm for Galileo Single Frequency User specification [9].Model dependencies — When you specify the
Modelargument as"nequick-2","nequick-g", or"nequick-n", the function requires both MODIP and CCIR files.By default, the NeQuick-G model uses
nequickData.mat. To use custom MODIP and CCIR data, you must follow these naming conventions.MODIP file — Rename your file to
modipNeQG_wrapped.txt.CCIR Files — You must provide 12 files named sequentially from
ccir11.txttoccir22.txt.Place all files in your current path.
If any filename is incorrect or missing, the model defaults back to
nequickData.mat.For the NeQuick-2 and NeQuick-N models, the function defaults to the
nequickData.matfile to compute the ionospheric delay if model-specific MODIP and CCIR files are not present on the path.Note
Using
nequickData.matwith the NeQuick-2 or NeQuick-N model can result in some variation in the computed delay as compared to using model-specific MODIP and CCIR files.
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] China Satellite Navigation Office. BeiDou Navigation Satellite System Signal in Space Interface Control Document Open Service Signal B3I (Version 1.0). China Satellite Navigation Office, February, 2018.
[3] Indian Space Research Organization. Indian Regional Navigation Satellite System Signal in Space ICD for Standard Positioning Service Version 1.1. ISRO-IRNSS-ICD-SPS-1.1. Bangalore, IN: ISRO Satellite Centre, August, 2017.
[4] China Satellite Navigation Office. BeiDou Navigation Satellite System Signal in Space Interface Control Document Open Service Signal B2a (Version 1.0). China Satellite Navigation Office, December, 2017.
[5] International Telecommunication Union Radiocommunication Sector. Ionospheric Propagation Data and Prediction Methods Required for the Design of Satellite Networks and Systems. Recommendation ITU-R P.531-16 P Series: Radiowave Propagation. Geneva, CHE: ITU, September, 2025.
[6] "Ionospheric Correction User Algorithm Using NeQuick-NavIC (NeQuick-N) Model for NavIC Single Frequency Users." Version 1.0. 2023.
[7] European GNSS (Galileo) Open Service, Issue 1.0. "NTCM-G Ionospheric Model Description." May, 2022.
[8] Navipedia. "Time References in GNSS." Accessed April 10, 2026.
[9] European GNSS (Galileo) Open Service, Version 1.2. "Ionospheric Correction Algorithm for Galileo Single Frequency User." September, 2016.
Extended Capabilities
Version History
Introduced in R2026b