diff --git a/crosscorr.m b/crosscorr.m index b95fb91..d3879c9 100644 --- a/crosscorr.m +++ b/crosscorr.m @@ -122,5 +122,4 @@ xcf = real(xcf)/(sqrt(ACF1(1))*sqrt(ACF2(1))); lags = (-numLags:numLags)'; bounds = [numSTD;-numSTD]/sqrt(N); -end -end +end \ No newline at end of file