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

Add correlate 1D implementation #618

Merged
merged 1 commit into from
Jan 14, 2024
Merged

Conversation

AngelEzquerra
Copy link
Contributor

The implementation is based on the existing convolve 1D function. This also adds tests and reorders the convolve tests a bit to better match the structure of the new correlate tests.

I split the correlate implementation into two procedures, one for real numbers and one for complex numbers because the correlation of complex numbers requires doing the conjugate of the second tensor.

The implementation is based on the existing convolve 1D function. This commit also adds tests and reorders the convolve tests a bit to better match the structure of the new correlate tests.
@mratsim mratsim merged commit 88e80a8 into mratsim:master Jan 14, 2024
8 checks passed
@AngelEzquerra AngelEzquerra deleted the correlation branch January 27, 2024 11:58
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.

2 participants