Download as pdf or txt
Download as pdf or txt
You are on page 1of 28

Computational Electronic Circuits

Sotoudeh Hamedi-Hagh

Computational Electronic
Circuits
Simulation and Analysis with MATLAB®
Sotoudeh Hamedi-Hagh
San Jose State University
San Jose, CA, USA

ISBN 978-3-030-75567-6 ISBN 978-3-030-75568-3 (eBook)


https://doi.org/10.1007/978-3-030-75568-3

© The Editor(s) (if applicable) and The Author(s), under exclusive license to Springer Nature Switzerland
AG 2022
This work is subject to copyright. All rights are solely and exclusively licensed by the Publisher, whether
the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of
illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and
transmission or information storage and retrieval, electronic adaptation, computer software, or by
similar or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication
does not imply, even in the absence of a specific statement, that such names are exempt from the relevant
protective laws and regulations and therefore free for general use.
The publisher, the authors, and the editors are safe to assume that the advice and information in this
book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or
the editors give a warranty, expressed or implied, with respect to the material contained herein or for any
errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional
claims in published maps and institutional affiliations.

This Springer imprint is published by the registered company Springer Nature Switzerland AG
The registered company address is: Gewerbestrasse 11, 6330 Cham, Switzerland
To my dearest family
For their love and support
Preface

Writing a full-scale circuit simulator is a very intriguing and satisfying task, espe-
cially for students. In the process of writing a circuit simulator, students will better
understand and learn the circuit theory and analysis. These are the motivations that
prompt me to write this book. A circuit simulator has two main parts. The first part is
the generation of a graphical user interface for drawing circuits and interconnects.
This is called the schematic editor. The second part is translating the circuit into
codes that can be mathematically computed. This is called the circuit analyzer. Both
the graphical user interface and the computational engine are integrated into a
compiler called the circuit simulator. The compiler is written using a computer
programming language like C and includes an extensive library of different func-
tions that users can execute, such as moving a circuit component to a new location
and rotating it or creating netlist from the circuit and performing a specific simulation
followed by calculating some characteristics, such as the time-domain average of a
signal or the frequency-domain group delay of a voltage-gain transfer function.
Writing a compiler using a programming language is not in the scope of this
book. Instead, a versatile compiler such as MATLAB is used in this book in order to
show the generation of a circuit graphical user interface, translating the circuit into
codes that can be computationally calculated as well as creating a library of circuit
analysis functions. The generation of the graphical user interface and translating
circuits into netlists are demonstrated at the end of Chap. 1 after circuit components
and their characteristics are studied. Although the generation of a graphical user
interface is very fun and helpful for creating a circuit simulator, it is not essential in
learning circuit theories and analyses. As a result, this first part of the circuit
simulator is only studied in Chap. 1. The main emphasize in the remaining chapters
is to show how to create computational codes required by the second part of the
circuit simulator in order to analyze circuits and extract their characteristics.
The universal adaptability of computational codes is considered throughout his
book. As an example, instead of asking students to hand calculate the voltage-gain
transfer functions of different filters before plotting them using MATLAB, the
voltage-gain transfer functions for circuits with different number of nodes and

vii
viii Preface

configurations are automatically calculated using Cramer’s rules and Laplace expan-
sions applied to admittance matrices. As a result, the codes and the methods adopted
in this book can be used in a universal circuit simulator rather than a specific-task
simulation. Utilizing custom simulation functions such as calculating fast Fourier
transform and numerical analysis of systems of equations are also used throughout
this book instead of relying on pre-existing MATLAB functions, such as FFT or
solve commands. Most of the computational books in engineering topics use exten-
sive amounts of math that can easily force a reader to lose the comprehension and the
interest in the topic. While an extensive amount of simulation methods is covered in
this book, the amount of math is kept at a minimum level.
Circuit analysis can be done using nodal currents, mesh voltages, or both. Each
method if applied properly can analyze any kind of circuits. The nodal analysis based
on Kirchhoff’s current law is used throughout this book to analyze circuits. The
signal notations used in this book include presenting the instantaneous voltage and
current signals by “VTR” and “ITR” (capital letter followed by capital subscript), the
DC components of the signals by “vDC” and “iDC” (lowercase letter followed by
capital subscript), and presenting the AC components of the signals by “vac” and
“iac” (lowercase italic letter followed by lowercase subscript). In the absence of AC
signals in DC analysis, the DC and instantaneous signals become equal and the DC
voltages and currents might optionally be shown with the instantaneous signal
notation.
Circuit analysis is done using two distinct numerical and symbolic approaches.
Both methods are covered in this book. The numerical approach generates a
component-obscure result after each simulation but is very computer-memory effi-
cient because when multiple numbers are added, subtracted, multiplied, or divided
together, the result will be just a number. The symbolic approach generates a
component-visible result that shows how the circuit characteristic changes by vary-
ing each component but is very computer-memory inefficient because as different
symbolic variables are added, subtracted, multiplied, or divided together, the math-
ematical expressions expand in size. For small circuits or simple building blocks that
are studied in electronic courses, the symbolic analysis is advantageous in teaching
students how the circuits work. For large circuits, full symbolic analysis becomes
impractical and the numerical analysis becomes the only practical choice in creating
circuit simulators.
The modeling and characteristics of circuit components and creating circuits and
netlists are studied in Chap. 1. The DC analysis of linear and nonlinear circuits is
studied in Chap. 2. The calculation of inverse matrix, Laplace expansion, LU
decomposition, Gaussian elimination, and iterative methods such as conjugate
gradient, Gauss-Seidel, and Newton-Raphson are demonstrated in this chapter.
The transient analysis of linear and nonlinear circuits is studied in Chap. 3. The
calculation of finite difference and finite integrals, Laplace transforms, partial frac-
tion decomposition, and fast Fourier transform are demonstrated in this chapter. The
AC analysis of linearized circuits is studied in Chap. 4. The Cramer’s rules and
Laplace expansion, Taylor series expansion, node elimination, extraction of admit-
tance matrix and transfer functions, power gains, Y-, Z-, and S-parameters and their
Preface ix

conversions, poles and zeros, impulse and step responses, Bode, Nyquist and
Nichols plots, root locus and Smith charts are demonstrated in this chapter. The
noise analysis of linearized circuits is studied in Chap. 5. The transient and spectral
noise characteristics, noise matrices, noise transformation, input and output referred
noise calculations, noise factors, and noise and power tradeoff are demonstrated in
this chapter. Finally, the behavioral analysis of circuits where specific-task modeling
and algorithms are applied to different circuits in order to study their functionality is
studied in Chap. 6. An overview of chapter topics is listed in the following table.

Signals Schematic Composing


Ch. 1 Framework
Components DC, Transient, AC and Noise modeling Netlisting

DC Linear Equations Direct Methods


Ch. 2 DC Circuit Model
Analysis Nonlinear Equations Iterative Methods

Transient Linear Circuits Aperiodic and Periodic Signals Laplace Transform


Ch. 3
Analysis Nonlinear Circuits Switching Circuits Differential Equations

AC
Ch. 4 Linearized s-domain Model Matrix Calculations Transfer Function Characteristics
Analysis

Noise
Ch. 5 Linearized s-domain Model Noise Matrix Calculations Noise Transformation
Analysis

Behavioral
Ch. 6 Block-Level Modeling Accuracy and Speed Tradeoff
Analysis

In contrary to the current computational methods for some engineering fields such
as electromagnetics and antenna where different methods and approaches are
required for simulating different open boundary or closed boundary systems, the
circuit analysis is very well structured and developed. For example, a single transient
analysis can solve any type of linear or nonlinear circuits with any type of compo-
nents with any number of nodes and meshes with any number and types of signal
sources. A simulation algorithm works for all types of circuits. All fundamental
knowledge and skills required for students in order to develop their own circuit
simulator are included in this book with the hope to make circuit and electronic
courses very enjoyable and memorable for all.

San Jose, CA, USA Sotoudeh Hamedi-Hagh


Contents

1 Framework . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 Numeric and Symbolic Analyses . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Finite Integral . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Finite Difference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.4 Laplace Transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.4.1 Basic Signals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.4.2 Multiplication and Convolution . . . . . . . . . . . . . . . . . . . 8
1.4.3 Scaling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.4.4 Shifting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.4.5 Differentiation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.4.6 Integration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.4.7 Multiplication by Time . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.4.8 Conjugate Property . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.4.9 Initial and Final Values . . . . . . . . . . . . . . . . . . . . . . . . 10
1.4.10 Periodicity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.5 Waveforms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
1.6 Components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
1.6.1 Ground . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
1.6.2 Short . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
1.6.3 Open . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
1.6.4 Ideal Switch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
1.6.5 Resistors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
1.6.6 Capacitors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
1.6.7 Nonideal Switch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
1.6.8 Inductors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
1.6.9 Transformers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
1.6.10 Nonideal Sources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
1.6.11 Dependent Sources . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
1.6.12 Diodes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31

xi
xii Contents

1.6.13 Bipolar Junction Transistors . . . . . . . . . . . . . . . . . . . . . 37


1.6.14 Metal Oxide Semiconductor Field Effect Transistors . . . 44
1.7 LTI/LTV/NTI/NTV . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
1.8 Schematic Editor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
1.8.1 Netlisting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
1.9 Conclusions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
Questions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
Q.1.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
Q.1.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
Q.1.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
Q.1.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
Q.1.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
Q.1.6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
Q.1.7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
Q.1.8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
Q.1.9 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
Q.1.10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
2 DC Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
2.1 Analysis Algorithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
2.2 Inverse Matrix Calculation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
2.3 Determinant Ratios Obtained by Laplace Expansion . . . . . . . . . . 81
2.4 Determinant Ratios Obtained by LU Decomposition . . . . . . . . . . 86
2.5 Gaussian Elimination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
2.6 Conjugate Gradient Iterations . . . . . . . . . . . . . . . . . . . . . . . . . . 96
2.7 Gauss-Seidel Iterative Method . . . . . . . . . . . . . . . . . . . . . . . . . . 102
2.8 Newton-Raphson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105
2.9 Conclusions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109
Questions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109
Q.2.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109
Q.2.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111
Q.2.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112
Q.2.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113
Q.2.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114
Q.2.6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115
Q.2.7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116
Q.2.8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118
3 Transient Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119
3.1 Partial Fraction Decomposition . . . . . . . . . . . . . . . . . . . . . . . . . 121
3.2 Aperiodic Capacitive Circuits . . . . . . . . . . . . . . . . . . . . . . . . . . 122
3.3 Aperiodic Inductive Circuits . . . . . . . . . . . . . . . . . . . . . . . . . . . 126
3.4 Periodic Transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130
3.5 Periodic Capacitive Circuits . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
3.5.1 Circuit 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
Contents xiii

3.5.2 Circuit 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135


3.5.3 Circuit 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138
3.6 Periodic Inductive Circuits . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140
3.6.1 Circuit 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140
3.6.2 Circuit 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145
3.6.3 Circuit 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147
3.7 Circuits with Both Capacitors and Inductors . . . . . . . . . . . . . . . . 150
3.7.1 Circuit 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
3.7.2 Circuit 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154
3.7.3 Circuit 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157
3.7.4 Circuit 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
3.8 Causality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 163
3.8.1 Circuit 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164
3.8.2 Circuit 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 168
3.8.3 Circuit 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171
3.8.4 Circuit 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 176
3.9 Spectral Decomposition Using Fourier Series . . . . . . . . . . . . . . . 182
3.9.1 Fast Fourier Transformation . . . . . . . . . . . . . . . . . . . . . 183
3.10 Spectral Characteristics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186
3.11 Conclusions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 187
Questions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 187
Q.3.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 188
Q.3.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189
Q.3.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 190
Q.3.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191
Q.3.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192
4 AC Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195
4.1 Admittance Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 196
4.2 Cramer’s Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198
4.3 Laplace Expansion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199
4.4 Applying Voltage or Current Sources to a Circuit . . . . . . . . . . . . 200
4.5 Circuits with Multiple Input Sources . . . . . . . . . . . . . . . . . . . . . 202
4.6 Shorting a Circuit Node . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203
4.7 Fundamental Transfer Functions . . . . . . . . . . . . . . . . . . . . . . . . 204
4.7.1 Example 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 207
4.7.2 Example 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211
4.7.3 Example 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215
4.7.4 Example 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221
4.8 Taylor Expansion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 226
4.9 Transistor Amplifier . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 229
4.10 Node Elimination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232
4.10.1 Example 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 233
4.11 Y-Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 236
4.12 Signal Gains . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 237
xiv Contents

4.13 Primary Transfer Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239


4.14 Maximum Power . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 241
4.15 Circular-Shaped Power Dividers . . . . . . . . . . . . . . . . . . . . . . . . 242
4.16 Star-Shaped Power Dividers . . . . . . . . . . . . . . . . . . . . . . . . . . . 246
4.17 Power Gains . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250
4.18 Admittance Mismatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 254
4.19 S-Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256
4.20 Z-Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259
4.21 Parameter Conversion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261
4.22 Impedance S-Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 264
4.23 Characterization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 268
4.23.1 Poles and Zeros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269
4.23.2 Impulse Response . . . . . . . . . . . . . . . . . . . . . . . . . . . . 271
4.23.3 Step Response . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 271
4.23.4 Bode Plots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272
4.23.5 Root Locus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273
4.23.6 Nyquist Plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273
4.23.7 Nichols Plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274
4.23.8 Smith Chart . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 275
4.24 Piezoelectric Crystal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 276
4.25 Shunt Harmonic Traps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 281
4.26 Sequential Harmonic Passes . . . . . . . . . . . . . . . . . . . . . . . . . . . 285
4.27 Shunt Harmonic Passes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 288
4.28 Single-Stage Poly Phase Filters . . . . . . . . . . . . . . . . . . . . . . . . . 292
4.29 Low Pass Couplers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 299
4.30 Substrate Capacitors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307
4.31 Substrate Inductors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314
4.32 Model Optimization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 322
4.33 Conclusions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326
Questions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327
Q.4.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327
Q.4.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327
Q.4.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328
Q.4.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 329
Q.4.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330
Q.4.6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331
Q.4.7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 332
Q.4.8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 333
Q.4.9 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 334
5 Noise Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337
5.1 Signal Power . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338
5.2 Transient Noise Statistics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338
5.3 Spectral Noise Properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 342
5.4 Simple Noise Transformations . . . . . . . . . . . . . . . . . . . . . . . . . . 343
Contents xv

5.4.1 Example 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344


5.4.2 Example 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344
5.5 Noise Analysis Steps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345
5.6 Noise Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 346
5.7 Two-Node Resistive Circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . 348
5.8 External Noise Transformations . . . . . . . . . . . . . . . . . . . . . . . . . 350
5.8.1 From Output Voltage to Input Voltage . . . . . . . . . . . . . 350
5.8.2 From Output Voltage to Input Current . . . . . . . . . . . . . . 351
5.8.3 From Output Current to Input Voltage . . . . . . . . . . . . . . 352
5.8.4 From Output Current to Input Current . . . . . . . . . . . . . . 353
5.8.5 Between Input Current and Input Voltage . . . . . . . . . . . 354
5.8.6 From Input Voltage to Output Voltage . . . . . . . . . . . . . 356
5.8.7 From Input Voltage to Output Current . . . . . . . . . . . . . . 357
5.8.8 From Input Current to Output Voltage . . . . . . . . . . . . . . 358
5.8.9 From Input Current to Output Current . . . . . . . . . . . . . . 359
5.8.10 Between Output Current and Output Voltage . . . . . . . . . 360
5.9 Total Referred Noises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 361
5.10 Input Referred Noise Sources . . . . . . . . . . . . . . . . . . . . . . . . . . 362
5.11 Variations of the Noise Factors . . . . . . . . . . . . . . . . . . . . . . . . . 364
5.12 Noise Factor and Maximum Power Trade-Offs . . . . . . . . . . . . . . 366
5.12.1 Example 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 366
5.12.2 Example 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 368
5.12.3 Example 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 372
5.13 Conclusions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381
Questions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382
Q.5.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382
Q.5.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383
Q.5.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384
Q.5.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 385
Q.5.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 386
Q.5.6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 387
Q.5.7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 388
6 Behavioral Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 391
6.1 Block-Level Modeling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 392
6.2 Opamps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397
6.2.1 Inverting Hysteresis Circuit . . . . . . . . . . . . . . . . . . . . . 397
6.2.2 Noninverting Hysteresis Circuit . . . . . . . . . . . . . . . . . . 400
6.2.3 Oscillator Circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 403
6.3 Diodes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 405
6.3.1 Diode Rectifier . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 406
6.3.2 ESD Protection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 408
6.3.3 Full-Wave Rectifier . . . . . . . . . . . . . . . . . . . . . . . . . . . 411
6.4 Conclusions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414
Questions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414
xvi Contents

Q.6.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414
Q.6.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 415
Q.6.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 415
Q.6.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 417
Q.6.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 417
Q.6.6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419
Q.6.7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419
Q.6.8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 421

Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 423
List of Figures

Fig. 1.1 Comparison of symbolic and numeric integral calculations,


(a) 11 discrete points and (b) 51 discrete points . . . . . . . . . . . . . . 4
Fig. 1.2 Comparison of symbolic and numeric derivative calculations,
(a) 11 discrete points and (b) 51 discrete
points . . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . 6
Fig. 1.3 The s-plane used in Laplace transformation . . . . . . . . . . . . . . . . . . . 7
Fig. 1.4 A Heaviside step waveform . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . 12
Fig. 1.5 A sinusoidal waveform . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
Fig. 1.6 The absolute of the sinusoidal waveform . . . . . . . . . . . . . . . . . . . . . . 13
Fig. 1.7 A square waveform . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
Fig. 1.8 A triangle waveform . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
Fig. 1.9 A Sawtooth waveform . . . . . .. . . . . . .. . . . . . .. . . . . . .. . . . . .. . . . . . .. . . 15
Fig. 1.10 A backward Sawtooth waveform . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
Fig. 1.11 A pulse waveform . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
Fig. 1.12 Ground symbol . . .. . . . .. . . .. . . . .. . . .. . . . .. . . .. . . . .. . . .. . . . .. . . . .. . 18
Fig. 1.13 Voltage drop and current flow of a short . . . . . . . . . . . . . . . . . . . . . . 18
Fig. 1.14 Voltage drop and current flow of an open . . . . . . . . . . . . . . . . . . . . . 18
Fig. 1.15 Operating states of a switch, (a) Short and (b) Open . . . . . . . . . 18
Fig. 1.16 Transfer characteristics of an ideal switch . . . . . . . . . . . . . . . . . . . . . 19
Fig. 1.17 Physical resistor structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
Fig. 1.18 Transfer characteristics of resistors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
Fig. 1.19 Resistor symbol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
Fig. 1.20 Laplace transformation of a resistor . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
Fig. 1.21 Thermal noise of a resistor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
Fig. 1.22 Physical capacitor structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
Fig. 1.23 Electric fields of a capacitor, (a) Positive charges on top
plate and (b) Negative charges on top plate . . . . . . . . . . . . . . . . . . . 22
Fig. 1.24 Capacitor symbol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
Fig. 1.25 (a) Time-domain and (b and c) Laplace transformations
of a capacitor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23

xvii
xviii List of Figures

Fig. 1.26 (a) Shorting high frequency signals by shunt capacitors


and (b) Blocking low frequency signals by sequential
capacitors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
Fig. 1.27 Model of a capacitor with leakage current . . . . . . . . . . . . . . . . . . . . . 23
Fig. 1.28 Modeling of nonideal switches, (a) Close position and
(b) Open position . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
Fig. 1.29 Coil inductor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
Fig. 1.30 Solenoid inductor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
Fig. 1.31 Toroid inductor .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . 26
Fig. 1.32 Inductor symbol . . . . . . . .. . . . . . . . . . . .. . . . . . . . . . . . .. . . . . . . . . . . .. . . . . 26
Fig. 1.33 (a) Time-domain and (b and c) Laplace transformations
of an inductor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
Fig. 1.34 (a) Shorting low frequency signals by shunt inductors
and (b) Blocking high frequency signals by sequential
inductors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
Fig. 1.35 Model of an inductor with wire resistance . . . . . . . . . . . . . . . . . . . . . 27
Fig. 1.36 Spiral transformer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
Fig. 1.37 Transformer symbol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
Fig. 1.38 Transformer model . .. . .. . .. . .. . .. . .. . .. .. . .. . .. . .. . .. . .. . .. .. . .. . 29
Fig. 1.39 Modeling of the voltage source resistance . . . . . . . . . . . . . . . . . . . . . 30
Fig. 1.40 Modeling of the current source resistance . . . . . . . . . . . . . . . . . . . . . 30
Fig. 1.41 Voltage-controlled voltage source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
Fig. 1.42 Current controlled current source . . . . .. . . . . . . . . . .. . . . . . . . . . .. . . . 31
Fig. 1.43 Current controlled voltage source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
Fig. 1.44 Voltage-controlled current source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
Fig. 1.45 A pn diode . .. . . . .. . . . .. . . . .. . . . . .. . . . .. . . . .. . . . .. . . . .. . . . .. . . . .. . . 32
Fig. 1.46 Depletion region of the diode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
Fig. 1.47 Diode in reverse bias operation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
Fig. 1.48 Diode in forward bias . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
Fig. 1.49 Diode symbol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
Fig. 1.50 Diode cross section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
Fig. 1.51 Parasitic diode . . . . .. . . . . . .. . . . . . .. . . . . . . .. . . . . . .. . . . . . . .. . . . . . .. . . 34
Fig. 1.52 Diode layout view . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
Fig. 1.53 Transfer characteristic of a diode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
Fig. 1.54 Diode model in reverse bias . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
Fig. 1.55 Diode model in forward bias . . .. . . . .. . . .. . . .. . . . .. . . .. . . .. . . . .. . 36
Fig. 1.56 Noise model of the diode in forward bias . . . . . . . . . . . . . . . . . . . . . 37
Fig. 1.57 Bipolar junction transistor cross section . . . . . . . . . . . . . . . . . . . . . . . 37
Fig. 1.58 The NPN BJT operation in forward active region . . . . . . . . . . . . 38
Fig. 1.59 NPN transistor symbol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
Fig. 1.60 Transfer characteristics of NPN transistor . . . . . . . . . . . . . . . . . . . . . 39
Fig. 1.61 Small-signal model of NPN transistors in forward cutoff
region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
Fig. 1.62 Small-signal model of NPN transistors in forward saturation
region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
List of Figures xix

Fig. 1.63 Small-signal model of NPN transistors in forward active


region . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
Fig. 1.64 NPN transistor layout view . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
Fig. 1.65 Noise model of the NPN transistors in saturation region . . . . . 43
Fig. 1.66 Noise model of the NPN transistors in active region . . . . . . . . . 43
Fig. 1.67 The DC voltage polarity and the DC current flow of
(a) NPN and (b) PNP transistors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
Fig. 1.68 Metal oxide semiconductor field effect transistor cross
section . . .. .. .. . .. .. . .. .. . .. .. . .. .. . .. .. . .. .. . .. .. . .. .. .. . .. .. . .. .. . 44
Fig. 1.69 Operation of NMOS transistor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
Fig. 1.70 NMOS transistor symbol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
Fig. 1.71 Transfer characteristic of the NMOS transistor .. . .. . .. .. . .. . .. 46
Fig. 1.72 NMOS transistor model in cutoff region . . .. . . . .. . . .. . . . .. . . .. . 48
Fig. 1.73 NMOS transistor model in triode region . . . . . . . . . . . . . . . . . . . . . . . 48
Fig. 1.74 NMOS transistor model in saturation region . . . . . . . . . . . . . . . . . . 48
Fig. 1.75 Capacitors of NMOS transistor in (a) Cutoff, (b) Triode,
and (c) Saturation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
Fig. 1.76 Metal oxide semiconductor field effect transistor layout
view . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
Fig. 1.77 Noise model of the NMOS transistor in triode region . . . . . . . . 50
Fig. 1.78 Noise model of the NMOS transistors in saturation region . . 51
Fig. 1.79 The DC voltage polarity and the DC current flow of
(a) NMOS and (b) PMOS Transistors . . . . . . . . . . . . . . . . . . . . . . . . . 51
Fig. 1.80 IV curves for I DS ¼ 12 μn C ox WL ðV GS  V th Þ2 ð1 þ λn V DS Þ . . . . . 52
Fig. 1.81 IV curves for I DS ¼
2
2 μn C ox L ðV GS  V th Þ ð1 þ λn ðV DS  ðV GS  V th ÞÞÞ . . . . . . . . .
1 W
52
Fig. 1.82 Design functions and symbol instances of a schematic
editor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
Fig. 1.83 Comparison of nodes and loops in the same circuit . . . . . . . . . . 56
Fig. 1.84 Transient analysis of an RLC filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
Fig. 1.85 Transient analysis of a transistor amplifier . . . . . . . . . . . . . . . . . . . . 58
Fig. 1.86 An overview of this chapter topics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
Fig. 2.1 Circuit used for inverse matrix calculation . . . . . . . . . . . . . . . . . . . . 75
Fig. 2.2 DC model .. . . .. . . . .. . . .. . . . .. . . .. . . . .. . . .. . . .. . . . .. . . .. . . . .. . . .. . . 76
Fig. 2.3 KCL at node 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
Fig. 2.4 KCL at node 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
Fig. 2.5 KCL at node 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
Fig. 2.6 KCL at node 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
Fig. 2.7 Circuit analyzed by Cramer’s rules and Laplace
expansion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
Fig. 2.8 Π-arrayed rearrangement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
Fig. 2.9 Replacement with Norton models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
Fig. 2.10 DC model .. . . .. . . . .. . . .. . . . .. . . .. . . . .. . . .. . . .. . . . .. . . .. . . . .. . . .. . . 82
xx List of Figures

Fig. 2.11 KCL at node 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83


Fig. 2.12 KCL at node 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
Fig. 2.13 KCL at node 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
Fig. 2.14 Circuit analyzed by Cramer’s rules and LU
decomposition . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . 88
Fig. 2.15 Π-arrayed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
Fig. 2.16 Final DC model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
Fig. 2.17 KCL at node 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
Fig. 2.18 KCL at node 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
Fig. 2.19 Circuit analyzed by the Gaussian elimination . . . . . . . . . . . . . . . . . 92
Fig. 2.20 Π-arrayed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
Fig. 2.21 Adding zero series resistors to voltage sources . . .. . .. . .. . .. . .. 92
Fig. 2.22 Final DC model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93
Fig. 2.23 Independent current sources connected to circuit nodes . . . . . . 93
Fig. 2.24 KCL at node 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93
Fig. 2.25 KCL at node 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
Fig. 2.26 KCL at node 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
Fig. 2.27 Circuit analyzed by the conjugate gradient method . . . . . . . . . . . 97
Fig. 2.28 Π-arrayed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
Fig. 2.29 DC model .. . . .. . . . .. . . .. . . . .. . . .. . . . .. . . .. . . .. . . . .. . . .. . . . .. . . .. . . 97
Fig. 2.30 KCL at node 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
Fig. 2.31 KCL at node 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
Fig. 2.32 KCL at node 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
Fig. 2.33 Practice circuit 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102
Fig. 2.34 Π-arrayed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102
Fig. 2.35 DC model .. . . .. . . . .. . . .. . . . .. . . .. . . . .. . . .. . . .. . . . .. . . .. . . . .. . . .. . . 103
Fig. 2.36 A common source amplifier .. . .. . . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . 106
Fig. 2.37 DC model of the common source amplifier . . . . . . . . . . . . . . . . . . . 106
Fig. 2.38 An overview of this chapter topics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110
Fig. 2.39 Circuit of Question 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110
Fig. 2.40 Annotated Circuit of Question 1 . . . . .. . . . . . . .. . . . . . . .. . . . . . . .. . . 111
Fig. 2.41 Circuit of Question 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111
Fig. 2.42 Annotated Circuit of Question 2 . . . . .. . . . . . . .. . . . . . . .. . . . . . . .. . . 112
Fig. 2.43 Circuit of Question 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112
Fig. 2.44 Annotated Circuit of Question 3 . . . . .. . . . . . . .. . . . . . . .. . . . . . . .. . . 113
Fig. 2.45 Circuit of Question 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113
Fig. 2.46 Annotated Circuit of Question 4 . . . . .. . . . . . . .. . . . . . . .. . . . . . . .. . . 114
Fig. 2.47 Circuit of Question 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114
Fig. 2.48 Annotated Circuit of Question 5 . . . . .. . . . . . . .. . . . . . . .. . . . . . . .. . . 115
Fig. 2.49 Circuit of Question 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115
Fig. 2.50 Annotated Circuit of Question 6 . . . . .. . . . . . . .. . . . . . . .. . . . . . . .. . . 116
Fig. 2.51 Circuit of Question 7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116
Fig. 2.52 Annotated Circuit of Question 7 . . . . .. . . . . . . .. . . . . . . .. . . . . . . .. . . 117
Fig. 2.53 Circuit of Question 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117
Fig. 2.54 Annotated Circuit of Question 8 . . . . .. . . . . . . .. . . . . . . .. . . . . . . .. . . 117
List of Figures xxi

Fig. 3.1 RC circuit . . .. . . . . .. . . . . . .. . . . . .. . . . . .. . . . . .. . . . . . .. . . . . .. . . . . .. . . . 123


Fig. 3.2 Node voltages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125
Fig. 3.3 RL circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126
Fig. 3.4 Node voltages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129
Fig. 3.5 RC circuit . . .. . . . . .. . . . . . .. . . . . .. . . . . .. . . . . .. . . . . . .. . . . . .. . . . . .. . . . 131
Fig. 3.6 Node voltages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134
Fig. 3.7 RC circuit . . .. . . . . .. . . . . . .. . . . . .. . . . . .. . . . . .. . . . . . .. . . . . .. . . . . .. . . . 136
Fig. 3.8 Node voltages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
Fig. 3.9 RC circuit . . .. . . . . .. . . . . . .. . . . . .. . . . . .. . . . . .. . . . . . .. . . . . .. . . . . .. . . . 138
Fig. 3.10 Node voltages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140
Fig. 3.11 RL circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141
Fig. 3.12 Node voltages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144
Fig. 3.13 RL circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145
Fig. 3.14 Node voltages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147
Fig. 3.15 RL circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148
Fig. 3.16 Node voltages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
Fig. 3.17 LC circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
Fig. 3.18 Node voltages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152
Fig. 3.19 LC circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154
Fig. 3.20 Node voltages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155
Fig. 3.21 RLC circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157
Fig. 3.22 Node voltages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159
Fig. 3.23 RLC circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160
Fig. 3.24 Node voltages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
Fig. 3.25 Switching RC circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164
Fig. 3.26 Circuit before switching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164
Fig. 3.27 Circuit after switching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165
Fig. 3.28 Node 2 voltage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166
Fig. 3.29 Node 3 voltage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166
Fig. 3.30 Switching RL circuit . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . 168
Fig. 3.31 Circuit before switching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 168
Fig. 3.32 Circuit after switching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 169
Fig. 3.33 Node 2 voltage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
Fig. 3.34 Node 3 voltage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
Fig. 3.35 Switching RLC circuit . . . . . . . . . .. . . . . . . . .. . . . . . . . . .. . . . . . . . .. . . . . 172
Fig. 3.36 Circuit before switching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
Fig. 3.37 Circuit after switching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173
Fig. 3.38 Node 2 voltage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 175
Fig. 3.39 Node 3 voltage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 175
Fig. 3.40 Switching RLC circuit . . . . . . . . . .. . . . . . . . .. . . . . . . . . .. . . . . . . . .. . . . . 177
Fig. 3.41 Circuit before switching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177
Fig. 3.42 Circuit after switching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179
Fig. 3.43 Node 2 voltage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 180
Fig. 3.44 Node 3 voltage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 180
Fig. 3.45 Node 4 voltage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181
xxii List of Figures

Fig. 3.46 Decomposition of the periodic square waveform into


frequency harmonics . . . .. . . .. . . .. . . .. . . .. . . .. . . .. . .. . . .. . . .. . . .. . 183
Fig. 3.47 The sinusoidal components of the waveform . . . . . . . . . . . . . . . . . . 184
Fig. 3.48 The composite waveform . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185
Fig. 3.49 Frequency components of the composite waveform . . . . . . . . . . 185
Fig. 3.50 Spectral characteristics of signal with noise, spurs, harmonic,
and intermodulation distortions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 187
Fig. 3.51 An overview of this chapter topics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 188
Fig. 3.52 Circuit of Question 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 188
Fig. 3.53 Circuit of Question 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 190
Fig. 3.54 Circuit of Question 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191
Fig. 3.55 Circuit of Question 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192
Fig. 3.56 Circuit of Question 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193
Fig. 4.1 External connections of a general three-node circuit . . . . . . . . . 196
Fig. 4.2 A general three-node passive circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . 196
Fig. 4.3 Ohm’s law at node 1 of the three-node circuit . . . . . . . . . . . . . . . . 197
Fig. 4.4 Ohm’s law at node 2 of the three-node circuit . . . . . . . . . . . . . . . . 197
Fig. 4.5 Ohm’s law at node 3 of the three-node circuit . . . . . . . . . . . . . . . . 197
Fig. 4.6 Driving a circuit with (a) Voltage and (b) Current
sources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201
Fig. 4.7 Driving a circuit with (a) Voltage and (b) Current
sources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202
Fig. 4.8 Testbench for calculating TF1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203
Fig. 4.9 Testbench for calculating TF2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203
Fig. 4.10 A three-node circuit .. . .. . . .. . . .. . .. . . .. . .. . . .. . . .. . .. . . .. . . .. . .. . 203
Fig. 4.11 Practice circuit 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 207
Fig. 4.12 Π-arrayed circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 208
Fig. 4.13 KCL at node 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 208
Fig. 4.14 KCL at node 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 208
Fig. 4.15 Circuit 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211
Fig. 4.16 Π-arrayed circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211
Fig. 4.17 Elimination of redundant node . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . 212
Fig. 4.18 AC model .. . . .. . . . .. . . .. . . . .. . . .. . . . .. . . .. . . .. . . . .. . . .. . . . .. . . .. . . 212
Fig. 4.19 KCL at node 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 212
Fig. 4.20 KCL at node 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213
Fig. 4.21 Circuit 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215
Fig. 4.22 Π-arrayed circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 216
Fig. 4.23 Elimination of redundant node . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . 216
Fig. 4.24 Final AC model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 216
Fig. 4.25 KCL at node 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217
Fig. 4.26 KCL at node 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217
Fig. 4.27 KCL at node 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218
Fig. 4.28 Circuit 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221
Fig. 4.29 Π-arrayed circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221
List of Figures xxiii

Fig. 4.30 AC model .. . . .. . . . .. . . .. . . . .. . . .. . . . .. . . .. . . .. . . . .. . . .. . . . .. . . .. . . 222


Fig. 4.31 KCL at node 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 222
Fig. 4.33 KCL at node 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223
Fig. 4.32 KCL at node 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223
Fig. 4.34 A common source amplifier .. . .. . . .. . .. . .. . .. . .. . .. . .. . .. . .. . .. . 229
Fig. 4.35 The small-signal AC model of the common source
amplifier . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 230
Fig. 4.36 The Π-arrayed small-signal AC model of the common source
amplifier . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 230
Fig. 4.37 The small-signal voltages of the common source
amplifier . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 230
Fig. 4.38 Node elimination, (a) Original n-node circuit, and
(b) Reduced circuit with n-1 nodes . . .. . .. .. . .. . .. .. . .. . .. . .. .. . 233
Fig. 4.39 (a) 4-node Y-shaped circuit and (b) 3-node delta-shaped
circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 234
Fig. 4.40 Two-port model of a circuit using Y-parameters . . . . . . . . . . . . . . 236
Fig. 4.41 Testbench for calculating differential admittance . . . . . . . . . . . . . 236
Fig. 4.42 Loaded two-port circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 237
Fig. 4.43 Source transformation, (a) Input current source, and
(b) Input voltage source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 238
Fig. 4.44 A general two-port loaded circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239
Fig. 4.45 Input and output admittances of the two-port circuit with
respect to source and load admittances . . . . . . . . . . . . . . . . . . . . . . . . 241
Fig. 4.46 A 3-gon power divider . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 242
Fig. 4.47 Impedance matching conditions for the 3-gon power
divider . . .. .. .. . .. .. . .. .. . .. .. . .. .. . .. .. . .. .. . .. .. . .. .. .. . .. .. . .. .. . 244
Fig. 4.48 A 3-pole power divider . . .. . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . .. . . . . . 246
Fig. 4.49 Impedance matching conditions for the 3-pole power
divider . . .. .. .. . .. .. . .. .. . .. .. . .. .. . .. .. . .. .. . .. .. . .. .. .. . .. .. . .. .. . 248
Fig. 4.50 Powers of a loaded two-port circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250
Fig. 4.51 Input model to calculate maximum available power from
source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251
Fig. 4.52 Output model to calculate maximum available power from
circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251
Fig. 4.53 Mismatch between source and load admittances . . . . . . . . . . . . . . 255
Fig. 4.54 Impact of admittance variation on power . . . . . . . . . . . . . . . . . . . . . . 256
Fig. 4.55 Testbench to calculate S-parameters of a two-port circuit . . . . 257
Fig. 4.56 Excitation of the two-port circuit at input port . . . . . . . . . . . . . . . . 258
Fig. 4.58 Testbench to calculate differential impedance of a two-port
circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260
Fig. 4.57 Modeling a two-port circuit with Z-parameters . . . . . . . . . . . . . . . 260
Fig. 4.59 Mismatch between source and load impedances . . . . . . . . . . . . . . 264
Fig. 4.60 Testbench to calculate impedance S-parameters of a two-port
circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 266
Fig. 4.61 Loaded two-port circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269
xxiv List of Figures

Fig. 4.62 A piezoelectric crystal filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277


Fig. 4.63 (a) Input admittance and (b) Voltage-gain of the filter . . . . . . . 277
Fig. 4.64 S-parameters of the filter, (a) S11 and (b) S21 . . . . . . . . . . . . . . . . . 278
Fig. 4.65 (a) Impulse and (b) Step responses of the filter . . . . . . . . . . . . . . . 278
Fig. 4.66 Root locus of the filter . .. . . . . . .. . . . . . . .. . . . . . . .. . . . . . .. . . . . . . .. . . 279
Fig. 4.67 (a) Nyquist and (b) Nichols plots of the filter . . . . . . . . . . . . . . . . . 279
Fig. 4.68 (a) Transient response and (b) Spectrum of the sinusoidal
waveforms in filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 279
Fig. 4.69 (a) Transient response and (b) Spectrum of the square
waveforms in filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280
Fig. 4.70 (a) Transient response and (b) Spectrum of the sawtooth
waveforms in filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280
Fig. 4.71 Filter circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 282
Fig. 4.72 Pole-zero map of the filter . . .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . .. . .. 283
Fig. 4.73 Gain, phase, and delay responses of the filter . . . . . . . . . . . . . . . . . 283
Fig. 4.74 Filter circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 285
Fig. 4.75 Pole-zero map of the filter . . .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . .. . .. 286
Fig. 4.76 Gain, phase, and delay responses of the filter . . . . . . . . . . . . . . . . . 287
Fig. 4.77 Filter circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 289
Fig. 4.78 Pole-zero map of the Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 290
Fig. 4.79 Gain, phase, and delay responses of the Filter . . . . . . . . . . . . . . . . 291
Fig. 4.80 Single-stage poly phase filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 292
Fig. 4.81 Transient responses of the single-stage poly phase filter . . . . . 294
Fig. 4.82 Gain, phase, and delay of the single-stage poly phase
filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 295
Fig. 4.83 Input impedance of the single-stage poly phase filter . . . . . . . . . 295
Fig. 4.84 Output impedance of the single-stage poly phase filter . . . . . . . 296
Fig. 4.85 Low pass directional coupler . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 299
Fig. 4.86 S22 of the coupler . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301
Fig. 4.87 Voltage-gain from node 3 to node 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . 301
Fig. 4.88 S33 of the coupler . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 302
Fig. 4.89 Voltage-gain from node 4 to node 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . 303
Fig. 4.90 S44 of the coupler . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 304
Fig. 4.91 Voltage-gain from node 5 to node 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . 304
Fig. 4.92 S55 of the coupler . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305
Fig. 4.93 Cross section of substrate capacitor . . . . . . . . . . . . . . . . . . . . . . . . . . . . 308
Fig. 4.94 Model of the substrate capacitor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 308
Fig. 4.95 Y-parameters of the substrate capacitor . . . . . . . . . . . . . . . . . . . . . . . . 309
Fig. 4.96 S-parameters of the substrate capacitor . . . . . . . . . . . . . . . . . . . . . . . . 310
Fig. 4.97 Conductance between terminals 1 and 3 . . . . . . . . . . . . . . . . . . . . . . . 311
Fig. 4.98 Capacitance between terminals 1 and 3 . . . . . . . . . . . . . . . . . . . . . . . . 311
Fig. 4.99 Quality factor of the substrate capacitor . . . . . . . . . . . . . . . . . . . . . . . 311
Fig. 4.100 Cross section of substrate inductor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314
Fig. 4.101 Model of the substrate inductor .. . . . . .. . . . . .. . . . .. . . . . .. . . . . .. . . 315
Fig. 4.102 Z-parameters of the substrate inductor . . . . . . . . . . . . . . . . . . . . . . . . . 317
List of Figures xxv

Fig. 4.103 S-parameters of the substrate inductor . . . . . . . . . . . . . . . . . . . . . . . . . 318


Fig. 4.104 Resistance between terminals 1 and 5 .. . . .. . .. . .. . .. . . .. . .. . .. . 319
Fig. 4.105 Inductance between terminals 1 and 5 . . . . . . . . . . . . . . . . . . . . . . . . . 319
Fig. 4.106 Quality factor of the substrate inductor . . . . . . . . . . . . . . . . . . . . . . . . 319
Fig. 4.107 The S-parameters of the measured and the modeled
substrate inductor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 322
Fig. 4.108 An overview of this chapter topics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326
Fig. 4.109 Circuit of Question 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327
Fig. 4.110 Circuit of Question 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327
Fig. 4.111 Circuit of Question 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328
Fig. 4.112 Circuit of Question 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328
Fig. 4.113 Small-signal AC model of Question 3 . . . . . . . . . . . . . . . . . . . . . . . . . 328
Fig. 4.114 Circuit of Question 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 329
Fig. 4.115 Small-Signal AC Model of Question 4 . . . . . . . . . . . . . . . . . . . . . . . . 329
Fig. 4.116 Circuit of Question 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330
Fig. 4.117 Small-signal AC model of Question 5 . . . . . . . . . . . . . . . . . . . . . . . . . 330
Fig. 4.118 Circuit of Question 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331
Fig. 4.119 Small-signal AC model of Question 6 . . . . . . . . . . . . . . . . . . . . . . . . . 331
Fig. 4.120 Circuit of Question 7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 332
Fig. 4.122 Circuit of Question 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 333
Fig. 4.121 Small-signal AC model of Question 7 . . . . . . . . . . . . . . . . . . . . . . . . . 333
Fig. 4.123 Small-signal AC Model of Question 8 . . . . . . . . . . . . . . . . . . . . . . . . . 334
Fig. 4.124 Circuit of Question 9 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335
Fig. 4.125 Small-signal AC model of Question 9 . . . . . . . . . . . . . . . . . . . . . . . . . 335
Fig. 5.1 Voltage noise signals with (a) Uniform and (b) Normal
distributions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339
Fig. 5.2 (a) Uniform and (b) Normal probability distribution
functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339
Fig. 5.3 (a) Power spectral density and (b) Signal spectral density
of a noise voltage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 342
Fig. 5.4 (a) Thevenin and (b) Norton models of the resistor thermal
noise .. .. . .. . .. .. . .. . .. .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . .. .. . .. . .. .. . 344
Fig. 5.5 Noise of capacitor using Thevenin model . . . . . . . . . . . . . . . . . . . . . 344
Fig. 5.6 Noise of capacitor using Norton model . . . . . . . . . . . . . . . . . . . . . . . . 345
Fig. 5.7 A general n-node circuit with internal noise sources . . . . . . . . . 346
Fig. 5.8 A general two-node resistive circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . 349
Fig. 5.9 vno to vni transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 351
Fig. 5.10 vno to ini transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352
Fig. 5.11 ino to vni transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353
Fig. 5.12 ino to ini transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 354
Fig. 5.13 vni and ini transformations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355
Fig. 5.14 vni to vno transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 356
Fig. 5.15 vni to ino transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357
Fig. 5.16 ini to vno transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358
xxvi List of Figures

Fig. 5.17 ini to ino transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 359


Fig. 5.18 vno and ino transformations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 360
Fig. 5.19 Network current noises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 361
Fig. 5.20 Total referred noises of a circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 361
Fig. 5.21 (a) Incorrect and (b) Correct noise transformations . . . . . . . . . . . 362
Fig. 5.22 (a) Input/output current and (b) Input voltage/current noise
models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 363
Fig. 5.23 (a) Input/output current and (b) Input voltage/current noise
models with shorted inputs . .. . . . .. . . .. . . . .. . . . .. . . . .. . . . .. . . . .. . 363
Fig. 5.24 (a) Input/output current and (b) Input voltage/current noise
models with shorted outputs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 363
Fig. 5.25 Testbench to measure the voltage noise factor of a circuit . . . 364
Fig. 5.26 Testbench to measure the voltage noise factor of a circuit . . . 365
Fig. 5.27 Testbench to measure the power noise factor of a circuit . . . . 365
Fig. 5.28 Delivered power and noise factor characteristics of two-port
circuits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 366
Fig. 5.29 Example of the current noise factor . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367
Fig. 5.30 Example of voltage noise factor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367
Fig. 5.31 Power and noise factor characteristics . . . . . . . . . . . . . . . . . . . . . . . . . 368
Fig. 5.32 Example of a passive two-port circuit . . . .. . . . . . .. . . . . .. . . . . . .. . 368
Fig. 5.33 The passive two-port circuit used in Example 2 . . . . . . . . . . . . . . 369
Fig. 5.34 Input referred noise current spectral density . . . . . . . . . . . . . . . . . . . 370
Fig. 5.35 Transient noise current at input . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 371
Fig. 5.36 Input referred noise voltage spectral density . . . . . . . . . . . . . . . . . . 371
Fig. 5.37 Transient noise voltage at input . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 372
Fig. 5.38 Power characteristics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 372
Fig. 5.39 Noise factor characteristics versus frequency . . .. . . .. . .. . .. . . .. 373
Fig. 5.40 Example of an active two-port circuit . . . . . . . . . . . . . . . . . . . . . . . . . . 373
Fig. 5.41 The active two-port circuit used in Example 2 . . . . . . . . . . . . . . . . 373
Fig. 5.42 Input referred noise current spectral density . . . . . . . . . . . . . . . . . . . 376
Fig. 5.43 Transient noise current at input of the two-port circuit . . . . . . . 376
Fig. 5.44 Input referred noise voltage spectral density . . . . . . . . . . . . . . . . . . 377
Fig. 5.45 Transient noise voltage at input of the two-port circuit . . . . . . . 377
Fig. 5.46 Power and noise factor characteristics . . . . . . . . . . . . . . . . . . . . . . . . . 378
Fig. 5.47 Noise factor characteristics versus load variations . . . . . . . . . . . . 378
Fig. 5.48 An overview of this chapter topics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381
Fig. 5.49 Circuit of Question 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382
Fig. 5.50 Small-signal AC model of Question 1 . . . . . . . . . . . . . . . . . . . . . . . . . 382
Fig. 5.51 Circuit of Question 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383
Fig. 5.52 Small-signal AC model of Question 2 . . . . . . . . . . . . . . . . . . . . . . . . . 383
Fig. 5.53 Circuit of Question 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384
Fig. 5.54 Small-signal AC model of Question 3 . . . . . . . . . . . . . . . . . . . . . . . . . 384
Fig. 5.55 Circuit of Question 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 385
Fig. 5.56 Small-signal AC model of Question 4 . . . . . . . . . . . . . . . . . . . . . . . . . 385
Fig. 5.57 Circuit of Question 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 386
List of Figures xxvii

Fig. 5.58 Small-signal AC model of Question 5 . . . . . . . . . . . . . . . . . . . . . . . . . 387


Fig. 5.59 Circuit of Question 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 387
Fig. 5.60 Small-signal AC model of Question 6 . . . . . . . . . . . . . . . . . . . . . . . . . 388
Fig. 5.61 Circuit of Question 7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 389
Fig. 5.62 Small-signal AC model of Question 7 . . . . . . . . . . . . . . . . . . . . . . . . . 389
Fig. 6.1 A full-wave rectifier . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393
Fig. 6.2 Different levels of circuit modeling . . . . . . . . . . . . . . . . . . . . . . . . . . . . 393
Fig. 6.3 Signals of the rectifier circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394
Fig. 6.4 The inverting hysteresis circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398
Fig. 6.5 Transfer characteristics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398
Fig. 6.6 Transient response . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 399
Fig. 6.7 The noninverting hysteresis circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400
Fig. 6.8 Transfer characteristics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 401
Fig. 6.9 Transient response . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 401
Fig. 6.10 The oscillator circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 403
Fig. 6.11 Transfer characteristics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 404
Fig. 6.12 Transient response . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 404
Fig. 6.13 The diode rectifier circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 406
Fig. 6.14 Transfer characteristics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 406
Fig. 6.15 Transient response . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 407
Fig. 6.16 The ESD protection circuit . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . .. . . . . . 409
Fig. 6.17 Transfer characteristics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 409
Fig. 6.18 Transient response . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 409
Fig. 6.19 The full-wave rectifier circuit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411
Fig. 6.20 Transfer characteristics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 412
Fig. 6.21 Transient response . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 412
Fig. 6.22 An overview of this chapter topics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414
Fig. 6.23 Circuit of Question 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 415
Fig. 6.24 (a) Transfer characteristics and (b) Transient response of
Question 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 415
Fig. 6.25 Circuit of Question 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 416
Fig. 6.26 (a) Transfer characteristics and (b) Transient response of
Question 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 416
Fig. 6.27 Circuit of Question 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 416
Fig. 6.28 (a) Transfer characteristics and (b) Transient response of
Question 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 417
Fig. 6.29 Circuit of Question 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 417
Fig. 6.30 (a) Transfer characteristics and (b) Transient response of
Question 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 418
Fig. 6.31 Circuit of Question 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 418
Fig. 6.32 (a) Transfer characteristics and (b) Transient response of
Question 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 418
Fig. 6.33 Circuit of Question 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419
xxviii List of Figures

Fig. 6.34 (a) Transfer characteristics and (b) Transient response of


Question 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419
Fig. 6.35 Circuit of Question 7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420
Fig. 6.36 (a) Transfer characteristics and (b) Transient response of
Question 7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420
Fig. 6.37 Circuit of Question 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420
Fig. 6.38 (a) Transfer characteristics and (b) Transient response of
Question 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 421
List of Tables

Table 1.1 Signal values at different time stamps . . . . . . . . . . . . . . . . . . . . . . . . . 3


Table 1.2 Integral values at different time stamps . . . . . . . . . . . . . . . . . . . . . . . . 3
Table 1.3 Numerical integral calculation using 11 discrete points . . . . . . 3
Table 1.4 Numerical derivation calculation using discrete points . . . . . . . 5
Table 1.5 Different biasings of NPN transistors . . . . . . . . . . . . . . . . . . . . . . . . . . 38
Table 1.6 Small-signal parameters of the NPN transistor in different
operating regions . . . .. . . . . .. . . . . .. . . . . .. . . . . . .. . . . . .. . . . . .. . . . . .. . 41
Table 1.7 Capacitors of NPN transistor in different operating
regions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
Table 1.8 Current equations of long channel NMOS transistors . . . . . . . . 47
Table 1.9 Small-signal parameters of the NMOS transistor in different
operating regions . . . .. . . . . .. . . . . .. . . . . .. . . . . . .. . . . . .. . . . . .. . . . . .. . 49
Table 1.10 Capacitors of NMOS transistor in different operating regions
for a one-finger layout . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
Table 1.11 General characteristics of basic electronic components .. . . .. . 54
Table 2.1 Component values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
Table 2.2 DC analysis results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
Table 2.3 Component values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
Table 2.4 DC analysis results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
Table 2.5 Component values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
Table 2.6 DC analysis results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
Table 2.7 Component values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
Table 2.8 DC analysis results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96
Table 2.9 Component values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
Table 2.10 DC analysis results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101
Table 2.11 Component values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
Table 2.12 DC values .. . .. .. . .. . .. .. . .. .. . .. . .. .. . .. .. . .. . .. .. . .. .. . .. . .. .. . .. 105
Table 2.13 Component values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
Table 2.14 DC analysis results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109

xxix
xxx List of Tables

Table 3.1 Basic Laplace transformations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122


Table 3.2 Parameter valuess . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123
Table 3.3 Numerical values to calculate circuit response . . . . . . . . . . . . . . . . 123
Table 3.4 Parameter values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127
Table 3.5 Numerical values to calculate circuit response . . . . . . . . . . . . . . . . 127
Table 3.6 Parameter values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
Table 3.7 Numerical values to calculate circuit response . . . . . . . . . . . . . . . . 132
Table 3.8 Parameter values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136
Table 3.9 Parameter values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138
Table 3.10 Parameter Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141
Table 3.11 Numerical values to calculate circuit response . . . . . . . . . . . . . . . . 141
Table 3.12 Parameter Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145
Table 3.13 Parameter values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148
Table 3.14 Parameter values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
Table 3.15 Parameter values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154
Table 3.16 Parameter values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158
Table 3.17 Parameter values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161
Table 3.18 Initial conditions in Laplace transformations . . . . . . . . . . . . . . . . . . 163
Table 3.19 Parameter values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166
Table 3.20 Parameter values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
Table 3.21 Parameter values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 175
Table 3.22 Parameter values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 180
Table 3.23 Parameter values of Question 1 . .. . . . . . . . . .. . . . . . . . .. . . . . . . . .. . . 189
Table 3.24 Parameter values of Question 2 . .. . . . . . . . . .. . . . . . . . .. . . . . . . . .. . . 190
Table 3.25 Parameter values of Question 3 . .. . . . . . . . . .. . . . . . . . .. . . . . . . . .. . . 191
Table 3.26 Parameter values of Question 4 . .. . . . . . . . . .. . . . . . . . .. . . . . . . . .. . . 192
Table 3.27 Parameter values of Question 5 . .. . . . . . . . . .. . . . . . . . .. . . . . . . . .. . . 193
Table 4.1 Component values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 208
Table 4.2 AC transfer functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 210
Table 4.3 Component values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211
Table 4.4 AC transfer functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 214
Table 4.5 Component values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215
Table 4.6 AC transfer functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 219
Table 4.7 Component values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221
Table 4.8 AC transfer functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 225
Table 4.9 Calculating circuit transfer functions in terms of Av
and Yin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 240
Table 4.10 Circuit parameters .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . 283
Table 4.11 Circuit parameters .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . 286
Table 4.12 Circuit parameters .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . 290
Table 4.13 Circuit parameters .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . .. . .. .. . 294
Table 4.14 Component values of the low pass coupler . . . . . . . . . . . . . . . . . . . . 300
Table 4.15 Component values of the substrate inductor . . . . . . . . . . . . . . . . . . . 323
List of Tables xxxi

Table 4.16 Initial guesses for the component values of the substrate
inductor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 323
Table 4.17 Modeled Component Values of the Substrate Inductor . . . . . . . 323
Table 5.1 Samples of uniformly distributed x1(t) and normally
distributed x2(t) noise signals . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . 340
Table 5.2 Circuit parameters in Example 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370
Table 5.3 Circuit parameters in Example 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 375

You might also like