Signal analyzer for time-discrete, equidistant measured signals
Project description
Signalyzer
signalyzer is a Python package to analyze and process time-discrete, equidistant measured signals, and visualize them with the open source Plotly library for Python.
Main features of the signalyzer package are
- transform and combine measured signals into a new one
- descriptive statistics over the measured signal
- interactive plotting of the measured signal with Plotly
- integrating (accumulating) of the measured signal
- differentiating of the measured signal
- clipping of the measured signal
- slew-rate limiting of the measured signal
- filtering of the measured signal
- smoothing of the measured signal with statistics
- process measured signals with a moving window
- moving averages with window statistics
- moving differentiation
- moving OLS linear regression with window statistics
- shifting (moving) of the measured signal
- slicing of the measured signal
- evaluate statemachine transitions observed by measured state signal
Important: The signalyzer package is best used within JupyterLab a web-based interactive development environment for Jupyter notebooks or with Plotly Dash or Jupyter voila to build standalone web applications and dashboards.
Table of Contents
- Project Status
- Project Structure
- Getting Started
- Development
- Release Process
- Documentation
- Contributing
- License
- Authors
Project Status
This project is a work in progress and far away from stable. Feedback is always welcomed!
Project Structure
The project is organized in sub-folders.
docs/
: Sphinx documentationnotebooks/
: Jupyter notebookssrc/signalyzer/
: Package sourcessignalyzer/trace
: Trace module sourcessignalyzer/statemachine
: Statemachine module sources
Getting Started
Dependencies
The signalyzer
package requires at least Python 3.9 and depends on the
external packages:
Installation
The project can be installed from PyPI using pip
> pip install signalyzer
Usage
Please read the online documentation hosted on "Read The Docs".
Development
Getting the Source
This project is hosted on gitlab. You can clone this project directly using this command:
> git clone https://gitlab.com/signalytics/signalyzer.git
Building a Distribution
To build a distribution of this project local, use this command:
> make build
The generated the distribution artifacts can be found in the ./dist
folder
of the cloned project on your machine.
Building the Documentation
Building the documentation requires Sphinx, the Furo theme, the Sphinx extensions sphinx-copybutton, sphinx-panels and sphinx-plotly-directive
The required Python packages can be installed on your local machine using pip, use this commands:
> pip install sphinx
> pip install furo
> pip install sphinx-copybutton
> pip install sphinx-panels
> pip install sphinx-plotly-directive
To build the documentation of this project local, use this command:
> make docs
The generated HTML documentation artifact can be found in the
./docs/_build/html
folder of the cloned project on your machine.
Release Process
Versioning
This project uses Semantic Versioning. For a list of available versions, see the repository tag list.
Documentation
The documentation for the latest repository build is hosted on the GitLab Pages of the project.
The documentations of the project releases are hosted on Read The Docs.
Contributing
If you are interested to contribute code or documentation to the project, please take a look at the contributing guidelines for details on our development process.
License
The project is licensed under the revised 3-Clause BSD License.
See LICENSE.
Authors
- Jochen Gerhäußer
See also the list of contributors who participated in this project.
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 Distribution
Built Distribution
Hashes for signalyzer-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d37ca61e5c50d298094137465559d5764db88baa818e3df0fb7146dc5826a3ee |
|
MD5 | 90f31c1dfc2ad06e8f4671726a4e929d |
|
BLAKE2b-256 | cd87435d0072868b8d3822cdb92a26efa51e4442fd5cc130036d01646836e3e3 |