image thumbnail

Harmonic excitation of a SDOF

version 2.2.2 (206 KB) by E. Cheynet
Implementation of some numerical methods to study forced vibrations of a SDOF in the time domain.

1.6K Downloads

Updated07 Apr 2022

From GitHub

View license on GitHub

Harmonic excitation of a SDOF

View Harmonic excitation of a SDOF on File Exchange

Summary

阻尼单学位的精确解Of Freedom (SDOF) system is excited by a harmonic force is calculated [1]. It is compared to the numerical solution provided by the Matlab built-in function ode 45, the central difference method, Newmark method and the 4th order Runge-Kutta method, the implementation of which is based on the book from S. Rao [2].

Content

The repositroy contains:

  • The function RK4.m, which solves numerically the equations of motion of a damped system with the 4th order Runge-Kutta method
  • The function Newmark.m, which solves numerically the equations of motion of a damped system with Newmark's method
  • The function CentDiff.m, which solves numerically the equations of motion of a damped system with the central difference method
  • A Matlab livescript Documentation.mlx for the documentation

References

[1] Daniel J. Inman, Engineering Vibrations, Pearson Education, 2013

[2] Singiresu S. Rao, Mechanical Vibrations,Prentice Hall, 2011

Cite As

E. Cheynet (2022).Harmonic excitation of a SDOF(https://github.com/ECheynet/Excitation_SDOF/releases/tag/v2.2.2), GitHub. Retrieved.

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
Platform Compatibility
Windows macOS linux

Community Treasure Hunt

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

Start Hunting!
To view or report issues in this GitHub add-on, visit theGitHub Repository.
To view or report issues in this GitHub add-on, visit theGitHub Repository.