[Numpy-discussion] Re: np.convolve question

2022-01-13 Thread Pushkar Sheth
I understand. I see that the span variable is undergoing some operation and being used as a window in the stackoverflow article (the function - smooth_data_convolve_my_average). To understand the working - I will have to build some plots to visualise how the function (smooth_data_convolve_my_av

[Numpy-discussion] Re: np.convolve question

2022-01-13 Thread Robert Kern
On Thu, Jan 13, 2022 at 10:47 AM wrote: > Hello, > > I am a mechanical engineer and am using Numpy Convolve to smoothen 1D data > collected from physical testing for a diesel engine. (I found convolve the > best after comparing with other smoothing methodologies) > I tried reading the numpy manua