f = fopen('wf.dat','r'); d = fread(f,[2, 44100],'int16'); s = d(1,1:1000); plot(s); fclose(f);