Lecture 4 - Follow Frequency Response

Why sine in -> sine out?

Why those crazy plots?

The Bode plot

Why dB and log scale?

How do we compute gain and phase shift?

We can use trig!
We feed a general sinusoidal input of amplitude A, frequency ω, and phase ϕ to the system, find the output, then compute the gain (amplitude of output / amplitude of input; can be converted to dB) and phase shift (phase of output - phase of input)

Pasted image 20260324085512.png499
We can use the transfer function itself

We can calculate steady state gain and phase shift by

  • Finding the transfer function
  • setting s=jω
  • Manipulating the transfer function so that it has a real component and an imaginary component
  • Plotting the transfer function on the real and imaginary axis
  • Calculating gain and phase from this plot
    • Gain = magnitude of the line from the origin to the point
    • Phase = angle of the line with the x axis
  • Note: we can calculate gain and phase without having to manipulate the transfer function to have a real component and an imaginary component:
    • Gain = magnitude of numerator / magnitude of denominator
      • In general, multiplied terms = multiplied amplitudes and divided terms = divided amplitudes
    • Phase = phase of numerator - phase of denominator
      • In general, multiplied terms = added phases and divided terms = subtracted phases

Let's apply this on the gain transfer function:
Note: we could have used 180 degree and it is valid,but this is the convention for the gain transfer function
Pasted image 20260324084200.png

Is there a faster way? Yes!

You can plot the gain and phase directly from the transfer function without needing to manipulate it!

How to compute the output directly from the transfer function?

Why bother about manual sketching when we have MATLAB?

This is an advantage of using dB gains! (in the log world, multiplication becomes addition and division becomes subtraction)

We already know the gain k. Let's consider pole at origin 1s:
Pasted image 20260324092743.png
Pasted image 20260324092918.png
How do we extend this?
Multiplication becomes addition in the log world
Pasted image 20260324092637.png
Division becomes subtraction in the log world
Zero at origin: s

s=11/s

in log world:
response of s = response of 1 - response of 1/s
Pasted image 20260324093857.png
Lets consider real poles 1τs+1
Pasted image 20260324100950.png
How to extend this for real zero τs+1?
τs+1=1(1τs+1)
Division becomes subtraction in the log world

response of zero = - response of pole

Pasted image 20260324101158.png697
Let's consider complex poles ωo2s2+2ζωos+ωo2

Summarizing frequency responses

In general, zero = - pole

gain -> 20logkk > 0, phase = 0k < 0, phase = -180-20dB/dec straight line from w = 1phase = -90-20dB/dec straight line from w = wozero till w = wojust like a shifted 1/s; it's like tau adds a delayjust like a 2 first order; only with some notes for gain-20dB/dec straight line from w = wozero till w = wo-90 at w > 10wozero till w = wo/10-45 at w = wo


General Remarks

Resources