Lab 12: Two Convolution GUIs |
This lab concentrates on the use of two MATLAB GUIs for convolution.
- dconvdemo: GUI for discrete-time convolution.
This is exactly the same as the MATLAB functions
conv() and firfilt() used to implement FIR filters.
-
cconvdemo: GUI for continuous-time convolution.
Each one of these demos illustrates an important point about the
behavior of a linear, time-invariant (LTI)
system. They also provide a convenient way to visualize
the output of a LTI system.
|