CrossCorrelation performance #177
Labels
Explore
Examine novel functionality/proposed changes etc. Does not necessarily involve coding things.
Performance
Improve the number crunching
Right now we have two inner loops over the individual channel combinations here:
https://github.com/esi-neuroscience/syncopy/blob/dev/syncopy/connectivity/ST_compRoutines.py#L358
as
scipy.signal.fftconvolve
is not able to work with tensors.Maybe we find a better solution, @pantaray suggested having a look at scikit-image.
The text was updated successfully, but these errors were encountered: