Code covered by the BSD License  

Highlights from
A Numerical Tour of Signal Processing

from A Numerical Tour of Signal Processing by Gabriel Peyre
A set of Matlab experiments that illustrates advanced computational signal and image processing.

using_matlab()
function v = using_matlab()

% using_matlab - return 1 for Matlab, 0 for Scilab

v = 1;

Contact us at files@mathworks.com