필터 지우기
필터 지우기

Modal analysis - Stiffness Matrix - Simulink vehicle suspension model

조회 수: 8 (최근 30일)
Mattia Abrate
Mattia Abrate 2022년 3월 2일
답변: Kartik Saxena 2024년 3월 19일
Hi to everyone! I made a 7DOF suspension vehicle model in Simulink, I need to perform a modal analysis and to do it, I have to extract stiffness mass and damping matrices somehow. Can someone give me some guidelines??
Thanks.
Mattia

답변 (1개)

Kartik Saxena
Kartik Saxena 2024년 3월 19일
Hi,
In order to perform a general Modal Analysis, we can follow the following guidelines:
1. Linearize Your Model
First, you need to linearize your Simulink model to obtain a linear state-space representation (A, B, C, D matrices) of the system around a specific operating point. Use the 'linmod', 'linmod2', or 'linearize' function to linearize your Simulink model.
2. Extract Mass, Damping, and Stiffness Matrices
Once you have the state-space model, you can derive the mass (M), damping (C), and stiffness (K) matrices.
3. Perform Modal Analysis
With the M, C, and K matrices, you can now perform modal analysis to find the natural frequencies, damping ratios, and mode shapes.
I hope it helps.

카테고리

Help CenterFile Exchange에서 Chassis Systems에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by