Difference between revisions of "EGR 224/RC Lab"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
HPhase = squeeze(HPhase); | HPhase = squeeze(HPhase); | ||
</source> | </source> | ||
+ | |||
+ | == Element Values == | ||
+ | *Resistances: | ||
+ | **1, 2, 3, 13, 14, 15: 1 k<math>\Omega</math> | ||
+ | **4, 5, 6: 2.2 k<math>\Omega</math> | ||
+ | **7, 8, 9: 4.7 k<math>\Omega</math> | ||
+ | **10, 11: 10 k<math>\Omega</math> | ||
+ | **12: 15 k<math>\Omega</math> | ||
+ | *Capacitances | ||
+ | **7, 10, 12: 1 <math>\mu</math>F | ||
+ | **4, 8, 11: 2.2 <math>\mu</math>F | ||
+ | **1, 5, 9, 13: 4.7 <math>\mu</math>F | ||
+ | **2, 6, 14: 10 <math>\mu</math>F | ||
+ | **3, 15: 22 <math>\mu</math>F | ||
== Links == | == Links == |
Revision as of 15:36, 15 March 2011
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);
Element Values
- Resistances:
- 1, 2, 3, 13, 14, 15: 1 k\(\Omega\)
- 4, 5, 6: 2.2 k\(\Omega\)
- 7, 8, 9: 4.7 k\(\Omega\)
- 10, 11: 10 k\(\Omega\)
- 12: 15 k\(\Omega\)
- Capacitances
- 7, 10, 12: 1 \(\mu\)F
- 4, 8, 11: 2.2 \(\mu\)F
- 1, 5, 9, 13: 4.7 \(\mu\)F
- 2, 6, 14: 10 \(\mu\)F
- 3, 15: 22 \(\mu\)F
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.