Lab 4 Supplemental Part

Using SPICE to verify phasor analysis

Please read online manual

Student version for download.

1. Generate SPICE netlist for homework problem set #3 problem 1. (R=100kohm, C=10^-18 F and L=100H)

2. Generate magnitude and phase Bode plots (sweep frequency from 1kHz to 100MHz with .AC command). Comment on your results.

3. Create SPICE netlist for Lab 2's supplemental part: C=.01uF, L=100uH and R varies from 50 to 300ohm in step of 50ohm.

4. Insert command lines as follow:

r 1 2 {r_var}

.param r_var=50

.step lin param r_var 50 300 50

5. Generate Bode and transient plots with .AC and .tran commands respectively.

6. Comment on your results.