Path: blob/master/Appendix-D-HInfinity-Filters.ipynb
686 views
Kernel: Python 3
H Infinity filter
In [1]:
In [2]:
Out[2]:
I am still mulling over how to write this chapter. In the meantime, Professor Dan Simon at Cleveland State University has an accessible introduction here:
http://academic.csuohio.edu/simond/courses/eec641/hinfinity.pdf
In one sentence the (H infinity) filter is like a Kalman filter, but it is robust in the face of non-Gaussian, non-predictable inputs.
My FilterPy library contains an H-Infinity filter. I've pasted some test code below which implements the filter designed by Simon in the article above. Hope it helps.
In [1]:
Out[1]: