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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chebyshev filter type?

metanav opened this issue · comments

commented

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

commented

It is type 1.