Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

TDSPEstimator Class Reference

#include <TDSPEstimator.h>

Inheritance diagram for TDSPEstimator:

TQQObject TDSPLmmse

Detailed Description

Base Class for Estimators
Author:
Peter Jung

Definition at line 30 of file TDSPEstimator.h.

Public Member Functions

 TDSPEstimator ()
 ~TDSPEstimator ()
TDSPVectorGetEstimate () const
virtual TDSPVectorEstimate (TDSPVector *y)
virtual void Calculate ()=0

Protected Attributes

TDSPVectorfEstimate


Constructor & Destructor Documentation

TDSPEstimator::TDSPEstimator  ) 
 

TDSPEstimator::~TDSPEstimator  ) 
 


Member Function Documentation

virtual void TDSPEstimator::Calculate  )  [pure virtual]
 

Implemented in TDSPLmmse.

virtual TDSPVector* TDSPEstimator::Estimate TDSPVector y  )  [inline, virtual]
 

Reimplemented in TDSPLmmse.

Definition at line 40 of file TDSPEstimator.h.

00040 { return y;};

TDSPVector* TDSPEstimator::GetEstimate  )  const [inline]
 

Definition at line 38 of file TDSPEstimator.h.

References fEstimate.

00038 { return fEstimate;};


Field Documentation

TDSPVector* TDSPEstimator::fEstimate [protected]
 

Definition at line 32 of file TDSPEstimator.h.

Referenced by TDSPLmmse::Estimate(), and GetEstimate().


The documentation for this class was generated from the following file:
Generated on Fri Apr 23 16:23:52 2004 by doxygen 1.3.2