Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1.02 KB

README.md

File metadata and controls

22 lines (11 loc) · 1.02 KB

State-Space Simulations - Lumped Parameter models

A collection of state space simulations coded in matlab. These systems are mostly dynamic systems of various order.

State Equation

For a linear time invariant system:

\dot{\vec{x}} = \textbf{A}\vec{x} + \textbf{B}\vec{u}

Output Equation

\vec{y} = \textbf{C}\vec{x} + \textbf{D}\vec{u}

bitbtex cite:

@book{rowell_wormley_2002, place={Upper Saddle River, NJ}, title={System dynamics: an introduction}, publisher={Prentice Hall}, author={Rowell, Derek and Wormley, David N.}, year={2002}}

  • WaterHammer Simulation - A model to see the effects of installing a waterhammer device on a simple piping system.

  • Catching Platform - A model to see the dynamic response of a robotic catching platform.