BlurSignal {waved}R Documentation

Blurr Signal

Description

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

Usage

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

 
x=1:10
y=1:10 
BlurSignal(x,y)


[Package waved version 1.0 Index]