Documentation
Tools for embedded systems
|
Class to compute in real-time the numerical approximations of integral and derivative operations for data values sampled periodically. More...
Classes | |
class | qlibs::nState |
A numerical state object. More... | |
Enumerations | |
enum | qlibs::integrationMethod { qlibs::INTEGRATION_RECTANGULAR , qlibs::INTEGRATION_TRAPEZOIDAL , qlibs::INTEGRATION_SIMPSON , qlibs::INTEGRATION_QUADRATIC } |
An enum with all the available integration methods. More... | |
enum | qlibs::derivationMethod { qlibs::DERIVATION_2POINTS , qlibs::DERIVATION_BACKWARD , qlibs::DERIVATION_FORWARD } |
An enum with all the available derivation methods. More... | |
Class to compute in real-time the numerical approximations of integral and derivative operations for data values sampled periodically.
An enum with all the available integration methods.