Title: Another Ways to Find Response of the System
1Another Ways to Find Response of the System
- Differential equation and simulation diagram
- State variable
2Continuous-Time Domain Analysis
- Differential systems
- Constants a0, a1, , an-1 and b0, b1, , bm
- Linear constant-coefficient differential equation
- Using short-hand notation,above equation becomes
3Continuous-Time Domain Analysis
- For a linear system,
- We use method of undetermined coefficient to
solve differential equation. (please revise)
Let differential eqn. governing the system
4Impulse response from systems differential
equation
We can determine the impulse response of systems
from their set of differential equation.
Remember - Impulse response h(t), as the input
signal x(t)?(t) and y(t) 0, when -? lt t lt 0
5Practice
Consider,
6Basic System Components
x(t)
y(t)
The integrator
m(t)
m(t)n(t)
The adder
n(t)
m(t)
m(t)-n(t)
The subtractor
-
n(t)
x(t)
y(t)
The multiplier
K
7Simulation Diagram for Cont.-Time System
First canonical form, procedure Let
1.
2. Bring all the term except y to the right side
of the equation
3. Draw diagram (i.e. using Simulink)
Integrating N times
8- State-Variable Representation
- another way to represent a system
9How to develop state equation ?
Consider this differential equation,
Let
10A
b
then
c
d
In general
11Matlab script
gtgt A 0 1 -4 -3 b 0 2 c 1 0
d0 gtgt system ss(A,b,c,d)
To test your system with step input
gtgt step(system)
12To find impulse response for your system
gtgt impulse(system)
To find system response for your system Let say
input x(t)sin(t)
13gtgt t00.110 gtgt insin(t) gtgt lsim(sys,in,t)
- As a rule of thumb, you can generalized any
input signal for - the system
14Frequency Response Function of LTI System
- If the input to LTI system is a sinusoid of
frequency, ?, the steady state response is a
sinusoid of the same frequency, but with
amplitude multiplied by a factor A(?) and phase
shifted by ?(?) radians. - Frequency response function
- Let input x(t)ej ?t
- where
- H(?) is the Fourier transform of h(t)
15Stability of Linear System
- Many possible definitions
- Our definition
- The system is BIBO stable if and only if every
bounded input results in bounded output
16Response to Bounded Inputs
- Stable system a bounded input (in amplitude)
should give a bounded response (in amplitude) - Linear-time-invariant (LTI) system