Skip to content

Vibration Testing code affiliated with the in-progress manuscript Vibration Testing with Modal Analysis and Health Monitoring- Python version

License

Notifications You must be signed in to change notification settings

SanthoshKumarArroju/vibrationtesting

 
 

Repository files navigation

Vibration Testing:

A package for signal processing, modal analysis, and model reduction and model updating

image

image

Joseph C. Slater

This is the software repository for Vibration Testing, not the online manual.

Welcome to Vibration Testing.

For more information, please see the documentation for the Python version but please excuse that it is all still under development. Such documentation has never existed for the other ports of the module so this is taking some time. We don't need feedback at this time (shortcomings abound), but I will take assistance in improving documentation and code. Please clone the repository and support use by submitting pull requests fixing typos and clarifying documentation.

Installation

If you aren't familiar at all with Python, please see Installing Python.

Installation is made easy with pip (or pip3), with releases as we have time while we try to create a full first release. Much of it works already, but I certainly need issue reports (on github) when something is not working as it should.

To install:

pip install --user vibrationtesting

where --user isn't necessary if you are using a locally installed version of Python such as Anaconda.

To run, I recommend you open a Jupyter notebook by using jupyter notebook and then type:

import vibrationtesting as vt

For examples, see the JupyterNotebooks folder. (In flux- also look in doc/Tutorials for now) Some of these have interactive capabilities that are only apparent when you run them yourself instead of just looking at them on github. Unfortunately our organization of these still leaves a little to be desired.

Installation of current code

The usage documentation is far behind the current code, while the reference is way ahead of the released code due to the autodoc capability of Sphinx. Especially as of 2017, the code is in flux. So is the documentation. Releases to PyPI are far behind current status as stopping to deploy would cost more time that it is worth. I have the objective of releasing a first non-beta version at the end of May 2018, but even this cannot be promised.

If you wish to install the current version of the software, read the instructions in Contributing.rst

That should be it. Please note issues on the issues tab on GitHub.

Quick notes:

The convention used for the signal processing is that of the python controls module.

About

Vibration Testing code affiliated with the in-progress manuscript Vibration Testing with Modal Analysis and Health Monitoring- Python version

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 90.5%
  • Python 9.3%
  • Makefile 0.2%