What are the constraints on the divisor argument of scipy.signal.deconvolve to ensure numerical stability?
问题 Here is my problem: I am going to process data coming from a system for which I will have a good idea of the impulse response. Having used Python for some basic scripting before, I am getting to know the scipy.signal.convolve and scipy.signal.deconvolve functions. In order to get some confidence in my final solution, I would like to understand their requirements and limitations. I used the following test: 1. I built a basic signal made of two Gaussians. 2. I built a Gaussian impulse response.