Shared Abbreviations Table
Common abbreviations reused across the telecommunications, RF imaging, and scientific Python books. Chapter-local shorthand may still be introduced where needed.
Reading and Navigation
| Abbreviation | Expansion | Notes |
|---|---|---|
| D | Definition | Used in section outlines and reference badges. |
| T | Theorem | Used in section outlines and reference badges. |
| E | Example | Used in section outlines and reference badges. |
| Ex | Exercise | Used in section outlines. |
| R | Remark | Used in section outlines and reference badges. |
| A | Algorithm | Used in section outlines and reference badges. |
| H | Historical Note | Used in section outlines and reference badges. |
| W | Why This Matters | Used in section outlines for application and motivation boxes. |
| F | Figure | Used in section outlines for static figures. |
| Q | Quiz | Used in section outlines and reference badges. |
| ! | Common Mistake | Used in section outlines and references for pitfall blocks. |
| ≡ | Comparison Table | Used in section outlines for comparison tables. |
| ▶ | Interactive Plot / Animation / 3D Scene | Used in section outlines for interactive visual blocks. |
Mathematics and Optimization
| Abbreviation | Expansion | Notes |
|---|---|---|
| SVD | Singular Value Decomposition | |
| PCA | Principal Component Analysis | |
| KKT | Karush-Kuhn-Tucker conditions | |
| LP | Linear Programming | |
| QP | Quadratic Programming | |
| ADMM | Alternating Direction Method of Multipliers | |
| ISTA | Iterative Soft-Thresholding Algorithm | |
| FISTA | Fast Iterative Soft-Thresholding Algorithm |
Probability, Statistics, and Inference
| Abbreviation | Expansion | Notes |
|---|---|---|
| Probability Density Function | ||
| CDF | Cumulative Distribution Function | |
| PMF | Probability Mass Function | |
| MAP | Maximum A Posteriori | |
| ML | Maximum Likelihood | |
| MMSE | Minimum Mean-Squared Error | |
| MSE | Mean-Squared Error | |
| RMSE | Root Mean-Squared Error |
Signals and Systems
| Abbreviation | Expansion | Notes |
|---|---|---|
| LTI | Linear Time-Invariant | |
| FIR | Finite Impulse Response | |
| IIR | Infinite Impulse Response | |
| DFT | Discrete Fourier Transform | |
| FFT | Fast Fourier Transform | |
| STFT | Short-Time Fourier Transform | |
| DTFT | Discrete-Time Fourier Transform | |
| PSD | Power Spectral Density |
Wireless Communications
| Abbreviation | Expansion | Notes |
|---|---|---|
| AWGN | Additive White Gaussian Noise | |
| SNR | Signal-to-Noise Ratio | |
| SINR | Signal-to-Interference-plus-Noise Ratio | |
| BER | Bit Error Rate | |
| SER | Symbol Error Rate | |
| CSI | Channel State Information | |
| MIMO | Multiple-Input Multiple-Output | |
| MISO | Multiple-Input Single-Output | |
| SIMO | Single-Input Multiple-Output | |
| OFDM | Orthogonal Frequency-Division Multiplexing | |
| OFDMA | Orthogonal Frequency-Division Multiple Access | |
| SC-FDMA | Single-Carrier Frequency-Division Multiple Access | |
| LTE | Long Term Evolution | |
| NR | New Radio | |
| 3GPP | 3rd Generation Partnership Project | |
| ULA | Uniform Linear Array | |
| UPA | Uniform Planar Array | |
| UCA | Uniform Circular Array |
RF Imaging and Inverse Problems
| Abbreviation | Expansion | Notes |
|---|---|---|
| CT | Computed Tomography | |
| MRI | Magnetic Resonance Imaging | |
| FOV | Field of View | |
| PSF | Point Spread Function | |
| TV | Total Variation | |
| CS | Compressed Sensing | |
| FBP | Filtered Backprojection | |
| SAR | Synthetic Aperture Radar |
Scientific Python and Computing
| Abbreviation | Expansion | Notes |
|---|---|---|
| API | Application Programming Interface | |
| CLI | Command-Line Interface | |
| CPU | Central Processing Unit | |
| GPU | Graphics Processing Unit | |
| RAM | Random Access Memory | |
| CSV | Comma-Separated Values | |
| JSON | JavaScript Object Notation | |
| YAML | YAML Ain't Markup Language | |
| HDF5 | Hierarchical Data Format version 5 |