Description Usage Arguments Value
View source: R/online_filter.R
Create an NLMS (Normalized Least Mean Squares) filter object
1 | new_filter_NLMS(width, mu = 0.1, eps = 1)
|
width |
width of the filter |
mu |
learning factor |
eps |
a positive epsilon to make small norm numeric stable |
an NLMS filter object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.