Skip to content

Commit c441f2a

Browse files
author
wangwei
committed
clean code
1 parent d0b5957 commit c441f2a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

matlab/SRP-PHAT/test_srp.m

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
s4 = audioread([path,'Òô¹ì-4.wav']);
99
s2 = audioread([path,'Òô¹ì-5.wav']);
1010
x = [s1,s5,s4,s2];
11-
% x = loadwav('E:/work/matlab/Github/elite/2MIC_NS/pcm/sound/xmos/rec97/');
12-
% x = pcmread('ETAudioDump_000_16k.pcm',2);
13-
% x = x(110000:end,:);
14-
% x = loadwav('rec1_aligned/');
11+
1512
tic
1613
angSpectrum = srp(x,0.032);
1714
toc

0 commit comments

Comments
 (0)