Calculating eigenmode and eigenfrequency with Simmechanics 2nd generation
9 次查看(过去 30 天)
显示 更早的评论
Hi, i´ve generated a complex multi-body system of a front axle from a car. Is it possible, to calculate the eigenmode and eigenfrequency from the whole front axle with simmecxhanics 2nd generation (the dynamic stiffnesses/dynamic characteristic curve is known of the bearings/bushings in 2nd gen)? If it´s possible, how can i use that? Or is there another possibility to calculate that? Do i need an another tool for that? Kind regards
0 个评论
回答(1 个)
Sebastian Castro
2015-7-1
If you have access to Simulink Control Design, you could try linearizing your SimMechanics model, which would give you a State-Space system with matrices A, B, C, D.
Then, you can take the A matrix to find the eigenfrequencies and modes:
[eigModes,eigVals] = eig(A)
- Sebastian
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Multibody Dynamics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!