state estimation error observer design

5 visualizzazioni (ultimi 30 giorni)
KANAN AYDINLI
KANAN AYDINLI il 15 Ago 2022
Commentato: Sam Chak il 16 Ago 2022
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?

Risposte (1)

Sam Chak
Sam Chak il 16 Ago 2022
Modificato: Sam Chak il 16 Ago 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 Commenti
KANAN AYDINLI
KANAN AYDINLI il 16 Ago 2022
thank you for your answer Sam. But that gives me a number n2. how can I plot that ?
Sam Chak
Sam Chak il 16 Ago 2022
I guess, if the error state norm varies over time, then you probably have to compute a vector of norm over time.

Accedi per commentare.

Categorie

Scopri di più su Dynamic System Models in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by