Skip to content

Commit 76c7613

Browse files
Update srpPhat_spec.m
1 parent bf9a4f1 commit 76c7613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssl_tools/pair_processing/srpPhat_spec.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
spec = zeros(nbin,nFrames,ngrid);
1111
for pkInd = 1:ngrid
1212
EXP = repmat(exp(-2*1i*pi*tauGrid(pkInd)*f),1,nFrames);
13-
spec(:,:,pkInd) = real(P).*real(EXP) - imag(P).*imag(EXP); % ±ÈÖ±½Óspec(:,:,pkInd) = real(P.*EXP)¼ÆËãËٶȸü¿ì
13+
spec(:,:,pkInd) = real(P).*real(EXP) - imag(P).*imag(EXP);
1414
end
1515

16-
end
16+
end

0 commit comments

Comments
 (0)