state estimation error observer design

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?

답변 (1개)

Sam Chak
Sam Chak 2022년 8월 16일
편집: Sam Chak 2022년 8월 16일

0 개 추천

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

KANAN AYDINLI
KANAN AYDINLI 2022년 8월 16일
thank you for your answer Sam. But that gives me a number n2. how can I plot that ?
Sam Chak
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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Dynamic System Models에 대해 자세히 알아보기

질문:

2022년 8월 15일

댓글:

2022년 8월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by