aboutsummaryrefslogtreecommitdiffstats
path: root/awlsim/common/lpfilter.pxd.in
blob: 33b4565ff04519de6805c7bfff9596ce4aff969f (plain)
1
2
3
4
5
6
7
8
9
10
from awlsim.common.cython_support cimport *


cdef class LPFilter(object):
	cdef double __div
	cdef double __state
	cdef double __initial

	cdef void reset(self)
	cdef double run(self, double value)
bues.ch cgit interface