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

Definition at line 30 of file TDSPConvolution.h.
Public Member Functions | |
| TDSPConvolution (char *name=NULL) | |
| ~TDSPConvolution () | |
| void | Response (TDSPVector *r) |
| void | Response (TDSPStochasticSignal *r) |
| void | SetOption (Option_t *opt) |
| void | SetBlockLen (Int_t b) |
| Int_t | GetBlockLen () |
| TDSPVector * | Conv (TDSPVector *input) |
| TDSPSignal * | Update (TDSPSignal *input) |
Data Fields | |
| TDSPVector * | ResponseFunction |
| fixed impulse response for convolution | |
| TDSPStochasticSignal * | StochasticResponseFunction |
Protected Attributes | |
| Int_t | fBlockLen |
| Int_t | fConvOptions |
| TString | Slot_Response |
| TString | Slot_StochasticResponse |
|
|
|
|
|
|
|
|
Referenced by Update(). |
|
|
Implements TDSPBlockOperation. Definition at line 70 of file TDSPConvolution.h. References fBlockLen.
00070 { return fBlockLen;};
|
|
|
Definition at line 63 of file TDSPConvolution.h. References ResponseFunction, and StochasticResponseFunction.
00063 {
00064 ResponseFunction = NULL;
00065 StochasticResponseFunction=r;
00066 };
|
|
|
Definition at line 57 of file TDSPConvolution.h. References TDSPOperator::Emit(), ResponseFunction, and StochasticResponseFunction.
00057 {
00058 StochasticResponseFunction = NULL;
00059 ResponseFunction = r;
00060 Emit("Response(TDSPVector*)",r);
00061 };
|
|
|
Definition at line 69 of file TDSPConvolution.h. References fBlockLen.
00069 { fBlockLen = b;};
|
|
|
|
|
|
Reimplemented from TDSPOutput1. Definition at line 80 of file TDSPConvolution.h. References Conv(), TDSPOperator::Emit(), TDSPOutput1::fSignal, and TDSPOutput1::Signal_NewData.
|
|
|
Definition at line 34 of file TDSPConvolution.h. Referenced by GetBlockLen(), and SetBlockLen(). |
|
|
Definition at line 35 of file TDSPConvolution.h. |
|
|
fixed impulse response for convolution
Definition at line 47 of file TDSPConvolution.h. Referenced by Response(). |
|
|
Definition at line 39 of file TDSPConvolution.h. |
|
|
Definition at line 40 of file TDSPConvolution.h. |
|
|
Definition at line 48 of file TDSPConvolution.h. Referenced by Response(). |
1.3.2