Code covered by the BSD License  

Highlights from
Interactive Resolution Enhancement

image thumbnail
from Interactive Resolution Enhancement by Tom O'Haver
Mathematically simple, quickly-computable resolution enhancement for time-series signals consisting

ResEnhance2F3(n,h)
function ResEnhance2F3(n,h)
% Re-draw graph when SmoothWidth slider is changed
% Tom O'Haver, July 2006
global t
global PlotRange
global signal
global Enhancedsignal
global SmoothWidth
global factor1
global factor2
SmoothWidth=1+round(n);
ResEnhance2Redraw

Contact us at files@mathworks.com