1 / 13

1.1 Describing Systems

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).

midori
Télécharger la présentation

1.1 Describing Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 1.1 Describing Systems ECE 5800 Western Michigan University Fall 2012

  2. 1.1 The nature of Systems A System is an entity isolated from an environmentwith 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

  3. Properties • All environmental influences on a system can be reduced to a vector of m real variable varying with time. • All system effects can be summarized by a vector of n real variables varying with time, z • If the output signals are algebraic functions of only the current input, the system is said to be zeroth order, since there can be system dynamics.

  4. Properties Continued 3. The system can be written as two algebraic equations involving the input, state, and output: z For suitable functions and . 4. If the input signal depends dynamically on the output, there must also be system memory. The state and output equations are dynamic, and depend on time delays, advances, derivatives, and integrals.

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

  6. Example 1.1 Zeroth Order The source voltage, VS(t), is the input to the resistor network. The two resistors form a simple system with an output VR2(t). The state variable is the current. Input: Output: State: VS(t) VR2(t) VS(t) VR2(t)

  7. Example 1.1 Show LtSpice and MatLab Example.

  8. Time Driven Models The solution to example

  9. 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. VS(t) VR2(t)

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

  11. LTSpice Solution

  12. 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 response desired Reference signal

  13. Control Systems disturbance 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 response desired

More Related