|
|
| GETCalibProcess (GETObject &obj, double a0=0., double a1=1.) |
|
| GETCalibProcess (u_int n=0, double dt=0.01, double a0=0., double a1=1.) |
|
| GETCalibProcess (const GETCalibProcess &proc) |
|
virtual | ~GETCalibProcess () |
|
|
u_short | GetDegree () const |
|
virtual void | SetDegree (u_short d) |
|
double | GetCoefficient (u_short i) const |
|
void | SetCoefficient (u_short i, double c) |
|
|
virtual GETSample * | ProcessSample (GETSample &sample, GETSample &result, GETChannel &channel) |
|
|
| ClassDef (GETCalibProcess, 0) |
|
| GETSignalModifier (GETObject &obj) |
|
| GETSignalModifier (u_int n=0, double dt=0.01) |
|
| GETSignalModifier (const GETSignalModifier &proc) |
|
virtual | ~GETSignalModifier () |
|
virtual GETSample * | ProcessSample (GETChannel &channel, u_short info) |
|
| ClassDef (GETSignalModifier, 0) |
|
| GETProcess (GETObject &obj) |
|
| GETProcess (u_int n=0, double dt=0.01) |
|
| GETProcess (const GETProcess &proc) |
|
virtual | ~GETProcess () |
|
virtual void | SetOptions (u_int opts) |
|
virtual void | SetOption (u_int flags, bool b=true) |
|
virtual u_int | GetOptions () |
|
virtual bool | GetOption (u_int flags) |
|
virtual void | Init (u_int n, double dt) |
|
u_int | GetDimension () const |
|
double | GetSamplingTime () const |
|
GETSample * | GetResultSamplePtr () |
|
const GETSample * | GetResultSamplePtr () const |
|
GETSample & | GetResultSample () |
|
const GETSample & | GetResultSample () const |
|
| ClassDef (GETProcess, 0) |
|
This class defines a (linear) calibration process.
This function process the input sample channel and stores the result in the result sample.
The function returns the (argument) result sample sample pointer. In case of error, the result is a NULL pointer.
- Note
- The sample to be processed and the result sample can be the same object, in which case the initial sample is replaced by the processing result.
- The initial and result samples may be the same object, in which case the sample is replaced by the result.
- Parameters
-
sample | input sample to be processed |
result | sample where result should be stored |
channel | GET system channel (no use in this class) |
Implements GETSignalModifier.
References coef, and GETRandom.