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

Cross correlation #647

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Conversation

MarcoRoss84
Copy link
Contributor

Implemented and tested cross correlation, similar to the functionality in numpy. The function was added as Correlation.CrossCorrelation(IList<double> x, IList<double> y, CorrelationMode mode) where mode can either be Valid, Same, or Full. The padding modes are equivalent to the numpy function. The algorithm chooses based on the lengths of x and y whether to do the calculation in time-domain or frequency-domain.

@cdrnet cdrnet added this to the v5 milestone Mar 6, 2022
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

Successfully merging this pull request may close these issues.

3 participants