PSpice Textual Description

10. Study and simulate the CLAMPER circuit.
PSPICE CODING:

*CLAMPER CIRCUIT

VIN 1 0 10 SIN(0 10 1KHZ)

C1 1 2 1UF IC=-15V

R1 2 0 1MEG

VDC 3 0 DC 5

D1 3 2 DIODE

.MODEL DIODE D

.TRAN 20US 3MS

.PROBE

.END

GRAPHICAL ANALYZER:

clamper

CONCLUSION: Above graph shown that the given clamper circuit raise(shift) the input voltage 4v(raise dc level) above.

11. Do the transient analysis for RLC series circuit.

PSPICE CODING:

*transient analysis of rlc circuit

VIN 1 0 SIN(0V 10V 5KHZ)

R1 1 2 2OHM

L1 2 3 50UH

C1 3 0 10UF

.TRAN 1US 500US

.PROBE

.END

GRAPHICAL  ANALYZER:

rlc

CONCLUSION: From above graph we concluded that voltage in all three nodes w.r.t follows the input voltage but magnitude of input voltage varying in all nodes.

Thanks for this article to Deepanshu and Prof. ANURAG SRIVASTAV of ABV-IIITM Gwalior.

[attachments title=”Article Word document” logged_users=2 include=”284″]

Posted in OrCAD PSpice and tagged , , .