Prerequisites & Notation
Before You Begin
This chapter builds directly on Chapter 15 (Matplotlib fundamentals). You should be comfortable with the OO API, subplots, and basic formatting before proceeding.
- Matplotlib OO API, subplots, and savefig (Chapter 15)(Review ch15)
Self-check: Can you create a multi-panel figure with GridSpec and save it as PDF?
- NumPy arrays and broadcasting (Chapter 5)(Review ch05)
Self-check: Can you generate 2D meshgrids and evaluate functions on them?
- Basic statistics: distributions, CDF, boxplots(Review ch09)
Self-check: Do you know the difference between a box plot and a violin plot?
Notation for This Chapter
Symbols and conventions used in this chapter.
| Symbol | Meaning | Introduced |
|---|---|---|
| Reflection coefficient (Smith chart) | s04 | |
| Load impedance (Smith chart) | s04 | |
| Characteristic impedance (typically 50 ohm) | s04 | |
| Kernel Density Estimation | s01 | |
| Inter-Symbol Interference (eye diagram) | s04 |