Python Adaptive Signal Processing
Project description
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:
Current Features
Data Preprocessing
Principal Component Analysis (PCA)
Linear Discriminant Analysis (LDA)
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:
LMS (least-mean-squares) adaptive filter
NLMS (normalized least-mean-squares) adaptive filter
LMF (least-mean-fourth) adaptive filter
NLMF (normalized least-mean-fourth) adaptive filter
SSLMS (sign-sign least-mean-squares) adaptive filter
NSSLMS (normalized sign-sign least-mean-squares) adaptive filter
RLS (recursive-least-squares) adaptive filter
GNGD (generalized normalized gradient descent) adaptive filter
AP (affine projection) adaptive filter
GMCC (generalized maximum correntropy criterion) adaptive filter
OCNLMS (online centered normalized least-mean-squares) adaptive filter
Llncosh (least lncosh) adaptive filter
Variable step-size least-mean-square (VSLMS) with Ang’s adaptation.
Variable step-size least-mean-square (VSLMS) with Benveniste’s adaptation
Variable step-size least-mean-square (VSLMS) with Mathews’s adaptation
Detection Tools
The library features two novelty/outlier detection tools
Error and Learning Based Novelty Detection (ELBND)
Learning Entropy (LE)
Extreme Seeking Entropy (ESE)
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
File details
Details for the file padasip-1.2.2.tar.gz
.
File metadata
- Download URL: padasip-1.2.2.tar.gz
- Upload date:
- Size: 28.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 714e198f2b4d9a3761e7fe92f70e3007356ae676e5f19c4b3a93c11616787907 |
|
MD5 | 1647ce0453255f0e2155a7726e442ac3 |
|
BLAKE2b-256 | b0e1645af9917ed93c1c3a7bc39f708ae777c8756bca3250a15dfee603d2d311 |