Giter Site home page Giter Site logo

pyoma's Introduction

PyOMA

This software was created to perform output-only modal identification (Operational Modal Analysis, OMA).

OMA allows the experimental estimation of the modal parameters (natural frequencies, mode shapes, damping ratios) of a structure from measurements of the vibration response in operational condition.

What is PyOMA?

PyOMA is a python module that allows to perform OMA on ambient vibration measurments datasets.

PyOMA include the following algorithms:

  1. Frequency Domain Decomposition (FDD)

    1a. Original Frequency Domain Decomposition (FDD)

    2a. Enhanced Frequency Domain Decomposition (EFDD)

    3a. Frequency Spatial Domain Decomposition (FSDD)

  2. Stochastic Subspace Identification (SSI)

    2a. Covariance-driven Stochastic Subspace Identification (cov-SSI)

    2b. Data-driven Stochastic Subspace Identification (dat-SSI)

To better untersdand the workflow of the functions, see the workflow here.

Installing PyOMA

As a prerequisite to install PyOMA, you need to install Anaconda first. You should install a Python version greather equal 3.5 or the software may run in troubles.

To fully install PyOMA, you need to run the following commands (in the following order):

  • pip install pandas

  • pip install scipy

  • pip install matplotlib

  • pip install seaborn

  • pip install mplcursors

  • pip install Py-OMA

To import PyOMA in your workspace, simply type:

  • import PyOMA

Dependencies

Workflow

title

FDD:

1. run FDDsvp

	2.a run FDDmodEX to run original FDD
		
		and/or
		
	2.b run EFDDmodEX(method='EFDD') to run EFDD
		
		and/or
		
	2.c run EFDDmodEX(method='FSDD') to run FSDD

SSI

1.a run SSIcovStaDiag 
	
	2. run SSImodEX to run cov-SSI

		and/or

1.b run SSIdatStaDiag 
	
	2. run SSImodEX to run dat-SSI 

Function Description

A complete description of the functions available in PyOMA can be found in the page Function Description.

pyoma's People

Contributors

lollix91 avatar dagghe avatar marco-rosso-m avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.