Next: by0, Previous: breakpoint, Up: Internal Routines [Contents][Index]
bsmooth(x [[, axis], width])
[develop package]
Applies repeated binary smoothing to
dimension axis
of array x
. The combined
smoothing filter is approximately Gaussian with a FWHM of
width
. The number of binary repeats is
width*width/2
.
See also: Smoothing