Announcements

Final exam

The final exam will be on Monday May 5th (2:00pm - 5:00pm). It will cover all course materials. I have reserved Small 235 and Small 233 to conduct it.

General class information

Syllabus html pdf

Grades

Grades are posted into the web grades book. Make sure that posted grades coincide with their paper one.

For the first time login use your W&M official email as "login" and hit the reset password button. You will get a password shortly via email.

If you have any suggestions or comments, please, let me know.


Week 01

Lecture 01 - Resistors and simple network analysis

presentation and handouts

lab manual

Reading assignment

"Basic Electronics" sections 1.1, 1.2.1-1.2.5, 1.3.1 - 1.3.3, 1.4, 1.5.1-1.5.2, 1.6.0, 1.8

Week 02

Lecture 02 - Full network analysis.

presentation and handouts

lab manual

Reading assignment

"Basic Electronics" sections 1.3.4, 1.5.2-1.6, 1.6, 1.7, 1.8

Extra

Week 03

Lecture 03 - Complex impedance.

lab manual

Reading assignment

"Basic Electronics" sections 2.1-2.4, 2.6 until equation (2.42), and section 1.2.8 about transformers.

Week 04

Lecture 04 - Filters.

presentation and handouts

lab manual

Reading assignment

"Basic Electronics" sections 2.5-2.9, 3.1-3.4, 3.6-3.9

Extra

Week 05

Lecture 05 - Diodes.

presentation and handouts

lab manual

Reading assignment

"Basic Electronics" sections 4.5-4.6.1, and optionally 4.1-4.4

Week 06

Lecture 06 - Operational amplifiers

presentation and handouts

lab manual

Reading assignment

"Basic Electronics" sections 6.3 - 6.3.5

Week 07

Lecture 07 - Useful circuits with Op-Amps

presentation and handouts

lab manual Skip the design exercise 10.1

Reading assignment

"Basic Electronics" sections 6.5.1, 6.5.2

Week 08

Lecture 18 - Computer Assisted Design

Feel free to skip parts about PCB prototyping with Eagle.

lab manual

There is no homework but you might start doing lab exercises at home, since it is all about circuit simulators. It does not matter if you do them in 5Spice or TINA-TI.

You may want to install the circuit simulation software to your own computer. Below the links for it.

5Spice analog circuit simulator: download link

TINA-TI analog circuit simulator: download link.

The 5Spice electronics components libraries were provided in part by Alan Stummer (Dept. of Physics, University of Toronto).

Week 09

Lecture 09 - Feedback

lab manual

PID simulator

pid_dynamics.m

run it in Matlab as

  S0 = .1; Sd = 1; tau = 10; Gp = -10; Gi = -2; Gd = 0; [t,S] = pid_dynamics(S0, Sd, tau,  Gp, Gi, Gd);

Recommended reading:

Feedback for physicists: A tutorial essay on control by John Bechhoefer, Rev. Mod. Phys. 77, 783-836 (2005).

Week 10

Lecture 10 - Comparators

lab manual

Week 11

Lecture 11 - Non ideality of OpAmps

lecture notes and homework

lab manual

Some extra materials

Week 12

Lecture 12 - Transistors

presentation and handouts

lab manual

Week 13

Lecture 13 - Introduction to digital electronics

lecture notes and homework

lab manual

Datasheets for some selected gates of 74xx series