An open-source python framework for processing bivariate signals.
Project description
BiSPy : Bivariate Signal Processing with Python
BiSPy is an open-source python framework for processing bivariate signals. It supports our papers on time-frequency analysis [1], spectral analysis [2] and linear time-invariant filtering [3] of bivariate signals.
[1] Julien Flamant, Nicolas Le Bihan, Pierre Chainais: “Time-frequency analysis of bivariate signals”, In press, Applied and Computational Harmonic Analysis, 2017; arXiv:1609.0246, doi:10.1016/j.acha.2017.05.007
[2] Julien Flamant, Nicolas Le Bihan, Pierre Chainais: “Spectral analysis of stationary random bivariate signals”, 2017, IEEE Transactions on Signal Processing; arXiv:1703.06417, doi:10.1109/TSP.2017.2736494
[3] Julien Flamant, Pierre Chainais, Nicolas Le Bihan: “A complete framework for linear filtering of bivariate signals”, 2018; Accepted for publication in IEEE Transactions on Signal Processing; arXiv:1802.02469
These papers contains theoretical results and several applications that can be reproduced with this toolbox.
This python toolbox is currently under development and is hosted on GitHub. If you encounter a bug or something unexpected please let me know by raising an issue on the project page.
Requirements
BiSPy works with python 3.5+.
Dependencies:
To install dependencies:
pip install numpy scipy matplotlib numpy-quaternion
quaternion add quaternion dtype support to numpy. Implementation by [moble]. Since this python toolbox relies extensively on this module, you can check out first the nice introduction here.
Install from sources
Clone this repository
git clone https://github.com/jflamant/bispy.git
cd bispy
And execute setup.py
pip install .
License
This software is distributed under the CC-BY 4.0 license.
Cite this work
If you use this package for your own work, please consider citing it with this piece of BibTeX:
@misc{BiSPy,
title = {{BiSPy: an Open-Source Python project for processing bivariate signals}},
author = {Julien Flamant},
year = {2018},
url = {https://github.com/jflamant/bispy/},
howpublished = {Online at: \url{github.com/jflamant/bispy/}},
note = {Code at https://github.com/jflamant/bispy/, documentation at https://bispy.readthedocs.io/}
}
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
File details
Details for the file bispy-polar-0.9.1.dev0.tar.gz
.
File metadata
- Download URL: bispy-polar-0.9.1.dev0.tar.gz
- Upload date:
- Size: 30.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4990d52aee64cfb8b9b691436a1d408073fa761245f4abcec6eab88201f739be |
|
MD5 | 4555891e67edc97ad42036a8b4e5dba3 |
|
BLAKE2b-256 | 16abf628441e19fa1ed16e184f0e2329b4319287a15b987748b44d31e8d17d9c |
File details
Details for the file bispy_polar-0.9.1.dev0-py3-none-any.whl
.
File metadata
- Download URL: bispy_polar-0.9.1.dev0-py3-none-any.whl
- Upload date:
- Size: 30.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4a81a84dc2a7bd9f583bf99136d3703df69f67f8a72e90579bf7ef4bd3904b4 |
|
MD5 | 7523b9266b4518158601052c9e35c0c1 |
|
BLAKE2b-256 | 3ef8bb20e85328354fcbc15bc74495a3e6a586d3c001aebe4f7190542523e381 |