state estimation error observer design
6 次查看(过去 30 天)
显示 更早的评论
how to plot the norm of the estimation error dynamics, ||e(t)||2 as a function of time where the observer’s initial conditions are given?
0 个评论
回答(1 个)
Sam Chak
2022-8-16
编辑:Sam Chak
2022-8-16
If the error dynamics is described by a linear model Esys, then
n2 = norm(Esys, 2)
computes the root-mean-squares of the impulse response of the linear dynamic system that is equivalent to the
-norm of system.
2 个评论
Sam Chak
2022-8-16
I guess, if the error state norm varies over time, then you probably have to compute a vector of norm
over time.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dynamic System Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!