From 5a8207c9d18ff88d6c762b8c57d57d9c4a2ff8db Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 8 Jul 2017 22:35:29 +0200 Subject: o Start on some electronics engineering code. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..1bcc212 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# LTSpice binary format + +## 'real' data + +The data are a sequence of chunks, one chunk for each point. Each chunk +contain values for all variables. The first variable is a float64, +all the others are float32. -- cgit v1.2.3