|
LMMS
|
#include <LatFilt.h>
Public Member Functions | |
| void | reset () |
| void | init (double fs) |
| void | clearcoefs () |
| sample_t | process (sample_t s) |
| void | set_vi (double coef, int i) |
| void | set_ki (double coef, int i) |
Public Attributes | |
| double | vcoef [ORDER+1] |
| double | kcoef [ORDER] |
| double | state [ORDER] |
| double | y |
| double | vf [ORDER+1] |
| double | kf [ORDER] |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| double DSP::LatFilt< ORDER >::kcoef[ORDER] |
| double DSP::LatFilt< ORDER >::kf[ORDER] |
| double DSP::LatFilt< ORDER >::state[ORDER] |
| double DSP::LatFilt< ORDER >::vcoef[ORDER+1] |
| double DSP::LatFilt< ORDER >::vf[ORDER+1] |
| double DSP::LatFilt< ORDER >::y |