Skip to content

v0.1.0

Latest

Choose a tag to compare

@Tristhal Tristhal released this 30 May 17:20
· 4 commits to master since this release

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.