Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 815 Bytes

File metadata and controls

15 lines (11 loc) · 815 Bytes

ConvolveGUI

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
All of these files must be on your MATLAB path.

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.