필터 지우기
필터 지우기

Damping Ratios and Frequencies

조회 수: 4 (최근 30일)
Rob Jepp
Rob Jepp 2016년 9월 21일
편집: Zhao Wang 2016년 9월 26일
I've generated space state and transfer functions for a vehicle how would I estimate the damping ratios and natural frequencies of the vehicle on a suspension test facility?

답변 (1개)

Zhao Wang
Zhao Wang 2016년 9월 26일
편집: Zhao Wang 2016년 9월 26일
I understand that you want to derive damping ratios and natural frequencies from a linear model. This model may be a state-space model or a transfer function.
If you have access to the System Identification Toolbox, you can use the "damp" function. For example, the following command displays a list of damping ratios and natural frequencies:
>> [Wn,zeta] = damp(sys)
In this example, input 'sys' is the linear model. Output 'Wn' is a vector of natural frequencies and 'zeta' is a vector of damping ratios.
For more details about the "damp" function, refer to the following link:

카테고리

Help CenterFile Exchange에서 Linear Model Identification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by