EGR 224/RC Lab
Jump to navigation
Jump to search
The following page provides some supplemental information for the RC Circuits and Filtering lab for EGR 119L. It has been updated to Spring, 2011.
Clarifications
- The first printing of the lab manual had a mistake on Page 6 - the code for "squeezing" the data, as given at the bottom of the page, should be:
Omega = logspace(log10(1), log10(3000), 100);
[HMag, HPhase, HOmega] = bode(H, Omega);
HMag = squeeze(HMag);
HPhase = squeeze(HPhase);
Links
- The MATLAB:Transfer Functions page should be very helpful here
- The files for this assigned can be downloaded from here
Wiring Images
Click on the pictures at right to make them larger.