Skip to content

Commit 0c0555d

Browse files
Update fwMvdr_spec.m
1 parent c7bd6b5 commit 0c0555d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ssl_tools/pair_processing/fwMvdr_spec.m

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
EXP = repmat(exp(-2*1i*pi*tauGrid(pkInd)*f),1,nFrames);
1515
power_y = real(R11.*R22 - R12.*R21)./(traceRxx - 2*real(R12.*EXP));
1616
SNR(:,:,pkInd) = repmat(-(1+SINC)/2,1,nFrames) + repmat((1-SINC)/2,1,nFrames).*power_y./(.5*traceRxx-power_y);
17-
% SNR = w*PHI_MVDR+x-1;ÆäÖÐ w*PHI_MVDR = repmat((1-SINC)/2,1,nFrames).*power_y./(.5*traceRxx-power_y);w-1 = repmat(-(1+SINC)/2,1,nFrames);
1817
end
1918
spec = SNR;
2019

21-
end
20+
end

0 commit comments

Comments
 (0)