You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when multiple crosscorrelation are done, the xcorr for a given pair of units is calculated twice: once for A-B, and once for B-A. It could be calculated only once for A-B and then inverted to create B-A. This is not identical because histogram bins are non-symmetrical (include lower edge and exclude the upper), but shouldn't matter much.
The text was updated successfully, but these errors were encountered:
Currently, when multiple crosscorrelation are done, the xcorr for a given pair of units is calculated twice: once for A-B, and once for B-A. It could be calculated only once for A-B and then inverted to create B-A. This is not identical because histogram bins are non-symmetrical (include lower edge and exclude the upper), but shouldn't matter much.
The text was updated successfully, but these errors were encountered: