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
145 stars 35 forks source link

Fixes for C6011 and casting warnings. #2

Closed RinoReyns closed 1 year ago

adis300 commented 1 year ago

Thanks for the fixes.

RinoReyns commented 1 year ago

No problem :) btw, great work. I have integrated your code to my project and I will develop its utilization. If you are interested please take a look at my project ;)