matousc89 / padasip

Python Adaptive Signal Processing
MIT License
299 stars 51 forks source link
adaptive-filtering data-analysis data-processing machine-learning signal-processing

This library is designed to simplify adaptive signal processing tasks within python (filtering, prediction, reconstruction). For code optimisation, this library uses numpy for array operations.

Also in this library is presented some new methods for adaptive signal processing. The library is designed to be used with datasets and also with real-time measuring (sample-after-sample feeding).

============================ Tutorials and Documentation

Everything is on github:

http://matousc89.github.io/padasip/

================ Current Features


Data Preprocessing



Adaptive Filters


The library features multiple adaptive filters. Input vectors for filters can be constructed manually or with the assistance of included functions. So far it is possible to use following filters:


Detection Tools


The library features two novelty/outlier detection tools