The mdof
package solves inverse problems. It is tailored for the identification of system properties from structural vibrations.
Modal identification:
periods, modeshapes = modes(input_motion, output_motion, dt)
State space system identification:
A,B,C,D = sysid(input_motion, output_motion)
Response reconstruction:
output = reconstruct(realization, dt, input_motion)
Create beautiful visuals for historical modal property documentation with integration of the osmg
and opensees
packages.
- Documentation
- Examples:
- JupyterLab on DataHub (UC Berkeley users)
- (non-UC Berkeley users)