0.4.1
Loading...
Searching...
No Matches
PolynomialCycleSlipDetector.hpp File Reference

Polynomial Cycle-slip detection algorithm. More...

Go to the source code of this file.

Data Structures

class  NAV::PolynomialCycleSlipDetector< Key >
 Cycle-slip detection. More...
 
struct  NAV::PolynomialCycleSlipDetector< Key >::SignalDetector
 Signal Detector struct. More...
 

Namespaces

namespace  NAV
 

Enumerations

enum class  NAV::PolynomialCycleSlipDetectorResult : uint8_t {
  NAV::Disabled ,
  NAV::LessDataThanWindowSize ,
  NAV::NoCycleSlip ,
  NAV::CycleSlip
}
 Cycle-slip detection result type. More...
 

Functions

template<typename Key>
void NAV::from_json (const json &j, PolynomialCycleSlipDetector< Key > &data)
 Read info from a json object.
 
template<typename Key>
bool NAV::PolynomialCycleSlipDetectorGui (const char *label, PolynomialCycleSlipDetector< Key > &polynomialCycleSlipDetector, float width=0.0F)
 Shows a GUI for advanced configuration of the PolynomialCycleSlipDetector.
 
template<typename Key>
void NAV::to_json (json &j, const PolynomialCycleSlipDetector< Key > &data)
 Write info to a json object.
 

Detailed Description

Polynomial Cycle-slip detection algorithm.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2023-10-30

Definition in file PolynomialCycleSlipDetector.hpp.