Feineigle.com - Fundamentals of Electrical Engineering I

Home · Book Reports · 2017 · Fundamentals of Electrical Engineering I

Published: March 25, 2017 (6 years ago.)
Tags:  Electronics



The book in...
One sentence:
This course concentrates on the representation, manipulation, transmission, and reception of information by electrical means.

Five sentences:
The course focuses on the creation, manipulation, transmission, and reception of information by electronic means. Elementary signal theory; time- and frequency-domain analysis; Sampling Theorem. Digital information theory; digital transmission of analog signals; error-correcting codes.

designates my notes. / designates important.


Thoughts

Heavy focus on signals and systems theory over “practical” electronics. I would not suggest this as a first course if you are interested in EE/EECS. If you are looking for communications theory, this is perfect.

IMHO the 2007 MIT 6.002 Circuits and Electronics is a better place to start. Further, the 2011 MIT 6.01SC was also more appealing to me as it mixes the theory with a more hands on approach (python programming and robots). The next course in this Rice U series, ELEC242 I think, looks good but is not available online.



Table of Contents


· Chapter 1 - Introduction

page 7:
page 8:
page 8:

· Chapter 2 - Signals and Systems

page 17:
page 18:
z = a + jb = r∠θ
r = |z| = √(a2 + b2)
a = r cos (θ)
b = r sin (θ)
θ = arctan(b/a)
z = re^(jθ)
page 21:
page 22:

These two decompositions are mathematically equivalent to each other.

A*cos(2πft + φ) = Re[Ae^(jφ)e^(j2πft)]
A*sin(2πft + φ) = Im[Ae^(jφ)e^(j2πft)]
page 23:

s(t) = e^(−t/τ)

page 24:
page 25:
page 26:
        ∞ 
s(n) = sum  s(m)δ(n − m)
       m=−∞
 
page 27:
page 28:
page 29:
page 30:
          t
y(t) = integral x(α)dα
          −∞
page 31:

· Chapter 3 - Analog Signal Processing

page 39:
page 40:
          t
E(t) =integral p(α)dα
          −∞
page 41:

p(t) = Ri^2(t) = v^2(t)/R Instantaneous power consumption of a resistor.

page 42:
page 43:
page 44:
page 48:
page 49:
page 51:
RT = R1 || (R2 || R3 + R4)

RT = (R1*R2*R3 + R1*R2*R4 + R1*R3*R4) / (R1*R2 + R1*R3 + R2*R3 + R2*R4 + R3*R4)
page 53:
page 55:
page 56:
page 58:
page 59:
  1. Even though it’s not, pretend the source is a complex exponential. We do this because the impedance approach simplifies finding how input and output are related. If it were a voltage source having voltage vin = p (t) (a pulse), still let vin = Vinej2πf t. We’ll learn how to “get the pulse back” later.

  2. With a source equaling a complex exponential, all variables in a linear circuit will also be complex exponentials having the same frequency. The circuit’s only remaining “mystery” is what each variable’s complex amplitude might be. To find these, we consider the source to be a complex number (Vin here) and the elements to be impedances.

  3. We can now solve using series and parallel combination rules how the complex amplitude of any variable relates to the sources complex amplitude.

page 60:
page 62:
page 63:
page 64:
page 67:
page 68:
page 72:
page 74:
page 80:
page 82:
unsorted:

· Chapter 4 - Frequency Domain

page 107:
page 108:
page 109:
page 110:
page 112:

IMAGE EQ after 4.11

page 114:
page 115:
page 120:
page 122:
page 123:
page 124:
page 125:
page 129:
page 130:
page 132:

· Chapter 5 - Digital Signal Processing

page 155:
page 158:
page 159:
page 161:
page 162:
page 166:
page 168:
page 169:
page 170:
page 171:
page 173:
page 174:
page 175:
page 176:
page 178:
page 179:
page 180:
page 181:
page 185:
page 186:

· Chapter 6 - Information Communication

page 202:
page 203:
page 207:
page 208:
page 209:
page 210:
page 211:
page 216:

s0(t) = ApT(t) s1(t) = −ApT(t)

page 217:
page 218:
page 219:
page 220:
page 222:
page 230:
page 223:
page 224:
page 226:
page 227:
  1. Create a vertical table for the symbols, the best ordering being in decreasing order of probability.

  2. Form a binary tree to the right of the table. A binary tree always has two branches at each node. Build the tree by merging the two lowest probability symbols at each level, making the probability of the node equal to the sum of the merged nodes’ probabilities. If more than two nodes/symbols share the lowest probability at a given level, pick any two; your choice won’t affect B (A).

  3. At each node, label each of the emanating branches with a binary number. The bit sequence obtained from passing from the tree’s root to the symbol is its Huffman code.

page 228:
page 229:
page 230:

FIG 6.20

page 233:
page 242:
page 246:

· Appendix

page 270: