![]() |
0.5.1
|
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. | |
Polynomial Cycle-slip detection algorithm.
Definition in file PolynomialCycleSlipDetector.hpp.