Digital Control Systems: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Line 15: Line 15:
**[http://www.ualberta.ca/~msacchi/GEOPH426/chapter2.pdf Z Transforms and Convolution]
**[http://www.ualberta.ca/~msacchi/GEOPH426/chapter2.pdf Z Transforms and Convolution]
**[http://www.mathworks.com/help/matlab/ref/conv.html Polynomial Multiplication is the same as Convolution]
**[http://www.mathworks.com/help/matlab/ref/conv.html Polynomial Multiplication is the same as Convolution]
**[http://www-rohan.sdsu.edu/~jiracek/DAGSAW/4.3.html Here is an animation of discrete convolution. You flip shift <math>h(t)->h(t-t_0)</math>, then you multiply the two, <math>x(t_0)h(t-t_0)</math>, then you integrate with respect to <math>t_0</math>, <math>\int \from -\infty to \infty x(t_0)h(t-t_0) dt_0</math>.

Revision as of 13:56, 8 April 2014

Links

MATLAB/Octave

Z Transforms