readme-update rs92, dfm06

pull/18/head
Zilog80 2019-06-20 13:14:14 +02:00
rodzic 479719cb8b
commit 0c3a6f1140
2 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,9 @@
## Radiosonde DFM-06/DFM-09
Based on information already available at<br />
https://www.amateurfunk.uni-kl.de/projekte-aktivitaeten/decoder-wettersonden/
#### Files
* `dfm06ptu.c`
@ -12,8 +15,8 @@
`./dfm06ptu [options] <audio.wav>` <br />
* `<audio.wav>`: FM-demodulated signal, recorded as wav audio file
* `options`: <br />
`-i`: invert signal/polarity (DFM-09)<br />
`-b`, `-b2`: integrate rawbit-/bit-samples<br />
`-i`: invert signal/polarity (DFM-09) <br />
`-b`, `-b2`: integrate rawbit-/bit-samples <br />
`-r`: output raw data <br />
`-v`: additional info <br />
`--ecc`: Hamming code error correction <br />

Wyświetl plik

@ -2,6 +2,9 @@
## Radiosonde RS92
Tools for decoding RS92-SGP and RS92-AGP radiosonde signals.
Based on information already available at<br />
http://brmlab.cz/project/weathersonde/
### Files