Skip to content

A fork of Anders E.E. Wallin allantools: a python library for calculating Allan deviation and related time & frequency statistics.

License

Notifications You must be signed in to change notification settings

amv213/allantoolkit

Repository files navigation

📑 Welcome to Allantoolkit!

Allantoolkit is a fork of Anders E.E. Wallin's AllanTools: a python library for calculating Allan deviation and related time & frequency statistics. Don't hesitate to head over to his Github repo to check out the original project and to drop a star! 🌟

🚀 Quick Start

  1. 📚 Install the latest development version of allantoolkit, using pip to download it from this repo:

    $ python -m pip install git+https://gitlab.com/amv213/allantoolkit.git
  2. 🐍 Test your installation running the following minimal script:

    import allantoolkit
     
    # Generate some pink noise phase data
    noise = allantoolkit.noise.pink(10000)
    x = noise.data
    
    # Compute overlappig Allan deviation
    out = allantoolkit.devs.oadev(x)
    
    # Display analysis results
    print(out)

📚 Documentation

To learn more about the package and all new features head over to the official documentation!

About

A fork of Anders E.E. Wallin allantools: a python library for calculating Allan deviation and related time & frequency statistics.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages