View source: R/robustFiltering_asymmetricTanh.R
asymmetric_tanh | R Documentation |
Computes the smoothed asymmetric tanh score and its derivative.
asymmetric_tanh(sig, c1, c2, x1)
sig |
: the signal |
c1 |
: first clipping point |
c2 |
: second clipping point |
x1 |
: smoothing parameter to make the score function continuous |
phi : asymmetric tanh score function
phi_point : derivative of asymmetric score function
"Robust Statistics for Signal Processing" Zoubir, A.M. and Koivunen, V. and Ollila, E. and Muma, M. Cambridge University Press, 2018.
"Robust Tracking and Geolocation for Wireless Networks in NLOS Environments." Hammes, U., Wolsztynski, E., and Zoubir, A.M. IEEE Journal on Selected Topics in Signal Processing, 3(5), 889-901, 2009.
asymmetric_tanh(c(1, 3, 4, 5, 62, 346, 23562, 65, 264, 21362, 90), 6, 87, 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.