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

s=boxcar(w)
function s=boxcar(w)
%  boxcar(w) = Rectangular function of width w
%  T. C. O'Haver, 1988.
s=ones(1,w);

Contact us at files@mathworks.com