correlate

correlate(a, b)[source]

compute the correlation between two 2d matrix

computing based on fft, conjugating a (for conjug_type=1)

Parameters:
  • a (2D array) – left 2D data
  • b (2D array) – right 2D data
Returns:

correlation matrix of a and b

Return type:

2D array