We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfca57 commit 247220dCopy full SHA for 247220d
README.md
@@ -23,7 +23,7 @@ The Z transform numerator & denominator coefficients can also be supplied and th
23
```
24
The state can be cleared to reinitialize the filter:
25
``` c++
26
- my_filter.SetState();
+ my_filter.ClearState();
27
28
29
Finally although not recommended, it is possible to change the filter states:
0 commit comments