Giter VIP home page Giter VIP logo

koma's Introduction

KOMA

KOMA is a package for operational modal analysis, with core functionality available both in Python and MATLAB languages. For additional details about the implementation of the covariance-driven stochastic subspace identification algorithm please refer to [1]. Data-SSI and FDD are implemented in the MATLAB version of KOMA. For automatic OMA and clustering analysis, please refer to [2]. More information and functionality will be added after publication of the cited paper.

Please refer to the documentation for more details.

Installation and usage

Python

Either download the repository to your computer and install, e.g. by pip

pip install .

or install directly from the python package index.

pip install git+https://www.github.com/knutankv/koma.git@master

Thereafter, import the package modules, exemplified for the `oma´ module, as follows:

import koma.oma

MATLAB

Download or clone repository. Folder containing package root has to be in the MATLAB path:

addpath('C:/Users/knutankv/git-repos/koma/');

Ideally this is done permanently, such that it is always accessible. Then, the package can be imported with the following command:

import koma.*

Now all the subroutines of the package are accessible through

koma.function_name

E.g., to use the function covssi.m located at .../+koma/+oma/ the following syntax is applied:

[lambda,phi,order] = koma.oma.covssi(data, fs, i, 'order', order);

Functions inside private folders are accessible only from functions inside the folder at the root of the private folder.

Citation

Please cite both the original research paper for which the code was developed for [1] and the code if used in research.

Support

Please open an issue for support.

Acknowledgements

Jos van der Geest contribution to Mathworks Central File Exchange is used to produce error bars in stability plots of MATLAB function stabplot.m.

References

[1] Knut Andreas Kvåle, Ole Øiseth, and Anders Rønnquist. Operational modal analysis of an end-supported pontoon bridge. Engineering Structures, 148:410–423, oct 2017. URL: http://www.sciencedirect.com/science/article/pii/S0141029616307805, doi:10.1016/j.engstruct.2017.06.069.

[2] K.A. Kvåle and Ole Øiseth. Automated operational modal analysis of an end-supported pontoon bridge using covariance-driven stochastic subspace identification and a density-based hierarchical clustering algorithm. IABMAS Conference, 2020.

koma's People

Contributors

knutankv 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.