Can the difference between impulse(sys) and plot(sys) be graphed?

2 ビュー (過去 30 日間)
HAMZA Butt
HAMZA Butt 2016 年 3 月 30 日
コメント済み: HAMZA Butt 2016 年 3 月 30 日
I need to compare the theoretical impulse response and the simulated impulse response. I created a time vector and plotted my theoretical answers. I want to compare the plotted against the simulated and find the error between them.

回答 (1 件)

MHN
MHN 2016 年 3 月 30 日
編集済み: MHN 2016 年 3 月 30 日
Just feed a subtracter block with them (and abs block if you need the absolute value) and plot the difference. Just note that the simulation and theoretical one must be generated by a same time vector, otherwise comparing the differences are meaningless.
  1 件のコメント
HAMZA Butt
HAMZA Butt 2016 年 3 月 30 日
Are u referring to the following command:
Y = step(H,A,V) returns Y. The value of Y results from subtracting the elements of input vector V from the input array A along the specified dimension when the VectorSource property is Input port. The length of the input V must equal the length of the specified dimension of A.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by