Update 'crosscorr.m'

This commit is contained in:
Michal_Lelonek 2021-11-05 13:20:48 +01:00
parent 66c62b0af3
commit e2198c4e0c

View File

@ -122,5 +122,4 @@ xcf = real(xcf)/(sqrt(ACF1(1))*sqrt(ACF2(1)));
lags = (-numLags:numLags)';
bounds = [numSTD;-numSTD]/sqrt(N);
end
end
end