Scipy correlate2d not normalized

前端 未结 0 1146
执笔经年
执笔经年 2021-01-23 12:36

I\'m computing an autocorrelation using scipy.signal.correlate2d

c2=sig.correlate2d(x-x.mean(), x-x.mean())

where x is a 256x256 array of float64, but

相关标签:
回答
  • 消灭零回复
提交回复
热议问题