60 likes | 85 Views
Learn about SPICE circuit simulation with Transient Analysis and Pulse Response using PSpice in this instructional guide by Engr. Mian Shahzad Iqbal for Telecommunication Engineering students. Understand circuit representation and analysis methods using various components. Practice with RLC circuits and analyze waveforms for better understanding.
E N D
Introduction to PSpice Digital Electronics LAB No.5 Engr. Mian Shahzad Iqbal Lecturer Department of Telecommunication Engineering
SPICE • SPICE is a general-purpose circuit simulator capable of performing the following types of analysis
Pulse Response of a RLC-circuit • Pulse Response of a RLC-circuit • * PULSE (-VS +VS TD TR TF PW PER) ; Pulse input • VIN 7 0 PULSE (-220V 220V 0 1NS 1NS 100US 200US) • * • R1 7 5 2 • L1 5 3 50UH • C1 3 0 10UF • * • * .TRAN TSTEP TSTOP ; Command for transient analysis • .TRAN 1US 400US • *.PRINT TRAN V(R1) V(L1) V(C1) : Prints on the output file • *.PLOT TRAN V(3) I(R1) : Plots on the output file • .PROBE ; Graphical waveform analyzer • * • .END ; End of circuit fil