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/xspice/table/test-2d-1.table | |
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/xspice/table/test-2d-1.table')
-rw-r--r-- | Windows/spice/examples/xspice/table/test-2d-1.table | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Windows/spice/examples/xspice/table/test-2d-1.table b/Windows/spice/examples/xspice/table/test-2d-1.table deleted file mode 100644 index 51449fdf..00000000 --- a/Windows/spice/examples/xspice/table/test-2d-1.table +++ /dev/null @@ -1,19 +0,0 @@ -* table source -* number of columns (x) -8 -* number of rows (y) -9 -* x horizontal (column) address values (real numbers) -0 1 2 3 4 5 6 7 -* y vertical (row) address values (real numbers) -0 1 2 3 4 5 6 7 8 -* table with output data (horizontally addressed by x, vertically by y) -1 0.9 0.8 0.7 0.6 0.5 0.4 0.3 -1 1 1 1 1 1 1 1 -1 1.2 1.4 1.6 1.8 2 2.2 2.4 -1 1.5 2 2.5 3 3.5 4 4.5 -1 2 3 4 5 6 7 8 -1 2.5 4 5.5 7 8.5 10 11.5 -1 3 5 7 9 11 13 15 -1 3.5 6 8.5 11 13.5 16 18.5 -1 4 7 10 13 16 19 22 |