diff options
author | rahulp13 | 2021-01-07 18:22:29 +0530 |
---|---|---|
committer | rahulp13 | 2021-01-07 18:22:29 +0530 |
commit | d4fd47ecf77597595d3f4fa72fd5334a5fe7417b (patch) | |
tree | 28095229ec3035d15c569fbedac83cf5876aa196 /Windows/spice/examples/transient-noise/simple-noise.cir | |
parent | 376e748df438933088721286402462dffd6367c0 (diff) | |
parent | 63e3156454f39732a3101c29d42b473a89ca68d2 (diff) | |
download | eSim-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/simple-noise.cir')
-rw-r--r-- | Windows/spice/examples/transient-noise/simple-noise.cir | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/Windows/spice/examples/transient-noise/simple-noise.cir b/Windows/spice/examples/transient-noise/simple-noise.cir deleted file mode 100644 index 1dfc830f..00000000 --- a/Windows/spice/examples/transient-noise/simple-noise.cir +++ /dev/null @@ -1,32 +0,0 @@ -test of isrc trnoise and trrandom isrc, vsrc -* 1/f noise current -i1 1 2 DC 0 TRNOISE(0.05 8p 0 1.0 0.001) -i2 2 0 DC 0 TRNOISE(0.05 8p 0 1.0 0.001) - -r1 1 2 1 -r2 2 0 1 - -* gaussian (type=2) noise -i3 3 0 DC 0 TRRANDOM(2 8p 0 1.0 0.01) -R3 3 0 1 - -v4 4 0 DC 0 TRRANDOM(2 8p 0 1.0 0.01) -*R4 4 0 1 - -.tran 8p 200n - -.control -run -alter @i1[trnoise] = [ 0.1 8p 0 1.5 0.002 ] $ more noise -alter @i2[trnoise] = [ 0.1 8p 0 1.5 0.002 ] $ more noise - -alter @i3[trrandom] = [ 2 8p 0 1.5 0.02 ] $ more noise -alter @v4[trrandom] = [ 2 8p 0 1.5 0.02 ] $ more noise - -run -plot tran2.v(1) tran1.v(1) -plot tran2.v(3) tran1.v(3) ylimit -6 6 -plot tran2.v(4) tran1.v(4) ylimit -6 6 -.endc - -.end |