필터 지우기
필터 지우기

Help with state representation of my 3-mass 2-spring system

조회 수: 1 (최근 30일)
Cristian Rohozneanu
Cristian Rohozneanu 2024년 1월 17일
편집: Cristian Rohozneanu 2024년 1월 17일
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
Cristian Rohozneanu
Cristian Rohozneanu 2024년 1월 17일
편집: Cristian Rohozneanu 2024년 1월 17일
I apologize; I forgot to mention that the cubic term should not be considered. Therefore, k(\delta_i) = k_0 * \delta_i
Cristian Rohozneanu
Cristian Rohozneanu 2024년 1월 17일
편집: Cristian Rohozneanu 2024년 1월 17일
Furthermore, the matrices I have derived are as follows. I apologize for any confusion.
A = [0 0 0 1 0 0;
0 0 0 0 1 0;
0 0 0 0 0 1;
-(k0/m1) (k0/m1) 0 0 0 0;
(k0/m2) -(2*k0/m2) (k0/m2) 0 0 0;
0 (k0/m3) -(k0/m3) 0 0 0];
B = [1/m1; 0; 0; 0; 0; 0];
C = [0 1 0 0 0 0];

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

답변 (1개)

James Tursa
James Tursa 2024년 1월 17일
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
Cristian Rohozneanu 2024년 1월 17일
편집: Cristian Rohozneanu 2024년 1월 17일
I forgot to mention that the cubic term should not be considered. Therefore, k(\delta_i) = k_0 * \delta_i
Furthermore, the matrices I have derived are as follows. I apologize for any confusion.
A = [0 0 0 1 0 0;
0 0 0 0 1 0;
0 0 0 0 0 1;
-(k0/m1) (k0/m1) 0 0 0 0;
(k0/m2) -(2*k0/m2) (k0/m2) 0 0 0;
0 (k0/m3) -(k0/m3) 0 0 0];
B = [1/m1; 0; 0; 0; 0; 0];
C = [0 1 0 0 0 0];

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

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by