BlurSignal {waved} | R Documentation |
Compute the convolution of $f$ and $g$ in the periodic setting.
BlurSignal(f, g)
f |
A sample of $f$. |
g |
A sampel of $g$ |
Returns the convolution of $f$ and $g$.
Marc Raimondo
Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.
x=1:10 y=1:10 BlurSignal(x,y)