BlurSignal: Blurr Signal

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/functionINIT.R

Description

Compute the convolution of $f$ and $g$ in the periodic setting.

Usage

1
BlurSignal(f, g)

Arguments

f

A sample of $f$.

g

A sampel of $g$

Value

Returns the convolution of $f$ and $g$.

Author(s)

Marc Raimondo

References

Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.

See Also

WaveD

Examples

1
2
3
4
 
x=1:10
y=1:10 
BlurSignal(x,y)

waved documentation built on May 2, 2019, 3:21 a.m.

Related to BlurSignal in waved...