view matlab/read_shift.m @ 62:2cd533f149b7

Finished sec 4 intro and 4A.
author samer
date Fri, 16 Mar 2012 23:18:35 +0000
parents 6464cf684717
children
line wrap: on
line source
function X=read_shift(file)
	X=shift_beat(file{2},read(file{1}));
end