Analysis of TF and SS Models Flashcards
1
Q
Purpose of Analyzing Models
A
- Predict response in time/frequency domain
- Stability
- Speed of Response
- Steady State Error
- Oscillation Prevention
2
Q
Time Response of System
A
- Transient Response: depends on initial conditions, corresponds to homogenous solution of D.E.
- Steady State Response:
depends on system inputs, corresponds to the particular solution of D.E.
3
Q
Frequency Response of System
A
- For LTI systems with sinusoidal input, the steady state output is also sinusoidal at the same frequency
- Output has different magnitude and phase
- Frequency response is found from transfer function:
G(s), s = j*w.
4
Q
Bode Plot
- Definition
- Q-Factor
A
- Plot of magnitude/phase of frequency response on Log graph
- Q = 1/(2*d): size and sharpness of peaks
5
Q
Nyquist Diagram
A
Plot of magnitude/phase of frequency response on complex plane
6
Q
BIBO Stability
A
- Given bounded input, output is bounded
- All poles of transfer function have negative real parts. Any pole has a positive real part system is unstable.
- Poles must be in left-half plane for stability.
- If any pair of poles is on imaginary axis system is marginally stable (oscillations)
- Purely imaginary poles is not BIBO stable.
7
Q
First Order System
- ODE
- Transfer Function
- DC Gain
- Time Constant
- Stability
A
- y’ + ay = bu or Ty’ + y = ku
- G(s) = b/(s+a) = k/(T*s + 1)
- k = b/a
- T = 1/a
- s = -a: a>0 stable, a<0 unstable
8
Q
Second Order System 1. ODE 2. Transfer Function 3. DC Gain 4. Damping Ratio 5 Natural Frequency 6 Poles/zeros
A
my’‘+by’+ky = f(t) or y’’ + 2dwy’ + w^2y = kDCw^2u
- G(s) = 1/(ms^2 + bs + k) = (kDCw^2)/(s^2 + 2dws + w^2)
- kDC = 1/k
- d = b/(2sqrt(km))
- w = sqrt(k/m)
- s_p = -dw + or - jw*sqrt(1-d^2)
9
Q
Underdamped Second Order System
A
- d < 1
- Poles are complex valued with negative real parts
- System oscillates while approaching steady state
10
Q
Overdamped Second Order System
A
- d > 1
- Poles are real and negative
- Stable
11
Q
Critically Damped Second Order System
A
- d = 1
- Both poles are real and have same magnitude
- Stable System
12
Q
Undamped Second Order System
A
- d = 0
- poles are purely imaginary
- Marginally Stable
13
Q
Settling Time
- Definition
- Equation for 2nd Order Underdamped System
A
- Time required for the system to fall within a certain percentage of steady state value for a step input.
- Ts = -ln(tolerance fraction)/(d*w)
14
Q
Percent Overshoot
- Definition
- Equation for 2nd Order Underdamped System
A
- Percent by which system’s step response exceeds final steady state value.
- Mp = exp(-d/(sqrt(1-d^2)))