28#ifndef _DSP_LatFilt_H_
29#define _DSP_LatFilt_H_
50 for (
int i = 0;
i < ORDER;
i++) {
66 for (
int i=0;
i< ORDER;
i++) {
80 for (
i = ORDER-2;
i >= 0;
i--) {
LADSPA_Data sample_t
Definition basics.h:100
double kcoef[ORDER]
Definition LatFilt.h:39
void init(double fs)
Definition LatFilt.h:59
void set_vi(double coef, int i)
Definition LatFilt.h:91
double vcoef[ORDER+1]
Definition LatFilt.h:38
void clearcoefs()
Definition LatFilt.h:65
void set_ki(double coef, int i)
Definition LatFilt.h:95
sample_t process(sample_t s)
Definition LatFilt.h:73
double y
Definition LatFilt.h:41
double state[ORDER]
Definition LatFilt.h:40
void reset()
Definition LatFilt.h:48
double vf[ORDER+1]
Definition LatFilt.h:44
double kf[ORDER]
Definition LatFilt.h:45
register unsigned i
Definition inflate.c:1575
unsigned s
Definition inflate.c:1555