heat
heat copied to clipboard
Add correlation (1D)
I will add some context here. This function should be included in the heat.signal
module being implemented in #595
Related features_ #30 #920
Functionality
https://numpy.org/doc/stable/reference/generated/numpy.correlate.html
Corresponding PyTorch operation: torch.nn.functional.conv1d
Still open.
Reviewed within #1109
Branch features/302-Add_correlation_1D created!
If I understand correctly, this function could just call ht.convolve
if the flipping of the kernel is skipped.
yes
And to make things non-confusing, pyTorch convolutions are in fact correlations
And to make things non-confusing, pyTorch convolutions are in fact correlations
Exactly.
I see this is assigned to you @krajsek , do you have time for it?