summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/various/bjtnoise.cir
blob: 002c0d85c72543b64296e96b6dbb944aa9739e7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
BJT Noise Test

vcc 4 0 50
vin 1 0 ac 1

ccouple 1 2 1

ibias 0 2 100uA

rload 4 3 1k

q1 3 2 0 0 test

.model test npn kf=1e-20 af=1 bf=100 rb=10 cjc=4e-12
.noise v(3) vin dec 10 1k 100Meg 1

.control
run
setplot
setplot noise1
plot ally
plot inoise_spectrum onoise_spectrum
setplot noise2
print all
echo
print inoise_total onoise_total
.endc

.end