qlibs icon indicating copy to clipboard operation
qlibs copied to clipboard

A collection of useful libraries for embedded systems : signal smoothing, PID control, Fuzzy Logic, fixed-point math and more...

Results 2 qlibs issues
Sort by recently updated
recently updated
newest added

Do you plan add support of Q16.16 at pid?

The formula mentioned in docs for [First order low pass filter](https://kmilo17pet.github.io/qlibs/qssmoother_desc.html#qssmoother_lpf1) have a typo: ### $y(t)=x(t)+\alpha[y(t-1)+x(t)]$ it should have **minus**: ### $y(t)=x(t)+\alpha[y(t-1)-x(t)]$