Go to the documentation of this file.
23 #ifndef INCLUDED_CHANNELS_FADING_MODEL_H
24 #define INCLUDED_CHANNELS_FADING_MODEL_H
56 static sptr make(
unsigned int N,
62 virtual float fDTs() = 0;
63 virtual float K() = 0;
64 virtual float step() = 0;
66 virtual void set_fDTs(
float fDTs) = 0;
67 virtual void set_K(
float K) = 0;
68 virtual void set_step(
float step) = 0;