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