No BSD License
Highlights from
smoothn
smoothn
by Anil Gannepalli
12 Sep 2001
(Updated 25 Nov 2001)
Smooths N-D input data using 'box' or 'gaussian' filter using a specified convolution kernel.
|
Watch this File
|
| File Information |
| Description |
SMOOTHN Smooth N-D data
Y = SMOOTHN(X, SIZE) smooths input data X. The smoothed data is
retuirned in Y. SIZE sets the size of the convolution kernel
such that LENGTH(SIZE) = NDIMS(X)
Y = SMOOTHN(X, SIZE, FILTER) Filter can be 'gaussian' or 'box' (default)
and determines the convolution kernel.
Y = SMOOTHN(X, SIZE, FILTER, STD) STD is a vector of standard deviations
one for each dimension, when filter is 'gaussian' (default is 0.65)
See also SMOOTH3
(It is an extension of Mathworks' SMOOTH3 from 3 to N dimensions) |
| Acknowledgements |
This submission has inspired the following:
fast running mean
|
| MATLAB release |
MATLAB 5.3.1 (R11.1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (8) |
| 14 Jul 2003 |
Carlos Vargas
|
|
|
| 02 Oct 2003 |
glacier cao
|
|
|
| 19 Mar 2004 |
Zoltan Nadasdy
|
|
|
| 15 Apr 2004 |
Ed Chao
|
|
|
| 30 Nov 2004 |
Psul Griffin
|
|
|
| 07 Feb 2006 |
Kent Conover
|
|
|
| 15 Nov 2006 |
Fco. Camacho
|
|
|
| 15 Apr 2008 |
y c
|
|
|
|
Contact us at files@mathworks.com