diff --git a/dfm/README.md b/dfm/README.md index 85be751..18804f9 100644 --- a/dfm/README.md +++ b/dfm/README.md @@ -13,7 +13,7 @@ * ``: FM-demodulated signal, recorded as wav audio file * `options`:
`-i`: invert signal/polarity (DFM-09)
- `-b`, `-b2`: integrate rawbit-/symbol-samples
+ `-b`, `-b2`: integrate rawbit-/bit-samples
`-r`: output raw data
`-v`: additional info
`--ecc`: Hamming code error correction
@@ -27,7 +27,7 @@ a lowpass filter is recommended: * `sox dfm-audio.wav -t wav - lowpass 2000 2>/dev/null | ./dfm06ptu --ecc --ptu -v` - If timing/sync is not an issue, integrating the symbol-samples (option `-b2`) is better for error correction: + If timing/sync is not an issue, integrating the bit-samples (option `-b2`) is better for error correction: * `./dfm06ptu -b2 --ecc --ptu -v dfm-audio.wav` For DFM-09 or if the signal is inverted diff --git a/m10/README.md b/m10/README.md index 2db5f5e..1f39a4b 100644 --- a/m10/README.md +++ b/m10/README.md @@ -19,7 +19,7 @@ Tools for decoding M10 radiosonde signals. `-r`: output raw data
`-v`, `-vv`: additional data/info (velocities, SN, checksum)
`-c`: colored output
- `-b`, `-b2`: integrate rawbit-/symbol-samples
+ `-b`, `-b2`: integrate rawbit-/bit-samples
##### Examples @@ -32,7 +32,7 @@ Tools for decoding M10 radiosonde signals. If the signal quality is low and (default) zero-crossing-demod is used, a lowpass filter is recommended. - If sample rate is high and timing/sync is not an issue, try integrating the symbol-samples (option `-b2`). + If sample rate is high and timing/sync is not an issue, try integrating the bit-samples (option `-b2`). #####