mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-01 22:16:20 -04:00
Work on sample rate independency
This commit is contained in:
parent
30bccb03de
commit
74e0b0d1db
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ typedef struct Afsk
|
|||
int16_t iirX[2]; // IIR Filter X cells
|
||||
int16_t iirY[2]; // IIR Filter Y cells
|
||||
|
||||
uint32_t sampledBits; // Bits sampled by the demodulator (at ADC speed)
|
||||
uint8_t sampledBits; // Bits sampled by the demodulator (at ADC speed)
|
||||
int8_t currentPhase; // Current phase of the demodulator
|
||||
uint8_t actualBits; // Actual found bits at correct bitrate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue