Help with state representation of my 3-mass 2-spring system
古いコメントを表示
Starting from this information, I have managed to obtain this state representation. I wanted to ask for your confirmation to know if it is correct, or if it is not, where I made a mistake. Thank you for your attention.

this are my matrix :
A = [ 0 1 0 0 0 0;
-k0/m1 0 k0/m1 0 0 0;
0 0 0 1 0 0;
0 0 -k0/m2 0 k0/m2 0;
0 0 0 0 0 1;
0 0 0 0 -k0/m3 0];
B = [1/m1;
0;
0;
0;
0;
0];
C = [1 0 0 0 0 0];
D = 0;
3 件のコメント
Sam Chak
2024 年 1 月 17 日
It appears to be a nonlinear spring-mass system due to the cubic term
. Consequently, the system cannot be mathematically expressed in the conventional linear state-space model
,
, unless you construct a Takagi–Sugeno fuzzy model for the nonlinear system. Nevertheless, you can still model the system in the control-affine nonlinear state-space model
.
. Consequently, the system cannot be mathematically expressed in the conventional linear state-space model
Cristian Rohozneanu
2024 年 1 月 17 日
編集済み: Cristian Rohozneanu
2024 年 1 月 17 日
Cristian Rohozneanu
2024 年 1 月 17 日
編集済み: Cristian Rohozneanu
2024 年 1 月 17 日
回答 (1 件)
James Tursa
2024 年 1 月 17 日
0 投票
The k terms in the equations above appear to be non-linear. Your A matrix doesn't account for the cubic parts.
1 件のコメント
Cristian Rohozneanu
2024 年 1 月 17 日
編集済み: Cristian Rohozneanu
2024 年 1 月 17 日
カテゴリ
ヘルプ センター および File Exchange で Phased Array Design and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!