diff options
| author | Votre Nom <git-account@loicguegan.fr> | 2017-08-30 14:05:08 +0400 |
|---|---|---|
| committer | Votre Nom <git-account@loicguegan.fr> | 2017-08-30 14:05:08 +0400 |
| commit | 9dfcc3519fc676372a85cd0a3d6b16dd4a839dc7 (patch) | |
| tree | abc7eb9182f11798fb4f0e465bddbb61632863ea | |
| parent | 19b26672103903556ae014732b169146d2e6a5a1 (diff) | |
Edit
| -rw-r--r-- | R/Readme.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/R/Readme.md b/R/Readme.md new file mode 100644 index 0000000..0df7a96 --- /dev/null +++ b/R/Readme.md @@ -0,0 +1,26 @@ +R Files +=================== + +Some explanations about the R files. + +----- + +#### <i class="icon-file"></i> intersectionCercles.R + +Find the intersection points of two circles. + +#### <i class="icon-file"></i> multilateration.R + +Do multilateration using multiple gateways. + +#### <i class="icon-file"></i> sx1276.R + +Find sx1276 time on air. + +#### <i class="icon-file"></i> tools.R + +Some functions. + +#### <i class="icon-file"></i> loadDataExp.R + +Do multilateration on GEOLOC saved data (gps.csv and records folder). |
