adis300 / filter-c

Elegant Butterworth and Chebyshev filter implemented in C, with float/double precision support. Works well on many platforms. You can also use this package in C++ and bridge to many other languages for good performance.
MIT License
144 stars 34 forks source link

Chebyshev filter type? #3

Closed metanav closed 1 year ago

metanav commented 1 year ago

Thanks for your work! I wanted to know whether the Chebyshev bandpass filter implementation is type I or type II?

adis300 commented 1 year ago

It is type 1.