diff options
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, 19 insertions, 0 deletions
diff --git a/Windows/spice/examples/xspice/table/test-2d-1.table b/Windows/spice/examples/xspice/table/test-2d-1.table new file mode 100644 index 00000000..51449fdf --- /dev/null +++ b/Windows/spice/examples/xspice/table/test-2d-1.table @@ -0,0 +1,19 @@ +* 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 |