Random Response of a MDOF System Using ode45
9 次查看(过去 30 天)
显示 更早的评论
Hi,
I want to calculate the random response of a MDOF system (Response of the system when it is being excited at some of its DOFS by a zero-mean random excitation). The system is a simple 5 DOF lumped mass-spring system. I derived the mass, damping, and stiffness matrices of the system. Next, I rewrote the governing differential equation of the system (Mx'' + Cx' + kx = f) in the from q' = f(q) in order to use ode45 to calculate the time domain response of the system. The code works well when the system is excited by lets say sin(2*pi*f*t) or step function or... . However, when I use a random number generator rand or randn to excite the system with a zero-mean random process, it takes the code too much to reach the answer. The time is too long (due to too short time intervals of the solution process in ode45). Can anybody say if there is another way to calculate the random response of an M,C,K model?
0 个评论
采纳的回答
更多回答(1 个)
Aadarsh Jain
2019-5-14
Hey Ehsan Z,
I have been trying to write the ODE for MDOF system in matlab. I am finding it very difficult to input ground acceleration for given time range and finding the solution. Kindly help.
Thank you
Aadarsh Jain
ME17F09F006@geca.ac.in
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!