![]()  | 
              
                  0.5.0
                 
               | 
            
Signal Detector struct. More...
Public Member Functions | |
| SignalDetector (InsTime startTime, size_t windowSize, size_t polyDegree, Strategy strategy) | |
| Constructor.   | |
Data Fields | |
| PolynomialRegressor< double > | polyReg | 
| Polynomial Regressor.   | |
| InsTime | startTime | 
| Time when the first message for this detector was received.   | |
Signal Detector struct.
Definition at line 165 of file PolynomialCycleSlipDetector.hpp.
      
  | 
  inline | 
Constructor.
| [in] | startTime | Time when the first message for this detector was received | 
| [in] | windowSize | Window size for the sliding window | 
| [in] | polyDegree | Polynomial degree to fit | 
| [in] | strategy | Strategy for fitting | 
Definition at line 172 of file PolynomialCycleSlipDetector.hpp.
| PolynomialRegressor<double> NAV::PolynomialCycleSlipDetector< Key >::SignalDetector::polyReg | 
Polynomial Regressor.
Definition at line 176 of file PolynomialCycleSlipDetector.hpp.
| InsTime NAV::PolynomialCycleSlipDetector< Key >::SignalDetector::startTime | 
Time when the first message for this detector was received.
Definition at line 175 of file PolynomialCycleSlipDetector.hpp.