psambit9791 / jdsp

A Java Library for Digital Signal Processing
https://jdsp.dev
MIT License
247 stars 43 forks source link

Implement Leaky LMS & NLMS #31

Closed SiboVG closed 2 years ago

SiboVG commented 2 years ago

This PR implements a leakage factor for the LMS and NLMS. A leaky LMS and NLMS improves stability and tracking of the filter.