Skip to content

Releases: matousc89/padasip

v1.2.2

05 Aug 07:05
7573b50
Compare
Choose a tag to compare

Added new adaptive filters: Variable step-size least-mean-square (VSLMS) with Mathews’s adaptation, Variable step-size least-mean-square (VSLMS) with Benveniste’s adaptation, Variable step-size least-mean-square (VSLMS) with Ang’s adaptation.

v1.2.1

07 Feb 14:36
b81c7d3
Compare
Choose a tag to compare

Bugfix of AdaptiveFilter adapt function.

v1.2.0

28 Jan 09:30
bc11291
Compare
Choose a tag to compare

All adaptive filters were significantly refactored. Added new adaptive filters Generalized maximum correntropy criterion (GMCC), Least Lncosh (Llncosh). Added new detection tool Extreme Seeking Entropy (ESE). ANN module is removed from docs, and will be removed totally in future - there are much better Python libraries for ANN utilization.

v1.1.1

06 Aug 19:13
Compare
Choose a tag to compare

Bugfix of adaptive filter helper function according to Patrick Bartels comments.

More adaptive filters

19 May 06:12
Compare
Choose a tag to compare

Added new adaptive filters: Least-mean-fourth (LMF), Normalized Least-mean-fourth (NLMF), Sign-sign Least-mean-squares (SSLMS) and Normalized Sign-sign Least-mean-squares (NSSLMS).

Detection Module

16 Mar 11:38
Compare
Choose a tag to compare

Added module Detection Tools containing Learning Entropy (LE) and Error and Learning Based Novelty Detection (ELBND). All implemented adaptive filters were updated. As a result, some obsolete helper functions for the adaptive filters were removed. Please use newer helper functions introduced in v0.7. Tutorials were updated and moved to https://github.com/matousc89/Python-Adaptive-Signal-Processing-Handbook

Update of adaptive filters

07 Jan 15:42
Compare
Choose a tag to compare

Added new helper functions into Adaptive Filters base class. Furthermore, the documentation for adaptive filters module was updated. Added functions for error evaluation - MSE, MAE, RMSE and logSE.

Update of preprocessing features

15 Dec 19:39
Compare
Choose a tag to compare

Added Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA). The whole documentation for preprocess module was updated.

v0.5

16 Nov 17:05
Compare
Choose a tag to compare

Bugfix according to issue opened by https://github.com/lolpenguin

v0.4

29 Sep 15:32
Compare
Choose a tag to compare

Added AP Filter. And also the first unit tests were implemented.