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 manual and the wikipedia article referenced in it.
But I would specifically like to ask/discuss what would happen if the second 1D 
input is not given? what type of window will the function pass the data through 
to smoothen it?

Here are the articles I have read to implement my smoothing code:
References:
1. https://numpy.org/doc/stable/reference/generated/numpy.convolve.html
2. https://en.wikipedia.org/wiki/Convolution
3. 
https://stackoverflow.com/questions/20618804/how-to-smooth-a-curve-in-the-right-way
 

NOTE: Apologies if I have unknowingly broken any rule of this forum - I can 
delete the thread if it doesn't meet any set guidelines of the forum.

Best,
Pushkar Sheth
Bangalore, India.
_______________________________________________
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com

Reply via email to