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 ExchangeDynamic 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