Code covered by the BSD License
-
DemoSmooth1(n,h)
Re-draws graph when smooth width slider is moved
-
DemoSmooth2(n,h)
Re-draws graph when number of passes slider is moved
-
DemoSmooth3(n,h)
Re-draws graph when the Resample slider is moved
-
SmoothSlider1(n,h)
Re-draws graph when smooth width slider is moved
-
SmoothSlider2(n,h)
Re-draws graph when smooth passes slider is moved
-
[PeakX, PeakY, Width]=PeakEst...
Least-squares estimate of peak height, position, and width of a Gaussian
-
exp(-((x-pos)./(0.6006.*wid))...
-
rtslid(fig,f,hh,varargin)
RTSLID Slider widget that responds to dragging realtime
-
s=bsmooth(a,w)
% Convolution...
-
s=bsmooth2(a,w)
% bsmooth(a,...
-
s=gsmooth(a,w)
% smooth(a,v) ...
-
s=tsmooth(Y,w)
% tsmooth(Y,w...
-
s=tsmooth2(Y,w)
% tsmooth(Y,...
-
smoothwidth. Faster than
% c...
-
smoothwidth. Works well with ...
-
DemoSmoothRedraw.m
-
DemoSmoothRedraw2.m
-
DemoSmoothSlider.m
-
DemoSmoothSlider2.m
-
SmoothSlider.m
-
SmoothSliderRedraw.m
-
SmoothSliderTest.m
-
View all files
Interactive Smoothing
by Tom O'Haver
29 Jul 2006
(Updated 29 Sep 2009)
Interactive smoothing for time-series signals
|
Watch this File
|
| File Information |
| Description |
Interactive smoothing for time-series signals, with sliders that allow you to adjust the smoothing parameters continuously while observing the effect on your signal dynamically. Run
SmoothSliderTest to see how it works. Can be used with any smoothing function, but two fast smooth functions are included. Details are in the text file SmoothSliderInfo.txt. See http://terpconnect.umd.edu/~toh/spectrum/Smoothing.html for more information about smoothing.
Tom O'Haver, toh@umd.edu, July 2006.
Slider function by Matthew Jones. |
| MATLAB release |
MATLAB 6.5 (R13)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 01 Aug 2006 |
Change to file details (title, description, requirements, ...) |
| 18 Sep 2009 |
Slider function modified by commenting out lines 337 and 373
to prevent crash on Matlab 2008 and 2009. |
| 29 Sep 2009 |
Added URL to description. |
|
Contact us at files@mathworks.com