Digital Control Systems: Difference between revisions
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 12:56, 8 April 2014
Links
- Textbooks
- Introduction to Applied Digital Control, Greg Starr, University of New Mexico
- Greg's ME481/ME581 web pages contain solutions to the book problems and other things.
- Optimal Sampled-Data Control Systems, Chen & Francis
- Digital Control System Analysis and Design, 3rd Ed., Philips
- Control Systems and Control Engineering
- Introduction to Applied Digital Control, Greg Starr, University of New Mexico
MATLAB/Octave
- Octave Control Systems Toolbox This is not the same thing that is on Octave Forge here.
Z Transforms
- Relationship between the Laplace and Z transforms
- Convolution and Z Transforms
- Z Transforms and Convolution
- 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 , then you multiply the two, , then you integrate with respect to , Failed to parse (unknown function "\from"): {\displaystyle \int \from -\infty to \infty x(t_0)h(t-t_0) dt_0} .