Erik Cheever teaches signal processing and controls at Seattle University, and his Bode plot notes are a key resource for engineering students. This article focuses on a canonical Bode plot example from his materials, highlighting practical steps for drawing magnitude and phase responses.
By working through this example, you see how theoretical transfer functions translate into clear graphical tools for frequency-domain analysis. The structure below guides you through definitions, a detailed table, and deeper implementation topics.
| Transfer Function | Type | Key Parameters | Low-Freq Gain (dB) | High-Freq Slope (dB/dec) |
|---|---|---|---|---|
| H(s) = 10(s + 100) / [s(s + 10)(s + 1000)] | Third-order with one zero | Gain 10, zero at 100 rad/s | 20 dB | -60 dB/dec after break frequencies |
Transfer Function and Break Frequencies
Erik Cheever’s example uses a transfer function with a constant gain, a single zero, and three poles that shape the Bode plot. The break frequencies are at 10, 100, and 1000 rad/s, defining where the asymptotes change slope. Identifying these points is essential before sketching the magnitude and phase plots.
Magnitude Plot Construction
Starting Gain and Slope Changes
At very low frequencies, the magnitude in decibels is set by the DC gain, which is 20 log10(10) = 20 dB. As frequency increases, each pole adds a negative slope of -20 dB/decade beyond its break point, while the zero contributes +20 dB/decade after 100 rad/s. Superimposing these slopes gives the approximate asymptotic magnitude response.
Corner Frequency Effects and Asymptotes
Between break frequencies, the plot is a straight line with a constant slope. You begin at 20 dB, stay flat until 10 rad/s, drop at -20 dB/dec until 100 rad/s, then flatten again until 1000 rad/s, and finally fall at -40 dB/dec thereafter. The zero at 100 rad/s counteracts one pole slope in that region, which is clearly visible in the sketch.
Phase Response Behavior
Phase Contribution from Poles and Zero
The phase starts near 0 degrees for the constant gain. Each pole contributes -90 degrees spread over a frequency range around its break frequency, while the zero adds +90 degrees after its break point. The net phase shift moves from 0 degrees at low frequencies toward a final value determined by the net effect of all poles and the zero.
Phase Crossovers and Transition Regions
At low frequencies, phase lag is minimal. As frequency increases, the pole near 10 rad/s begins to shift the phase downward, the zero near 100 rad/s pulls it back up, and the high-frequency pole near 1000 rad/s adds more negative phase. The transitions are gradual, with significant changes occurring within about one decade above and below each break frequency.
Design and Analysis Implications
By reading this Bode plot example, you can estimate stability margins, bandwidth, and how changes in component values affect system behavior. Erik Cheever emphasizes sketching accurate asymptotes before refining with correction factors, which helps in both analysis and controller design. This approach is widely used in feedback systems and compensation techniques.
Key Takeaways and Recommendations
- Identify poles and zeros to determine break frequencies and slopes.
- Sketch magnitude asymptotes first, then refine near corners.
- Phase changes are gradual; track contributions from each element.
- Use the Bode plot to assess stability margins and bandwidth.
- Validate the model with simulation or measurements when designing controllers.
FAQ
Reader questions
How do I quickly sketch the magnitude Bode plot for this example?
Start at 20 dB for frequencies below 10 rad/s, stay flat, then drop at -20 dB/dec after 10 rad/s, flatten again between 10 and 100 rad/s, drop at -20 dB/dec until 1000 rad/s, and finally fall at -40 dB/dec above 1000 rad/s, remembering the zero adds +20 dB/dec between 100 and 1000 rad/s.
What does the phase plot tell me about system stability in this example?
The phase plot shows how much lag the system introduces at different frequencies; if the phase reaches -180 degrees before the gain drops below 0 dB, the system may be prone to oscillations, so you can use this to assess phase margin and design compensators.
Why are break frequencies at 10, 100, and 1000 rad/s significant here?
These values correspond to the poles and zero in the transfer function, marking the frequencies where the slope of the magnitude plot changes and where the phase contribution shifts most rapidly, making them critical points for accurate sketching.
Can this Bode plot example be applied to real hardware implementations?
Yes, by matching component values to the transfer function parameters, you can prototype circuits and filters that exhibit the same frequency response, then refine the model using the asymptotic plots and corrections for more precise behavior.