summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/various/bjtnoise.cir
diff options
context:
space:
mode:
authorRahul Paknikar2021-01-08 12:47:23 +0530
committerGitHub2021-01-08 12:47:23 +0530
commite6f48f5b1bf22a1d048b44ed4416b4315a461306 (patch)
treefd357549a236cdc652f0b6d2919beee0cee7faa5 /Windows/spice/examples/various/bjtnoise.cir
parentac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff)
parent6b512cbf954273b0f21d3800d10a7ad42a759425 (diff)
downloadeSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.tar.gz
eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.tar.bz2
eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.zip
Merge pull request #161 from rahulp13/installersi2.1
fixed key issue for ubuntu 20+; updated installers for windows os
Diffstat (limited to 'Windows/spice/examples/various/bjtnoise.cir')
-rw-r--r--Windows/spice/examples/various/bjtnoise.cir29
1 files changed, 0 insertions, 29 deletions
diff --git a/Windows/spice/examples/various/bjtnoise.cir b/Windows/spice/examples/various/bjtnoise.cir
deleted file mode 100644
index 002c0d85..00000000
--- a/Windows/spice/examples/various/bjtnoise.cir
+++ /dev/null
@@ -1,29 +0,0 @@
-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