Signal processing, modal analysis, plotting, and system identification for vibrating systems
Project description
vibration_testing: A package for signal processing, modal analysis, and model updating
=============================================
.. .. include:: <isonum.txt>
.. image:: https://badge.fury.io/py/vibrationtesting.png/
:target: http://badge.fury.io/py/vibrationtesting
.. image:: https://travis-ci.org/Vibration-Testing/vibrationtesting.svg?branch=master
:target: https://travis-ci.org/Vibration-Testing/vibrationtesting
Joseph C. Slater
This is the software repository for Vibration Testing, not the `online manual <http://Vibration-Testing.github.io/vibrationtesting/>`_.
Welcome to `Vibration Testing <http://Vibration-Testing.github.io/vibrationtesting/>`_.
For more information, please see the `documentation for the Python version <http://Vibration-Testing.github.io/vibrationtesting/>`_ 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 <https://github.com/vibrationtoolbox/vibration_toolbox/blob/master/docs/Installing_Python.rst>`_.
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 <http://github.com/Vibration-Testing/vibrationtesting>`_) when something is not working as it should.
To install ( **not be available** until release on `PyPI <http://pypi.python.org>`_ as ``vibrationtesting``)::
pip install --user vibrationtesting
where ``--user`` isn't necessary if you are using a locally installed version of Python such as `Anaconda <https://www.continuum.io/downloads>`_.
To run, I recommend you open a `Jupyter <https://jupyter.org>`_ notebook by using ``jupyter notebook`` and then type::
import vibrationtesting as vt
For examples, see the `JupyterNotebooks folder <https://github.com/Vibration-Testing/vibrationtesting/tree/master/JupyterNotebooks>`_. (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 <http://www.sphinx-doc.org/en/stable/ext/autodoc.html>`_ capability of `Sphinx <http://www.sphinx-doc.org/en/stable/>`_. Especially as of early 2017, the code is in flux. So is the documentation. Releases to `pypi <https://pypi.python.org/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 <https://github.com/Vibration-Testing/vibrationtesting/blob/master/CONTRIBUTING.rst>`_
That should be it. Please note issues on the `issues tab <https://github.com/Vibration-Testing/vibrationtesting/issues>`_ on github.
Quick notes:
-------------
The `convention used for the signal processing <http://python-control.readthedocs.io/en/latest/conventions.html#time-series-convention>`_ is that of the `python controls module <http://python-control.readthedocs.io/en/latest/>`_.
=============================================
.. .. include:: <isonum.txt>
.. image:: https://badge.fury.io/py/vibrationtesting.png/
:target: http://badge.fury.io/py/vibrationtesting
.. image:: https://travis-ci.org/Vibration-Testing/vibrationtesting.svg?branch=master
:target: https://travis-ci.org/Vibration-Testing/vibrationtesting
Joseph C. Slater
This is the software repository for Vibration Testing, not the `online manual <http://Vibration-Testing.github.io/vibrationtesting/>`_.
Welcome to `Vibration Testing <http://Vibration-Testing.github.io/vibrationtesting/>`_.
For more information, please see the `documentation for the Python version <http://Vibration-Testing.github.io/vibrationtesting/>`_ 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 <https://github.com/vibrationtoolbox/vibration_toolbox/blob/master/docs/Installing_Python.rst>`_.
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 <http://github.com/Vibration-Testing/vibrationtesting>`_) when something is not working as it should.
To install ( **not be available** until release on `PyPI <http://pypi.python.org>`_ as ``vibrationtesting``)::
pip install --user vibrationtesting
where ``--user`` isn't necessary if you are using a locally installed version of Python such as `Anaconda <https://www.continuum.io/downloads>`_.
To run, I recommend you open a `Jupyter <https://jupyter.org>`_ notebook by using ``jupyter notebook`` and then type::
import vibrationtesting as vt
For examples, see the `JupyterNotebooks folder <https://github.com/Vibration-Testing/vibrationtesting/tree/master/JupyterNotebooks>`_. (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 <http://www.sphinx-doc.org/en/stable/ext/autodoc.html>`_ capability of `Sphinx <http://www.sphinx-doc.org/en/stable/>`_. Especially as of early 2017, the code is in flux. So is the documentation. Releases to `pypi <https://pypi.python.org/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 <https://github.com/Vibration-Testing/vibrationtesting/blob/master/CONTRIBUTING.rst>`_
That should be it. Please note issues on the `issues tab <https://github.com/Vibration-Testing/vibrationtesting/issues>`_ on github.
Quick notes:
-------------
The `convention used for the signal processing <http://python-control.readthedocs.io/en/latest/conventions.html#time-series-convention>`_ is that of the `python controls module <http://python-control.readthedocs.io/en/latest/>`_.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for vibrationtesting-0.1a1-py35-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fb5157afe514bfbcb8a22de3fe65fad65d01233110a1dfb35828eab5a69ffd3 |
|
MD5 | e64a245379339f2f5f25991683c71489 |
|
BLAKE2b-256 | 8b0dab0af917f205284878f48adae3d69cbdd20ad46227f05df48fb7268bb8e2 |