![]() |
0.4.1
|
Filter description. More...
Public Member Functions | |
FilterItem ()=default | |
Default Constructor. | |
FilterItem (std::string dataDescription, size_t dataIndex) | |
Constructor. | |
Data Fields | |
std::string | dataDescription |
Description of the data. | |
size_t | dataIndex |
Index of the data. | |
std::map< InsTime, double > | dataToFilter |
Map which stores all last data points which were used in the previous fit. | |
FilterType | filterType |
Selected filter type in the GUI. | |
double | linear_filter_cutoff_frequency |
Cutoff frequency [Hz], inverse of this parameter equals to fitting period. | |
bool | modified |
Flag to show indicator that it was modified. | |
Filter description.
Definition at line 79 of file LowPassFilter.hpp.
|
default |
Default Constructor.
|
inline |
Constructor.
[in] | dataDescription | Description of the data (dynamic data identifier) |
[in] | dataIndex | Index of the data (relevant for static data mostly) |
Definition at line 87 of file LowPassFilter.hpp.
std::string NAV::LowPassFilter::FilterItem::dataDescription |
Description of the data.
Definition at line 91 of file LowPassFilter.hpp.
size_t NAV::LowPassFilter::FilterItem::dataIndex |
Index of the data.
Definition at line 93 of file LowPassFilter.hpp.
std::map<InsTime, double> NAV::LowPassFilter::FilterItem::dataToFilter |
Map which stores all last data points which were used in the previous fit.
Definition at line 99 of file LowPassFilter.hpp.
FilterType NAV::LowPassFilter::FilterItem::filterType |
Selected filter type in the GUI.
Definition at line 95 of file LowPassFilter.hpp.
double NAV::LowPassFilter::FilterItem::linear_filter_cutoff_frequency |
Cutoff frequency [Hz], inverse of this parameter equals to fitting period.
Definition at line 97 of file LowPassFilter.hpp.
bool NAV::LowPassFilter::FilterItem::modified |
Flag to show indicator that it was modified.
Definition at line 101 of file LowPassFilter.hpp.