Inter Frequency Bias System Model.
More...
|
std::pair< double, double > | calcPhiAndQ (double dt, const Frequency &freq) |
| Calculates the state transition matrix (𝚽) and the process noise covariance matrix (𝐐)
|
|
template<typename Scalar , int Size> |
void | initialize (Keys::InterFreqBias bias, KeyedMatrix< Scalar, StateKeyType, StateKeyType, Size, Size > &F, KeyedMatrix< Scalar, StateKeyType, StateKeyType, Size, Size > &G, KeyedMatrix< Scalar, StateKeyType, StateKeyType, Size, Size > &W) |
| Initializes the inter-frequency bias.
|
|
bool | ShowGui (float itemWidth, float unitWidth, const char *id) |
| Shows a GUI.
|
|
template<typename Scalar , int Size> |
void | updatePhiAndQ (KeyedMatrix< Scalar, StateKeyType, StateKeyType, Size, Size > &Phi, KeyedMatrix< Scalar, StateKeyType, StateKeyType, Size, Size > &Q, double dt) |
| Updates the provided Phi and Q matrix.
|
|
|
double | _covarianceInterFrequencyBias |
| Covariance of the inter-frequency bias [m²/s].
|
|
double | _gui_covarianceInterFrequencyBias |
| GUI selection for the Standard deviation of the inter-frequency bias.
|
|
Units::CovarianceClkPhaseDriftUnits | _gui_covarianceInterFrequencyBiasUnit |
| Gui selection for the Unit of the inter-frequency covarianceInterFrequencyBias parameter.
|
|
template<typename StateKeyType>
class NAV::InterFrequencyBiasModel< StateKeyType >
Inter Frequency Bias System Model.
◆ calcPhiAndQ()
template<typename StateKeyType >
Calculates the state transition matrix (𝚽) and the process noise covariance matrix (𝐐)
- Parameters
-
[in] | dt | Time step size in [s] |
[in] | freq | Frequency to use |
- Returns
- Phi and Q matrix
◆ initialize()
template<typename StateKeyType >
template<typename Scalar , int Size>
void NAV::InterFrequencyBiasModel< StateKeyType >::initialize |
( |
Keys::InterFreqBias | bias, |
|
|
KeyedMatrix< Scalar, StateKeyType, StateKeyType, Size, Size > & | F, |
|
|
KeyedMatrix< Scalar, StateKeyType, StateKeyType, Size, Size > & | G, |
|
|
KeyedMatrix< Scalar, StateKeyType, StateKeyType, Size, Size > & | W ) |
|
inline |
Initializes the inter-frequency bias.
- Parameters
-
[in] | bias | Bias to init |
[in,out] | F | System model matrix |
[in,out] | G | Noise input matrix |
[in,out] | W | Noise scale matrix |
◆ ShowGui()
template<typename StateKeyType >
Shows a GUI.
- Parameters
-
[in] | itemWidth | Width of the space for the config items |
[in] | unitWidth | Width of the units |
[in] | id | Unique id for ImGui |
- Returns
- True if something was changed
◆ updatePhiAndQ()
template<typename StateKeyType >
template<typename Scalar , int Size>
void NAV::InterFrequencyBiasModel< StateKeyType >::updatePhiAndQ |
( |
KeyedMatrix< Scalar, StateKeyType, StateKeyType, Size, Size > & | Phi, |
|
|
KeyedMatrix< Scalar, StateKeyType, StateKeyType, Size, Size > & | Q, |
|
|
double | dt ) |
|
inline |
Updates the provided Phi and Q matrix.
- Parameters
-
[in,out] | Phi | State transition matrix |
[in,out] | Q | System/Process noise covariance matrix |
[in] | dt | Time step size in [s] |
◆ from_json
template<typename StateKeyType >
Converts the provided json object into the data object.
- Parameters
-
[in] | j | Json object with the needed values |
[out] | data | Object to fill from the json |
◆ to_json
template<typename StateKeyType >
Converts the provided data into a json object.
- Parameters
-
[out] | j | Json object which gets filled with the info |
[in] | data | Data to convert into json |
The documentation for this class was generated from the following file: