nmayorov / allan-variance

Simple allan variance in Python
MIT License
40 stars 19 forks source link

tests status

allan_variance

Simple Python package to compute Allan variance and estimate noise parameters from it. It also provides a power-law spectrum noise generator for simulation purposes. The application in mind was analysis of random noise in inertial sensors.

Installation

Installing from pypi

pip install allan-variance

Installing from source

To perform a regular install, execute in the cloned repository directory:

pip install .

To perform an editable (inplace) install:

pip install -e .

Dependencies

Runtime dependencies include (versions in parentheses were used for the latest development):

Examples

An example included in the repository demonstrates usage.