This is a MATLAB script that demonsrates convolution in continuous time. The files needed are:
- ConvolveGUI.m, ConvolveGUI.fig: the user interface for the package
- ConvolveAnimParam.m, ConvolveAnimParam.fig: change animation parameter, fps, # of frames...
- ConvolveFuncs.m: create new functions to be used by ConvolvGUI
- ConvFuncs.mat: a file that contains a list of all functions used by ConvolvGUI.m
More information is available at: http://lpsa.swarthmore.edu/Convolution/ConvolveGUI.html
This script requires MATLAB 2014b or later.
A new JavaScript version is available at: http://lpsa.swarthmore.edu/Convolution/CI.html that doesn't require MATLAB.