GaussFilter: Gaussian Filtering of signal

Description Usage Arguments

View source: R/GaussFilter.R

Description

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

Usage

1
GaussFilter(x, threshold, robust = FALSE)

Arguments

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)


Zansors/zdeviceR documentation built on Dec. 25, 2019, 12:23 a.m.