Cleanup of Q material, and rename of FilterPy.

I renamed the functions that compute Q in FilterPy and had
not propogated that through the book.

I have renamed FilterPy from filterpy, and propogated that
change through the book.

Moved the material on SymPy from the short lived Appendix C
to Appendix A
This commit is contained in:
Roger Labbe
2014-11-16 09:41:41 -08:00
parent 9c0729d837
commit c1281bc47c
9 changed files with 582 additions and 725 deletions

View File

@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:c5c10c287a1d7f362dbed42c41eebc10b9bae86b387a0b10952a0824fcb7e359"
"signature": "sha256:5c842924509a6cfd6bb712a9a7e984f9b068e34de67e1bb6c963cb48309b6e72"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -277,7 +277,7 @@
"In one sentence the $H_\\infty$ (H infinity) filter is like a Kalman filter, but it is robust in the face of non-Gaussian, non-predictable inputs.\n",
"\n",
"\n",
"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."
"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."
]
},
{