|
void | addInterFrequencyBias (const Frequency &freq) |
| Adds the frequency as inter-frequency bias state.
|
|
void | deinitialize () |
| Deinitialize the KF (can be used to reinitialize the Filter when results seem strange)
|
|
const KeyedMatrixXd< States::StateKeyType, States::StateKeyType > & | getErrorCovarianceMatrix () const |
| Returns the Error covariance matrix 𝐏
|
|
const KeyedVectorXd< States::StateKeyType > & | getState () const |
| Returns the State vector x̂
|
|
const std::vector< SPP::States::StateKeyType > & | getStateKeys () const |
| Get the States in the Kalman Filter.
|
|
void | initialize (const KeyedVectorXd< States::StateKeyType > &states, const KeyedMatrixXd< States::StateKeyType, States::StateKeyType > &variance) |
| Initialize the filter.
|
|
bool | isInitialized () const |
| Checks wether the Kalman filter is initialized.
|
|
void | predict (const double &dt, const Eigen::Vector3d &lla_pos, const std::string &nameId) |
| Does the Kalman Filter prediction.
|
|
void | reset (const std::vector< SatelliteSystem > &satelliteSystems) |
| Resets the filter.
|
|
void | setClockBiasErrorCovariance (double clkPhaseDrift) |
| Set the P matrix entry for the covariance of the clock phase drift.
|
|
bool | ShowGuiWidgets (const char *id, bool useDoppler, bool multiConstellation, bool estimateInterFrequencyBiases, float itemWidth, float unitWidth) |
| Shows the GUI input to select the options.
|
|
void | update (const std::vector< Meas::MeasKeyTypes > &measKeys, const KeyedMatrixXd< Meas::MeasKeyTypes, States::StateKeyType > &H, const KeyedMatrixXd< Meas::MeasKeyTypes, Meas::MeasKeyTypes > &R, const KeyedVectorXd< Meas::MeasKeyTypes > &dz, const std::string &nameId) |
| Does the Kalman Filter update.
|
|
|
double | _gui_initCovarianceClockDrift |
| GUI selection for the P matrix initialization clock drift uncertainty.
|
|
InitCovarianceClockDriftUnits | _gui_initCovarianceClockDriftUnit |
| Gui selection for the Unit of the P matrix initialization clock drift uncertainty.
|
|
double | _gui_initCovarianceInterSysClockDrift |
| GUI selection for the P matrix initialization inter system clock drift uncertainty.
|
|
InitCovarianceClockDriftUnits | _gui_initCovarianceInterSysClockDriftUnit |
| Gui selection for the Unit of the P matrix initialization inter system clock drift uncertainty.
|
|
double | _gui_initCovarianceVelocity |
| GUI selection for the P matrix initialization velocity uncertainty.
|
|
InitCovarianceVelocityUnits | _gui_initCovarianceVelocityUnit |
| Gui selection for the Unit of the P matrix initialization velocity uncertainty.
|
|
double | _initCovarianceClockDrift |
| Covariance of the P matrix initialization clock drift uncertainty [m²/s²].
|
|
double | _initCovarianceInterSysClockDrift |
| Covariance of the P matrix initialization inter system clock drift uncertainty [m²/s²].
|
|
double | _initCovarianceVelocity |
| Covariance of the P matrix initialization velocity uncertainty [m²/s²].
|
|
bool | _initialized |
| Boolean that determines, if Kalman Filter is initialized (from weighted LSE solution)
|
|
InterFrequencyBiasModel< SPP::States::StateKeyType > | _interFrequencyBiasModel |
| Inter-frequency bias Model.
|
|
KeyedKalmanFilterD< SPP::States::StateKeyType, SPP::Meas::MeasKeyTypes > | _kalmanFilter |
| Kalman Filter representation.
|
|
MotionModel< SPP::States::StateKeyType > | _motionModel |
| Motion Model.
|
|
ReceiverClockModel< SPP::States::StateKeyType > | _receiverClockModel |
| Receiver clock Model.
|
|
SystemModelCalcAlgorithm | _systemModelCalcAlgorithm |
| Algorithm to calculate the system models with.
|
|
const std::vector< SPP::States::StateKeyType > & | PosVelKey |
| All position and velocity keys.
|
|
const std::vector< SPP::States::StateKeyType > & | VelKey |
| All velocity keys.
|
|
The Spp Kalman Filter related options.