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

Definition at line 30 of file TDSPFMT.h.
Public Member Functions | |
| TDSPFMT (char *name=NULL) | |
| virtual | ~TDSPFMT () |
| UInt_t | GetNumCarriers () |
| void | SetNumCarriers (Int_t n) |
| TDSPMatrix * | GetTransmitMatrix () |
| TDSPMatrix * | GetReceiverMatrix () |
| TDSPVector * | GetTransmitPulse (TDSPVector *p=NULL) |
| TDSPVector * | GetReceiverPulse (TDSPVector *p=NULL) |
| void | SetTransmitMatrix (TDSPMatrix *h) |
| void | SetReceiverMatrix (TDSPMatrix *h) |
| void | SetOption (Option_t *opt) |
| void | LoadPulses (char *fname, char *transmitname="TransmitMatrix", char *receivername="ReceiverMatrix") |
| void | SavePulses (char *fname, char *transmitname="TransmitMatrix", char *receivername="ReceiverMatrix") |
| TDSPSignal * | Update (TDSPSignal *input) |
| TDSPSignal * | InverseUpdate (TDSPSignal *input) |
|
|
|
|
|
|
|
|
Definition at line 58 of file TDSPFMT.h. References TDSPFilterMap::GetNumFilters().
00058 { return GetNumFilters(); };
|
|
|
Definition at line 62 of file TDSPFMT.h. References TDSPFilterMap::GetInverseMatrix().
00062 { return GetInverseMatrix();};
|
|
|
|
|
|
Definition at line 61 of file TDSPFMT.h. References TDSPFilterMap::GetMatrix().
00061 { return GetMatrix();};
|
|
|
|
|
|
Reimplemented from TDSPFilterMap. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 59 of file TDSPFMT.h. References TDSPFilterMap::SetNumFilters().
00059 { SetNumFilters(n);}; // Configure the filterbank for the use of "n" carriers
|
|
|
|
|
|
Definition at line 68 of file TDSPFMT.h. References TDSPFilterMap::SetInverseMatrix().
00068 { SetInverseMatrix(h); };
|
|
|
Definition at line 67 of file TDSPFMT.h. References TDSPFilterMap::SetMatrix().
00067 { SetMatrix(h); };
|
|
|
Reimplemented from TDSPFilterMap. |
1.3.2