movegauss(var,size[,alignment[,stddev[,threshold]]])
Gaussian filter applied within a moving window. The standard deviation argument must be a positive constant. NOTE that the $lead and $lag versions of this function are simply shifted versions of $center response. This is not the standard behavior for a moving Gaussian average and does not weight the current input sample most heavily. See also Moving Window Transforms.
Provide Feedback