#include <TDSPEstimator.h>
Inheritance diagram for TDSPEstimator:

Definition at line 30 of file TDSPEstimator.h.
Public Member Functions | |
| TDSPEstimator () | |
| ~TDSPEstimator () | |
| TDSPVector * | GetEstimate () const |
| virtual TDSPVector * | Estimate (TDSPVector *y) |
| virtual void | Calculate ()=0 |
Protected Attributes | |
| TDSPVector * | fEstimate |
|
|
|
|
|
|
|
|
Implemented in TDSPLmmse. |
|
|
Reimplemented in TDSPLmmse. Definition at line 40 of file TDSPEstimator.h.
00040 { return y;};
|
|
|
Definition at line 38 of file TDSPEstimator.h. References fEstimate.
00038 { return fEstimate;};
|
|
|
Definition at line 32 of file TDSPEstimator.h. Referenced by TDSPLmmse::Estimate(), and GetEstimate(). |
1.3.2