Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xcorr: do not repeat cross-correlations #10

Open
mmagnuski opened this issue Dec 10, 2023 · 0 comments
Open

xcorr: do not repeat cross-correlations #10

mmagnuski opened this issue Dec 10, 2023 · 0 comments

Comments

@mmagnuski
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant