Updated POCSAG Receiver (markdown)

Kyle Reed 2023-09-08 09:22:08 -07:00
parent 6dac701e14
commit d5d5a4d306

@ -17,7 +17,7 @@ More technical details can be found by following the links in the References sec
- **Squelch** (0-99): Sets the signal to noise threshold. 0 disables squelch. Higher values allow more noise. Should be set so that strong signals are clearly received without any dropped audio. - **Squelch** (0-99): Sets the signal to noise threshold. 0 disables squelch. Higher values allow more noise. Should be set so that strong signals are clearly received without any dropped audio.
- **Volume**: Output volume for the received audio. Can be used to monitor received signal quality. - **Volume**: Output volume for the received audio. Can be used to monitor received signal quality.
### Infomation ### Information
- **Decoder Status**: Indicates the status of the decoder state machine. White: Idle, Cyan: Clear, Yellow: Waiting for message start, Green: Waiting for rest of message. - **Decoder Status**: Indicates the status of the decoder state machine. White: Idle, Cyan: Clear, Yellow: Waiting for message start, Green: Waiting for rest of message.
- **Batch Count**: Number of message batches that have been received. A batch has 16 codewords. - **Batch Count**: Number of message batches that have been received. A batch has 16 codewords.
- **Bits**: Displays the bits that are being decoded into codewords. - **Bits**: Displays the bits that are being decoded into codewords.