This function takes a signal, calculates the (robust) Z-transform, takes its absolute value, subtracts the threshold and returns the positive part of the transformed signal
| 1 | GaussFilter(x, threshold, robust = FALSE)
 | 
| x | A numeric vector comprising the signal | 
| threshold | The cutoff above which the absolute transformed signal will be considered true signal | 
| robust | A logical. Should robust scaling be used (default = FALSE) | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.