|
state-observation 1.7.0
|
#include <state-observation/noise/noise-base.hpp>

Public Member Functions | |
| virtual | ~NoiseBase () |
| Virtual destructor. | |
| virtual Vector | getNoisy (const Vector &)=0 |
| The method to overload to produce the noisy version of a given vector. | |
|
inlinevirtual |
Virtual destructor.
The method to overload to produce the noisy version of a given vector.
Implemented in stateObservation::GaussianWhiteNoise.