All Projects → jflamant → bispy

jflamant / bispy

Licence: other
BiSPy : a python framework for signal processing of bivariate signals

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to bispy

Chinese-automatic-speech-recognition
Chinese speech recognition
Stars: ✭ 147 (+673.68%)
Mutual labels:  signal-processing
mdct
A fast MDCT implementation using SciPy and FFTs
Stars: ✭ 42 (+121.05%)
Mutual labels:  signal-processing
Speech Feature Extraction
Feature extraction of speech signal is the initial stage of any speech recognition system.
Stars: ✭ 78 (+310.53%)
Mutual labels:  signal-processing
Tensorial.jl
Statically sized tensors and related operations for Julia
Stars: ✭ 18 (-5.26%)
Mutual labels:  quaternion
dictlearn
Dictionary Learning for image processing
Stars: ✭ 23 (+21.05%)
Mutual labels:  signal-processing
HyperSphereSurfaceRegression
Code accompanying the paper "360 Surface Regression with a Hyper-Sphere Loss", 3DV 2019
Stars: ✭ 13 (-31.58%)
Mutual labels:  quaternion
Quadcopter SimCon
Quadcopter Simulation and Control. Dynamics generated with PyDy.
Stars: ✭ 84 (+342.11%)
Mutual labels:  quaternion
Savitzky-Golay
Computes the Savitzky-Golay Filter coefficients.
Stars: ✭ 78 (+310.53%)
Mutual labels:  signal-processing
2D 3D PolarFourierTransform
C++, CUDA, and MATLAB codes for the paper "An Exact and Fast Computation of Discrete Fourier Transform for Polar and Spherical Grid"
Stars: ✭ 31 (+63.16%)
Mutual labels:  signal-processing
ssqueezepy
Synchrosqueezing, wavelet transforms, and time-frequency analysis in Python
Stars: ✭ 315 (+1557.89%)
Mutual labels:  signal-processing
axxb calibration
A Comprehensive AX = XB Calibration Solvers in Matlab
Stars: ✭ 19 (+0%)
Mutual labels:  quaternion
glm
OpenGL Mathematics (GLM)
Stars: ✭ 6,667 (+34989.47%)
Mutual labels:  quaternion
qEEG feature set
NEURAL: a neonatal EEG feature set in Matlab
Stars: ✭ 29 (+52.63%)
Mutual labels:  signal-processing
QGNN
Quaternion Graph Neural Networks (ACML 2021) (Pytorch and Tensorflow)
Stars: ✭ 31 (+63.16%)
Mutual labels:  quaternion
antropy
AntroPy: entropy and complexity of (EEG) time-series in Python
Stars: ✭ 111 (+484.21%)
Mutual labels:  signal-processing
python-meegkit
🔧🧠 MEEGkit: MEG & EEG processing toolkit in Python 🧠🔧
Stars: ✭ 99 (+421.05%)
Mutual labels:  signal-processing
FftSharp
A .NET Standard library for computing the Fast Fourier Transform (FFT) of real or complex data
Stars: ✭ 132 (+594.74%)
Mutual labels:  signal-processing
rotation master
Provide conversion between the major representations of 3D rotation and visualize the orientation of a rigid body
Stars: ✭ 157 (+726.32%)
Mutual labels:  quaternion
ssj
Social Signal Processing for Android
Stars: ✭ 24 (+26.32%)
Mutual labels:  signal-processing
pyssp
python speech signal processing library
Stars: ✭ 18 (-5.26%)
Mutual labels:  signal-processing

BiSPy : Bivariate Signal Processing with Python

Documentation Build Status

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 .

Licence

This software is distributed under the CeCILL Free Software Licence Agreement

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/}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].