state estimation error observer design
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Sam Chak
el 16 de Ag. de 2022
Editada: Sam Chak
el 16 de Ag. de 2022
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 comentarios
Sam Chak
el 16 de Ag. de 2022
I guess, if the error state norm varies over time, then you probably have to compute a vector of norm
over time.
Ver también
Categorías
Más información sobre Dynamic System Models en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!