From 0368cef7e58aed3a8989e73709767764ae24e931 Mon Sep 17 00:00:00 2001 From: Claudio <claudio.mandrioli@control.lth.se> Date: Wed, 27 Feb 2019 16:11:47 +0100 Subject: [PATCH] written readme file for main folder --- README.txt | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.txt b/README.txt index 94fa68c..0ce014a 100644 --- a/README.txt +++ b/README.txt @@ -1,14 +1,19 @@ -README +README + Files used for the simulations presented in the paper "Modeling of + Energy Consumption in GPS Receivers for Power Aware Localization Systems". + The modelica folder contains the modelica package with the simulation + class and test data. The matlab folder contains the scripts and needed + functions to run the simulations. AUTHORS Claudio Mandiroli (claudio.mandrioli@control.lth.se) THANKS - Thanks to Isaac Skog (skog@kth.se) the author of the 'sensor fusion' part of the - code on top hos which has been implemented the 'GPS modeling' part. + Thanks to Isaac Skog (skog@kth.se) the author of the 'sensor fusion' + part of the code on top of which has been implemented the 'GPS modeling' part. -INSTALL - - -COPYING / LICENSE Copyright and licensing information +REQUIREMENTS + The code has been tested for the followiong software versions: + * OMEdit 1.12.0 and OpenModelica 1.12.0 + * MATLAB R2016a -- GitLab