Learn R Programming

waved (version 1.3)

BlurSignal: Blurr Signal

Description

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

Usage

BlurSignal(f, g)

Value

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

Arguments

f

A sample of $f$.

g

A sampel of $g$

Author

Marc Raimondo

References

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

See Also

WaveD

Examples

Run this code
x=1:10
y=1:10 
BlurSignal(x,y)

Run the code above in your browser using DataLab