|
state-observation 1.7.0
General implementation of observers.
|
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. | |
Definition at line 28 of file noise-base.hpp.
|
inlinevirtual |
Virtual destructor.
Definition at line 32 of file noise-base.hpp.
The method to overload to produce the noisy version of a given vector.
Implemented in stateObservation::GaussianWhiteNoise.