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

ResEnhanceF3(n,h)
function ResEnhanceF3(n,h)
% Redraw the graph when the 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);
PlotRange=[SmoothWidth.*3:length(t)-SmoothWidth.*3];
ResEnhanceRedraw
  

Contact us at files@mathworks.com