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.

batch_convert_bin.m
% convert image to .bin
name = 'flowers';
M = load_image(name);
write_bin(rescale(M), name);

Contact us at files@mathworks.com