filterByThreshold | R Documentation |
filterByThreshold
applies a filtering based on wavelet by specifying a threshold value
filterByThreshold(s, wavelet, type = 0)
s |
the spectral signal as a numerical vector |
wavelet |
the name of the wavelet: haar, daub2, daub4, daub8, symlet2, symlet4, symlet8 |
type |
the type of the threshold : 0 for Soft threshold, 1 for Hard threshold |
a vector of the same dimension as the entry one
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.