1.1 Describing Systems ECE 5800 Western Michigan University Fall 2012.

Slides:



Advertisements
Similar presentations
Application of diodes Rectifier circuits Clipper circuits
Advertisements

Differential Equations
Operational Amplifiers Luke Gibbons CSUS Fall 2006 ME 114.
ECE 8443 – Pattern Recognition ECE 3163 – Signals and Systems Objectives: Review Resources: Wiki: State Variables YMZ: State Variable Technique Wiki: Controllability.
1 Figure A positive-feedback loop capable of bistable operation. Bistable Multivibrators Generation of Square and Triangular Waveforms Figure
ECE 201 Circuit Theory I1 General Solution for Natural and Step Responses of RL and RC Circuits Final Value Initial Value Time Constant Determine the initial.
1 Delay-Resistor Implementation of Integrators for Biomimic Artificial Neurons Richard B. Wells Bruce Barnes.
ECE 201 Circuit Theory I1 Step Response of an RC Circuit + v C (t) - i(t) Close the switch at t = 0 Write KCL at the top node Allow for the possibility.
ECE 201 Circuit Theory I1 Natural Response of an RC Circuit.
ECE 201 Circuit Theory I1 Sinusoidal response of circuits The switch is closed at t = 0. Determine the current i(t) for t >= 0. i(t)
Modeling & Simulation of Dynamic Systems Lecture-2 Review of Basic Concepts of Classical control 1 Dr. Imtiaz Hussain Associate Professor Department of.
IDEAL OPERATIONAL AMPLIFIER AND OP-AMP CIRCUITS
Diode :- Clamper Positive Clamper The circuit for a positive clamper is shown in the figure. During the negative half cycle of the input signal, the diode.
A Differentiator Circuit.  All of the diagrams use a uA741 op amp. ◦ You are to construct your circuits using an LM 356 op amp.  There is a statement.
ECE 8443 – Pattern Recognition EE 3512 – Signals: Continuous and Discrete Objectives: First-Order Second-Order N th -Order Computation of the Output Signal.
THE LAPLACE TRANSFORM IN CIRCUIT ANALYSIS. A Resistor in the s Domain R + v i v=Ri (Ohm’s Law). V(s)=RI(s R + V I.
Time-Domain Representations of LTI Systems
Time Domain Representation of Linear Time Invariant (LTI).
1/38 Passive components and circuits - CCP Lecture 5.
Time-Domain Representations of LTI Systems
In-Class Problems 1.Sketch the following functions: a) x(t) = 3sin(40  t) for 0≤ t ≤ 0.2 sec b) z(t) = 10e -4t for 0≤ t ≤0.5 sec 2.What is ? 3.What is.
Fundamentals of Electric Circuits Chapter 16 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Lecture 15 Review: Energy storage and dynamic systems Basic time-varying signals Capacitors Related educational modules: –Section 2.2.
Lecture 19 Review: First order circuit step response Steady-state response and DC gain Step response examples Related educational modules: –Section
Motivation Thus far we have dealt primarily with the input/output characteristics of linear systems. State variable, or state space, representations describe.
ECE 8443 – Pattern Recognition EE 3512 – Signals: Continuous and Discrete Objectives: Causality Linearity Time Invariance Temporal Models Response to Periodic.
Net work analysis Dr. Sumrit Hungsasutra Text : Basic Circuit Theory, Charles A. Desoer & Kuh, McGrawHill.
ECE 201 Circuit Theory 11 Step Response of an RL Circuit Find the current in the loop or the voltage across the inductor after the switch is closed at.
EE102 – SYSTEMS & SIGNALS Fall Quarter, Instructor: Fernando Paganini.
1 Time-Domain Representations of LTI Systems CHAPTER 2.11 Characteristics of Systems Described by Differential and Difference Equations and Difference.
Lab 6: R-C Circuits Only 6 more labs to go!! A capacitor is a device used to store energy. In this lab we will measure how a capacitor “stores” up or discharges.
Time Domain Representation of Linear Time Invariant (LTI).
Dynamic Logic Circuits Static logic circuits allow implementation of logic functions based on steady state behavior of simple nMOS or CMOS structures.
Monostable Multivibrator
Homework # Lim Myeong Jun. Index Phase-sensitivity demonstration Capacitor sensor Matlab source Problem solution.
State Equations BIOE Processes A process transforms input to output States are variables internal to the process that determine how this transformation.
State Space Models The state space model represents a physical system as n first order differential equations. This form is better suited for computer.
Chapter 26 DC Circuits Chapter 26 Opener. These MP3 players contain circuits that are dc, at least in part. (The audio signal is ac.) The circuit diagram.
Signals and Systems, 2/E by Simon Haykin and Barry Van Veen Copyright © 2003 John Wiley & Sons. Inc. All rights reserved. Figure 9.1 (p. 664) Two different.
Recall Lecture 8 Full Wave Rectifier Rectifier Parameters
What is System? Systems process input signals to produce output signals A system is combination of elements that manipulates one or more signals to accomplish.
Capacitive AC Circuits
Feedback No feedback : Open loop (used in comparators)
Automatic Control Theory CSE 322
Signals and Systems, 2/E by Simon Haykin and Barry Van Veen
PRALLEL CLIPPER The parallel configuration is defined as while the parallel variety has the diode in a branch parallel to the load.
EE 309 Signal and Linear System Analysis
Examples of Negative Feedback Applications: A) Inverting Amplifiers
Lecture 15 Review: Capacitors Related educational materials:
Feedback Control Systems (FCS)
Converter principles and modelling
Fundamentals of Electric Circuits Chapter 16
Linear Control Systems
Propagation Time Delay
Propagation Time Delay
Basic Design of PID Controller
생체계측 II Report # 송성진 Medical Instrumentation II.
Lecture 19 Review: Steady-state response and DC gain
IDEAL OPERATIONAL AMPLIFIER AND OP-AMP CIRCUITS
Recall Lecture 8 Full Wave Rectifier Rectifier Parameters
Review Half Wave Full Wave Rectifier Rectifier Parameters
Chapter 2 Systems Defined by Differential or Difference Equations
Natural Response of an RC Circuit
Homework 1: Electrical System
Problem Sheet 5 Question 4
§1—2 State-Variable Description The concept of state
Proportional Control and Disturbance Changes
Transfer Function and Stability of LTI Systems
From Chapter 2, we have ( II ) Proof is shown next
SIGNALS & SYSTEMS (ENT 281)
Presentation transcript:

1.1 Describing Systems ECE 5800 Western Michigan University Fall 2012

1.1 The nature of Systems A System is an entity isolated from an environment with entry points called Inputs and exits into the environment call Outputs. System Input x(t) Output z(t) State y(t) environment Zeroth order system

Properties

Properties Continued

Dynamic System Dynamic systems have memory, delays, time advances, derivatives, and integrals. state

V S (t)V R2 (t) V S (t)V R2 (t)

Example 1.1 Show LtSpice and MatLab Example.

Time Driven Models The solution to example

Example 1.2 The RC circuit is driven by a time signal. The output is the voltage is across the capacitor. The derivation of the output voltage is shown. V S (t)V R2 (t)

MATLAB Solution %Example 1.2 %ECE 5800 %John Stahl clc; clear all; % Constants pi = ; % n = 1000; t = 0:1/n:60e-3-1/n; % Solution Vs = 2 + 1*sin(2*pi*60*t); Vo = -2*exp(-100*t) *sin(2*pi*60*t) *cos(2*pi*60*t)+2; % figure(1) plot(t,Vo,'r'); title('ECE 5800 Example 1.2') xlabel('time') ylabel('volts')

LTSpice Solution

Control Systems Open loop control Plant: subsystem with a relationship we want to have a prescribed output. Controller: a subsystem with alters the behavior of the plant. Controller Plant Reference signal

Control Systems Closed loop control Feedback: a signal giving the controller the response of the plant to the reference signal. Disturbance: a signal which alters the behavior of the plant. Controller Plant