Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.54 bsmooth

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