Release Notes
The initial release of this convolution demo. This program displays an animation, using matplotlib, of two functions being convolved together. Custom user-defined functions are supported. The matplotlib animation can be made to stop at different time points and those images can be saved seperately. The animation can also be saved as a gif excluding the programmed stop. A discrete, linear convolution is performed using numpy.
Getting Started
Download either the .py or .ipy file attached, open it in your preferred IDE, and follow the instructions within.