Replies: 1 comment 3 replies
-
@hamza-712 Yes, we could do that. Give me a week to pull this off. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have implemented my own correlation function but it leads to memory errors and its slow.
I wonder if you can include numpy.corrcoef() function
np.correlate(a, b, 'full')
Example normalized cross correlation
Beta Was this translation helpful? Give feedback.
All reactions