CDS 101/110 - Introduction and Review: Difference between revisions

From Murray Wiki
Jump to navigationJump to search
No edit summary
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{cds101-fa08}}
{{cds101-fa08 lecture|prev=Main Page|next=Dynamic Behavior}}


{{righttoc}}
{{righttoc}}
Line 9: Line 9:
* Students should be able to use MATLAB and SIMULINK to run a simulation of a control system and generate plots showing the performance of the system
* Students should be able to use MATLAB and SIMULINK to run a simulation of a control system and generate plots showing the performance of the system


'''Monday:'''  Introduction to Feedback and Control ({{cds101 handouts|L1-1_introduction.pdf|Slides}}, {{cds101 mp3 placeholder|cds101-2007-10-01.mp3|MP3}})
'''Monday:'''  Introduction to Feedback and Control ({{cds101 handouts|L1-1_introduction.pdf|Slides}}, {{cds101 mp3|lecture_0929.mp3|MP3}})  
 
The goal of this lecture is to introduce some of the basic ideas in feedback and control systems and provide examples that will allow students to identify and recognize control systems in their everyday world. Two major principles of control--robustness through feedback and design of dynamics--are emphasized throughout the lecture. CDS 101/110 course administration is also covered.
The goal of this lecture is to introduce some of the basic ideas in feedback and control systems and provide examples that will allow students to identify and recognize control systems in their everyday world. Two major principles of control--robustness through feedback and design of dynamics--are emphasized throughout the lecture. CDS 101/110 course administration is also covered.
* {{cds101 handouts|L1-1_introduction_h.pdf|Lecture handout}}
* {{cds101 handouts|L1-1_introduction_h.pdf|Lecture handout}}
* {{cds101 handouts|hw1.pdf|Homework #1}}
* {{cds101 handouts|bgsurvey.pdf|Course survey}} (turn in by 1 Oct)
* {{cds101 handouts|bgsurvey.pdf|Course survey}}


'''Wednesday:''' Review of Modeling using ODEs ({{cds101 handouts|L1-2_modeling.pdf|Slides}},  {{cds101 mp3 placeholder|cds101-2007-10-03.mp3|MP3}})
'''Wednesday:''' Review of Modeling using ODEs ({{cds101 handouts|L1-2_modeling.pdf|Slides}},  [http://www.cds.caltech.edu/~murray/courses/cds101/fa07/mp3/cds101-2007-10-08.mp3 MP3]- last year's lecture)
*NOTE:  Due to technical difficulties, this Wednesday's lecture was not recorded.  Sorry for the inconvenience.


This lecture provides an overview of modeling for control systems. We discuss what a model is and what types of questions it can be used to answer. The concepts of state, dynamics, inputs and outputs are described, including running examples to demonstrate the concepts. Several different modeling techniques are summarized, with emphasis on differential equations. Two examples are included to demonstrate the main concepts.
This lecture provides an overview of modeling for control systems. We discuss what a model is and what types of questions it can be used to answer. The concepts of state, dynamics, inputs and outputs are described, including running examples to demonstrate the concepts. Several different modeling techniques are summarized, with emphasis on differential equations. Two examples are included to demonstrate the main concepts.


* {{cds101 handouts|L1-2_modeling_h.pdf|Lecture handout}}
* {{cds101 handouts|L1-2_modeling_h.pdf|Lecture handout}}
* MATLAB: {{cds101 matlab|L1_2_modeling.m}}, {{cds101 matlab|springmass.m}}


'''Friday:''' {{cds101 lecture|MATLAB/SIMULINK Tutorial}}
'''Friday:''' [[CDS_101/110_-_MATLAB/SIMULINK_Tutorial|Matlab Tutorial]]


This lecture provides an introduction to MATLAB/SIMULINK, a software package that will be used extensively throughout the course and on the homework assignments.  Students who have not used MATLAB and SIMULINK in previous courses are strongly encouraged to attend.  '''Note:''' This tutorial will be offered from 2-4 pm and 4-6 pm in TBD.  Students may attend either session.
This lecture provides an introduction to MATLAB/SIMULINK, a software package that will be used extensively throughout the course and on the homework assignments.  Students who have not used MATLAB and SIMULINK in previous courses are strongly encouraged to attend.  '''Note:''' This tutorial will be offered from 2-4 pm and 4-6 pm in 328 SFL.  Students may attend either session.


* {{cds101 handouts|L1-3_matlab.pdf|Lecture handout}}
* [[Media:ex1.m|Lecture handout]]


== Reading ==
== Reading ==


* {{AM08|Chapter 1 - Introduction}} - Read sections 1.1-1.2 and 1.4-1.5 (skim 1.3)
The reading for the week is out of the main text.  The material in Chapter 2 should be review (Ph1, Ma 2, mainly), but introduces some important concepts in terms of control-oriented modeling (inputs, outputs, state).  Section 3.1 gives an overview of the cruise control model, which is part of this week's homework.
* {{AM08 book}}
** {{AM08 chapter|Chapter 1 - Introduction}} - Read sections 1.1-1.2 and 1.4-1.5 (skim 1.3) [30 min]
** {{AM08 chapter|Chapter 2 - System Modeling}} - Read sections 2.1-2.3 [30 min]
** {{AM08 chapter|Chapter 3 - Examples}} - Skim section 3.1 (cruise control model) [10 min]
 
Students interested in more advanced material should read Chapter 1 of Lewis:
* {{Lew03|Chapter 1 - An introduction to linear control theory}}
 
In addition, for the MATLAB/SIMULINK tutorial, students may want to have a look at [http://www.engin.umich.edu/class/ctms/basic/basic.htm MATLAB basics], part of the [http://www.engin.umich.edu/class/ctms Control Tutorials for MATLAB] web site.


== Homework ==
== Homework ==


* {{cds101 handouts|hw1.pdf|Homework #1}} (due 6 Oct)
* {{cds101 handouts|hw1-fa08.pdf|Homework #1}} (due 6 Oct)
* SIMULINK speed control module: {{cds101 matlab|cruise_simple.mdl}}, [[AM:Cruise control|documentation]]
* SIMULINK speed control module: {{cds101 matlab|cruise_ctrl.mdl}}, [[AM:Cruise control|documentation]]


== FAQ ==
== FAQ ==
<table align=right><tr><td><nowiki>[</nowiki>[[:Category:CDS 101/110a - FAQ|Prior years]]<nowiki>]</nowiki></td></tr></table>
<table align=right><tr><td><nowiki>[</nowiki>[[CDS 101/110a - FAQ|Prior years]]<nowiki>]</nowiki></td></tr></table>
'''Monday'''
'''Monday'''
<ncl>CDS 101/110 FAQ - Lecture 1-1, Fall 2008</ncl>
<ncl>CDS 101/110 FAQ - Lecture 1-1, Fall 2008</ncl>

Latest revision as of 05:55, 9 December 2008

CDS 101/110a Schedule Recitations FAQ AM08 (errata)

Overview

The learning objectives for this week are:

  • Students should know what a feedback system is and how to identify the key components and properties of a control system in the everyday world
  • Students should be able to model a simple system (using ODEs) and use their model to make predictions about the behavior of a system
  • Students should be able to use MATLAB and SIMULINK to run a simulation of a control system and generate plots showing the performance of the system

Monday: Introduction to Feedback and Control (Slides, MP3) The goal of this lecture is to introduce some of the basic ideas in feedback and control systems and provide examples that will allow students to identify and recognize control systems in their everyday world. Two major principles of control--robustness through feedback and design of dynamics--are emphasized throughout the lecture. CDS 101/110 course administration is also covered.

Wednesday: Review of Modeling using ODEs (Slides, MP3- last year's lecture)

  • NOTE: Due to technical difficulties, this Wednesday's lecture was not recorded. Sorry for the inconvenience.

This lecture provides an overview of modeling for control systems. We discuss what a model is and what types of questions it can be used to answer. The concepts of state, dynamics, inputs and outputs are described, including running examples to demonstrate the concepts. Several different modeling techniques are summarized, with emphasis on differential equations. Two examples are included to demonstrate the main concepts.

Friday: Matlab Tutorial

This lecture provides an introduction to MATLAB/SIMULINK, a software package that will be used extensively throughout the course and on the homework assignments. Students who have not used MATLAB and SIMULINK in previous courses are strongly encouraged to attend. Note: This tutorial will be offered from 2-4 pm and 4-6 pm in 328 SFL. Students may attend either session.

Reading

The reading for the week is out of the main text. The material in Chapter 2 should be review (Ph1, Ma 2, mainly), but introduces some important concepts in terms of control-oriented modeling (inputs, outputs, state). Section 3.1 gives an overview of the cruise control model, which is part of this week's homework.

Students interested in more advanced material should read Chapter 1 of Lewis:

In addition, for the MATLAB/SIMULINK tutorial, students may want to have a look at MATLAB basics, part of the Control Tutorials for MATLAB web site.

Homework

FAQ

[Prior years]

Monday <ncl>CDS 101/110 FAQ - Lecture 1-1, Fall 2008</ncl> Wednesday <ncl>CDS 101/110 FAQ - Lecture 1-2, Fall 2008</ncl> Friday <ncl>CDS 101/110 FAQ - Lecture 1-3, Fall 2008</ncl> Homework <ncl>CDS 101/110 FAQ - Homework 1, Fall 2008</ncl>