フィルターのクリア

simulink output space state block

1 回表示 (過去 30 日間)
SV
SV 2019 年 10 月 17 日
回答済み: Naveen Shanmuganantham 2020 年 12 月 18 日
Hi everyone,
How can I make a scalar signal output from the discrete state space in simulink? I tried putting x '= Ax + Bu and y = Ix, where the dimensions of A are [2x2], B [2x1] and where I [2x2] matrix identity, but I still get two output values. Thank you so much for your help.
S.

回答 (1 件)

Naveen Shanmuganantham
Naveen Shanmuganantham 2020 年 12 月 18 日
I understand that you need scalar output values from the Discrete State Space block.
To get the scalar output, please choose C matrix as [0 1] or [1 0] , and D matrix as 0 to get either the first or second scalar output.
With your current value of the C matrix [1 0;0 1], it will always output two values since it's in accordance with the matrix dimensions.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by