Skip to content

Commit

Permalink
Discard Last changes
Browse files Browse the repository at this point in the history
fourier gain canceled
  • Loading branch information
bendermh committed May 22, 2021
1 parent 5351f9c commit b4d46af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions prScoreVVR.m
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,11 @@
if rSize > 3
rPR = round(((std(latencyMatrixR))/(mean(latencyMatrixR)))*100);
end
if lPR > 100
lPR = 100;
end
if rPR > 100
rPR = 100;
end
end
end

0 comments on commit b4d46af

Please sign in to comment.