0% found this document useful (0 votes)
163 views4 pages

PSpice Code BJT Amplifier

This document contains PSpice code for simulating various amplifier circuit configurations, including common emitter, common base, emitter follower, collector feedback, and collector DC feedback amplifiers. Code is provided for fixed bias, emitter bias, self bias, and self bias with bypass versions of the common emitter amplifier. Each circuit includes a brief description and expected gain value.

Uploaded by

Amit Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
163 views4 pages

PSpice Code BJT Amplifier

This document contains PSpice code for simulating various amplifier circuit configurations, including common emitter, common base, emitter follower, collector feedback, and collector DC feedback amplifiers. Code is provided for fixed bias, emitter bias, self bias, and self bias with bypass versions of the common emitter amplifier. Each circuit includes a brief description and expected gain value.

Uploaded by

Amit Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

10/14/2018 PSpice Code - Capsule Corporation

Capsule Search this site

Corporation
Home Programming Apps Downloads Electronics DBMS HTML Articles Pyrotech Lunar
Lunar 3 Solar Jupiter&Venus Mars&Saturn Stellar

NAV Electronics >


Headers
C Programs
PSpice Code
C++ Data Struct 2
SQL Ora10g *ce fixed-bias amp
PSpice Code VCC 1 0 DC 16V
HDL Code VIN 2 0
+SIN (0 1M 1K)
Hackers' Vault
RB 1 3 500K
Sitemap RC 1 4 3K
Site owners CIN 3 2 10U
CC 4 5 10U
Sarthi Chugh ROUT 5 0 1K
Q1 4 3 0
+BJT
.MODEL BJT NPN(BF=100 TF=0.1NS RB=10 RC=10 CJE=20PF CJC=5PF)
.TRAN 1N 3M
.PROBE V(ROUT) V(VIN)
.END
*GAIN=85

*ce emitter-bias amp


VCC 1 0 DC 16V
VIN 2 0
+SIN (0 1M 1K)
RB 1 3 500K
RC 1 4 1.6K
CIN 3 2 10U
CC 4 5 10U
ROUT 5 0 1K
Q1 4 3 6
+BJT
RE 6 0 100
.MODEL BJT NPN(BF=100 TF=0.1NS RB=10 RC=10 CJE=20PF CJC=5PF)
.TRAN 1N 3M
.PROBE V(ROUT) V(VIN)
.END
*GAIN=5.5

*ce self-bias amp


VCC 1 0 DC 24V
VIN 2 0
+SIN (0 1M 1K)
R1 1 3 60K
RC 1 4 1.6K
CIN 3 2 10U
CC 4 5 10U
ROUT 5 0 1K
Q1 4 3 6
+BJT
RE 6 0 100
R2 3 0 8K
.MODEL BJT NPN(BF=100 TF=0.1NS RB=10 RC=10 CJE=20PF CJC=5PF)
.TRAN 1N 3M
.PROBE V(ROUT) V(VIN)
.END
*GAIN=6

https://sites.google.com/site/capsulecorporation92/electronics/pspice-code 1/4
10/14/2018 PSpice Code - Capsule Corporation

*ce self-bias with bypass amp


VCC 1 0 DC 16V
VIN 2 0
+SIN (0 1M 1K)
R1 1 3 60K
RC 1 4 1.6K
CIN 3 2 10U
CC 4 5 10U
ROUT 5 0 1K
Q1 4 3 6
+BJT
RE 6 0 100
R2 3 0 8K
CE 6 0 200U
.MODEL BJT NPN(BF=100 TF=0.1NS RB=10 RC=10 CJE=20PF CJC=5PF)
.TRAN 1N 3M
.PROBE V(ROUT) V(VIN)
.END
*GAIN=140

*ce emitter-bias with bypass amp


VCC 1 0 DC 16V
VIN 2 0
+SIN (0 1M 1K)
RB 1 3 500K
RC 1 4 1.6K
CIN 3 2 10U
CC 4 5 10U
ROUT 5 0 1K
Q1 4 3 6
+BJT
RE 6 0 100
CE 6 0 200U
.MODEL BJT NPN(BF=100 TF=0.1NS RB=10 RC=10 CJE=20PF CJC=5PF)
.TRAN 1N 3M
.PROBE V(ROUT) V(VIN)
.END
*GAIN=70

*emitter-follower amp
VCC 1 0 DC 16V
VIN 2 0 SIN(0 1M 1K)
RB 1 3 200K
RE 4 0 100
CIN 3 2 10U
CC 4 5 10U
ROUT 5 0 1K
Q1 1 3 4 BJT
.MODEL BJT NPN(BF=100 TF=0.1NS RB=10 RC=10 CJE=20PF CJC=5PF)
.TRAN 1N 3M
.PROBE V(VIN) V(ROUT)
.END
*GAIN=1

*common-base amp
VCC 0 1 DC 8V
VEE 2 0 DC 2V
RC 3 1 5K
RE 4 2 1K
CIN 4 5 10U
VIN 5 0 SIN(0 1M 1K)
CC 3 6 10U
ROUT 6 0 1K
Q1 3 0 4 BJT
.MODEL BJT PNP(BF=100 TF=0.1NS RB=10 RC=10 CJE=20PF CJC=5PF)
.TRAN 1N 3M
.PROBE V(VIN) V(ROUT)
.END
*GAIN=30

https://sites.google.com/site/capsulecorporation92/electronics/pspice-code 2/4
10/14/2018 PSpice Code - Capsule Corporation

*collector-feedback amp
VCC 1 0 DC 16V
RC 1 2 1.6K
RF 2 3 200K
CIN 3 4 10U
VIN 4 0 SIN(0 1M 1K)
CC 2 5 10U
ROUT 5 0 1K
Q1 2 3 0 BJT
.MODEL BJT NPN(BF=100 TF=0.1NS RB=10 RC=10 CJE=20PF CJC=5PF)
.TRAN 1N 3M
.PROBE V(VIN) V(ROUT)
.END
*GAIN=100

*collector dc-feedback amp


VCC 1 0 DC 12V
RC 1 2 1.6K
RF1 3 4 120K
RF2 2 4 70K
CF 4 0 0.01U
CIN 3 5 10U
VIN 5 0 SIN(0 1M 1K)
CC 2 6 10U
ROUT 6 0 1K
Q1 2 3 0 BJT
.MODEL BJT NPN(BF=100 TF=0.1NS RB=10 RC=10 CJE=20PF CJC=5PF)
.TRAN 1N 3M
.PROBE V(VIN) V(ROUT)
.END
*GAIN=75

*Diode Load Line


V1 1 0 DC 1V
D1 1 2 D1N4002
R1 2 0 1K
.LIB "NOM.LIB"
.DC V1 -1 1 0.01V
.PROBE V(R1)
.END

* filters
R1 N1 N2 1k
R2 0 N3 1k
C1 0 N2 1n
C2 N3 N4 1n
V1 N1 0 DC 0Vdc AC 1Vac
V2 N4 0 DC 0Vdc AC 1Vac
.AC DEC 100 1 10meg
.PROBE
.END

*rectifier
VIN 1 0 SIN(0 10 1K)
D1 1 2 D1N4148
R1 2 0 1K
.LIB "NOM.LIB"
.TRAN 1N 4M
.PROBE V(VIN) V(R1)
.END

*rectifier with filter


VIN 1 0 SIN(0 10 1K)
D1 1 2 D1N4148
R1 2 0 1K
C1 2 0 10U
.LIB "NOM.LIB"
.TRAN 1N 4M

https://sites.google.com/site/capsulecorporation92/electronics/pspice-code 3/4
10/14/2018 PSpice Code - Capsule Corporation

.PROBE V(VIN) V(R1)


.END

Comments

You do not have permission to add comments.

Free content from Capsule Corporation


NOT TO BE USED FOR MONETARY BENEFITS.

Sign in | Report Abuse | Print Page | Powered By Google Sites

https://sites.google.com/site/capsulecorporation92/electronics/pspice-code 4/4

You might also like