How to get stiffness and damping values for single degree of freedom?
2 次查看(过去 30 天)
显示 更早的评论
I'm doing mathematical modeling for (SDOF) a car seat which has mass 20 kg. I need stiffness and damping values to solve the equation of motion in Matlab. So please can u tell me any procedure to get these value.
0 个评论
采纳的回答
KSSV
2017-11-7
There is a relation between natural frequency, stiffness and mass.....the relation is :
w = sqrt(k/m) ;
As you want to find what should be k...then you have to decide/ fix frequency w and then get k, as m is known.
YOu can have a look on Rayleigh damping, to fix the take damping value. Rayleigh damping depends on K and M.
11 个评论
更多回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!