Skip to content
Advertisement

Tag: deconvolution

Understanding scipy deconvolve

I’m trying to understand scipy.signal.deconvolve. From the mathematical point of view a convolution is just the multiplication in fourier space so I would expect that for two functions f and g: Deconvolve(Convolve(f,g) , g) == f In numpy/scipy this is either not the case or I’m missing an important point. Although there are some questions related to deconvolve on SO

Advertisement