tttapa / Arduino-Filters

Arduino Finite Impulse Response and Infinite Impulse Response filter implementations.
GNU General Public License v3.0
113 stars 14 forks source link

Add reset/zero function to IIR/FIR Filter #8

Open marwasha opened 2 years ago

marwasha commented 2 years ago

The IIR/FIR filter classes are extremely helpful for the project I am working on, however, I am working with a very slow filter on a sensor that sometimes I want to pick and place somewhere else. It would be extremely convenient to be able to reset/zero the filter so I don't have to wait for the slow transients to settle when I know there has been a substantial change in environment