state-observation 1.7.0
General implementation of observers.
Loading...
Searching...
No Matches
stateObservation::NoiseBase Class Referenceabstract
Inheritance diagram for stateObservation::NoiseBase:
[legend]

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.

Detailed Description

Definition at line 28 of file noise-base.hpp.

Constructor & Destructor Documentation

◆ ~NoiseBase()

virtual stateObservation::NoiseBase::~NoiseBase ( )
inlinevirtual

Virtual destructor.

Definition at line 32 of file noise-base.hpp.

Member Function Documentation

◆ getNoisy()

virtual Vector stateObservation::NoiseBase::getNoisy ( const Vector & )
pure virtual

The method to overload to produce the noisy version of a given vector.

Implemented in stateObservation::GaussianWhiteNoise.


The documentation for this class was generated from the following file: