Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwei committed Jan 8, 2020
1 parent d0b5957 commit c441f2a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions matlab/SRP-PHAT/test_srp.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
s4 = audioread([path,'Òô¹ì-4.wav']);
s2 = audioread([path,'Òô¹ì-5.wav']);
x = [s1,s5,s4,s2];
% x = loadwav('E:/work/matlab/Github/elite/2MIC_NS/pcm/sound/xmos/rec97/');
% x = pcmread('ETAudioDump_000_16k.pcm',2);
% x = x(110000:end,:);
% x = loadwav('rec1_aligned/');

tic
angSpectrum = srp(x,0.032);
toc
Expand Down

0 comments on commit c441f2a

Please sign in to comment.