From 0c3a6f1140a20d6ce06b46bff92cb0f91f91fe08 Mon Sep 17 00:00:00 2001 From: Zilog80 Date: Thu, 20 Jun 2019 13:14:14 +0200 Subject: [PATCH] readme-update rs92, dfm06 --- dfm/README.md | 7 +++++-- rs92/README.md | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dfm/README.md b/dfm/README.md index 18804f9..94f8b11 100644 --- a/dfm/README.md +++ b/dfm/README.md @@ -1,6 +1,9 @@ ## Radiosonde DFM-06/DFM-09 +Based on information already available at
+https://www.amateurfunk.uni-kl.de/projekte-aktivitaeten/decoder-wettersonden/ + #### Files * `dfm06ptu.c` @@ -12,8 +15,8 @@ `./dfm06ptu [options] `
* ``: FM-demodulated signal, recorded as wav audio file * `options`:
- `-i`: invert signal/polarity (DFM-09)
- `-b`, `-b2`: integrate rawbit-/bit-samples
+ `-i`: invert signal/polarity (DFM-09)
+ `-b`, `-b2`: integrate rawbit-/bit-samples
`-r`: output raw data
`-v`: additional info
`--ecc`: Hamming code error correction
diff --git a/rs92/README.md b/rs92/README.md index 03aee18..da59ca9 100644 --- a/rs92/README.md +++ b/rs92/README.md @@ -2,6 +2,9 @@ ## Radiosonde RS92 Tools for decoding RS92-SGP and RS92-AGP radiosonde signals. +Based on information already available at
+http://brmlab.cz/project/weathersonde/ + ### Files