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 d03247e commit 6277637Copy full SHA for 6277637
README.md
@@ -108,14 +108,14 @@ for more detailed examples.
108
109
### State Estimation Features
110
111
-- [ ] supported state estimators/observers:
+- [x] supported state estimators/observers:
112
- [x] steady-state Kalman filter
113
- [x] Kalman filter
114
- [x] Luenberger observer
115
- [x] internal model structure
116
- [x] extended Kalman filter
117
- [x] unscented Kalman filter
118
- - [ ] moving horizon estimator
+ - [x] moving horizon estimator
119
- [x] easily estimate unmeasured disturbances by adding one or more integrators at the:
120
- [x] manipulated inputs
121
- [x] measured outputs
0 commit comments