0.2.0
Loading...
Searching...
No Matches
Klobuchar.hpp
Go to the documentation of this file.
1// This file is part of INSTINCT, the INS Toolkit for Integrated
2// Navigation Concepts and Training by the Institute of Navigation of
3// the University of Stuttgart, Germany.
4//
5// This Source Code Form is subject to the terms of the Mozilla Public
6// License, v. 2.0. If a copy of the MPL was not distributed with this
7// file, You can obtain one at https://mozilla.org/MPL/2.0/.
8
13
14#pragma once
15
16#include <array>
18
19namespace NAV
20{
21
97double calcIonosphericTimeDelay_Klobuchar(double tow, Frequency freq, int8_t freqNum,
98 double latitude, double longitude,
99 double elevation, double azimuth,
100 const std::array<double, 4>& alpha, const std::array<double, 4>& beta);
101
102} // namespace NAV
Frequency definition for different satellite systems.
double calcIonosphericTimeDelay_Klobuchar(double tow, Frequency freq, int8_t freqNum, double latitude, double longitude, double elevation, double azimuth, const std::array< double, 4 > &alpha, const std::array< double, 4 > &beta)
Calculates the ionospheric time delay with the Klobuchar model.
Frequency definition for different satellite systems.
Definition Frequency.hpp:59