Difference between revisions of "EGR 224/RC Lab"

From PrattWiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
== Clarifications ==  
 
== Clarifications ==  
* None yet for 2011!
+
* 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

Wiring Images

Closeup of the breadboard
Closeup of the CB-68LP

Click on the pictures at right to make them larger.