From db28a6ea397368be6ae5121cb40743de17c88bf7 Mon Sep 17 00:00:00 2001 From: Claudio Mandrioli <claudio.mandrioli@control.lth.se> Date: Tue, 26 Feb 2019 09:57:36 +0100 Subject: [PATCH] added readme file for modelica code --- modelica/readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modelica/readme.txt diff --git a/modelica/readme.txt b/modelica/readme.txt new file mode 100644 index 0000000..ab80ce6 --- /dev/null +++ b/modelica/readme.txt @@ -0,0 +1,6 @@ +find in this folder the modelica code for simulation of power consumption in GPS sensors. +The package contains: + - the GPS simulator class (as described in the paper) + - inputs (on command and visible satellites) for two different tests scenarios from the paper: + * TTFFandEphemerisExpirationExperiment + * visibilityLossExperiment \ No newline at end of file -- GitLab