summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/transient-noise/shot_ng.cir
diff options
context:
space:
mode:
authorrahulp132021-01-07 18:22:29 +0530
committerrahulp132021-01-07 18:22:29 +0530
commitd4fd47ecf77597595d3f4fa72fd5334a5fe7417b (patch)
tree28095229ec3035d15c569fbedac83cf5876aa196 /Windows/spice/examples/transient-noise/shot_ng.cir
parent376e748df438933088721286402462dffd6367c0 (diff)
parent63e3156454f39732a3101c29d42b473a89ca68d2 (diff)
downloadeSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.gz
eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.bz2
eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.zip
Merge windows installer updates with linux installer
Diffstat (limited to 'Windows/spice/examples/transient-noise/shot_ng.cir')
-rw-r--r--Windows/spice/examples/transient-noise/shot_ng.cir27
1 files changed, 0 insertions, 27 deletions
diff --git a/Windows/spice/examples/transient-noise/shot_ng.cir b/Windows/spice/examples/transient-noise/shot_ng.cir
deleted file mode 100644
index ed06c81c..00000000
--- a/Windows/spice/examples/transient-noise/shot_ng.cir
+++ /dev/null
@@ -1,27 +0,0 @@
-* Shot noise test with B source, diode
-* voltage on device (diode, forward)
-Vdev out 0 DC 0 PULSE(0.4 0.45 10u)
-* diode, forward direction, to be modeled with noise
-D1 mess 0 DMOD
-.model DMOD D IS=1e-14 N=1
-X1 0 mess out ishot
-* device between 1 and 2
-* new output terminals of device including noise: 1 and 3
-.subckt ishot 1 2 3
-* white noise source with rms 1V
-VNG 0 11 DC 0 TRNOISE(1 1n 0 0)
-*measure the current i(v1)
-V1 2 3 DC 0
-* calculate the shot noise
-* sqrt(2*current*q*bandwidth)
-BI 1 3 I=sqrt(2*abs(i(v1))*1.6e-19*1e7)*v(11)
-.ends ishot
-* 20000 sample points
-.tran 1n 20u
-.control
-run
-plot (-1)*i(vdev)
-meas tran vdev_rms avg i(vdev) from=0u to=9.9u
-meas tran vdev_rms avg i(vdev) from=10.1u to=20u
-.endc
-.end