BlurSignal | 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.
WaveD
x=1:10
y=1:10
BlurSignal(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.