이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
1. OverviewThis project presents a Quarter Car Model developed in Simulink. It simulates the vertical dynamics of a vehicle body as it traverses road irregularities. This model is essential for engineers studying vehicle comfort and suspension design.
2. Mathematical FoundationThe simulation solves the second-order differential equation for a single-degree-of-freedom system:
- Equation: m*x'' + c*x' + k*x = c*y' + k*y
- Rearranged for Acceleration: x'' = (1/m) * [(c*y' + k*y) - (c*x' + k*x)]
3. Model ParametersThe blocks in the provided model use the following values:
- Body Mass (m): 100 kg
- Damping Coefficient (c): 200 Ns/m
- Spring Stiffness (k): 10,000 N/m
- Input (y): Sine Wave (Road Profile)
4. Key Features
- Dynamic Response: Real-time calculation of Velocity and Displacement.
- Road Excitation: Includes both displacement (y) and velocity (y') of the road profile.
- Visual Output: Scope block for analyzing the stability and settling time of the suspension.
5. How to Use
- Download and open the .slx file.
- Double-click the Sine Wave block to change road frequency.
- Run the simulation and observe the Scope to see the car body's reaction.
인용 양식
Abd Al-Rhman Reda (2026). Quarter Car Model (https://kr.mathworks.com/matlabcentral/fileexchange/183220-quarter-car-model), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0 |
