Difference between revisions of "EGR 224/RC Lab"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
== Clarifications == | == 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: |
+ | <source lang="matlab"> | ||
+ | Omega = logspace(log10(1), log10(3000), 100); | ||
+ | [HMag, HPhase, HOmega] = bode(H, Omega); | ||
+ | HMag = squeeze(HMag); | ||
+ | HPhase = squeeze(HPhase); | ||
+ | </source> | ||
== Links == | == Links == |
Revision as of 16:11, 1 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);
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.