8000 Fix lqe docstring per @sawyerbfuller · python-control/python-control@0d4ff4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d4ff4c

Browse files
committed
Fix lqe docstring per @sawyerbfuller
1 parent fdd399f commit 0d4ff4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/statefbk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def lqe(*args, **keywords):
277277
The lqe() function computes the observer gain matrix L such that the
278278
stationary (non-time-varying) Kalman filter
279279
280-
.. math:: x_e = A x_e + G u + L(y - C x_e - D u)
280+
.. math:: x_e = A x_e + B u + L(y - C x_e - D u)
281281
282282
produces a state estimate x_e that minimizes the expected squared error
283283
using the sensor measurements y. The noise cross-correlation `NN` is

0 commit comments

Comments
 (0)
0