Fatigue Damage Spectrum, Time Domain

Consider a single-degree-of-freedom system subjected to base excitation where the input is an arbitrary time history. The response of the system can be calculated via a digital recursive filtering relationship, which is the numerical engine embedded in the SRS calculation.   This is done for… Read more

Structural Dynamics Characteristic Roots

Finding the the natural frequencies of a continuous beam, plate, membrane or even an acoustical volume requires solving for the eigenvalue roots of a characteristic equation, which may contain trigonometric or Bessel functions. Matlab provides an fzero function which can be used for this purpose.… Read more

Tall Building Natural Frequencies and Damping

The Transamerica Pyramind has a Fundamental Frequency of 0.3 Hz * * * Here are some papers which give natural frequencies and damping values for sample tall buildings: Damping in Tall Buildings and Towers: tall_building_damping.pdf The Damping Characteristics of Bolted and Welded Joints: bolted_joint_damping.pdf Transamerica… Read more

Dynamic Response to Enforced Motion

Modal Transient Analysis of a Multi-degree-of-freedom System with Enforced Motion: modal_enforced_motion.pdf Matlab scripts: enforced_displacement.zip enforced_acceleration.zip * * * Frequency Response Function Analysis of a Multi-degree-of-freedom System with Enforced Motion: FRF_enforced_motion.pdf Matlab scripts: enforced_acceleration_frf.zip enforced_displacement_frf.zip * * * Multi-Degree-of-Freedom System Response to Multipoint Base Excitation Modal… Read more

Warming People’s Hearts

Dear brothers, unless we train ministers capable of warming people’s hearts, of walking with them in the night, of dialoguing with their hopes and disappointments, of mending their brokenness, what hope can we have for our present and future journey? It isn’t true that God’s… Read more

Sine Amplitude Calculator

Here is a Matlab GUI script to calculate displacement, velocity, and acceleration at a given frequency for a steady-state sine function. sine_amplitude.zip This module is also included in:  Vibrationdata Matlab Signal Analysis Package – Tom Irvine