mirror of
https://github.com/markqvist/OpenModem.git
synced 2024-10-01 03:15:46 -04:00
Work on sample rate independency
This commit is contained in:
parent
fa2bbcc940
commit
30bccb03de
@ -120,7 +120,7 @@ typedef struct Afsk
|
|||||||
int16_t iirX[2]; // IIR Filter X cells
|
int16_t iirX[2]; // IIR Filter X cells
|
||||||
int16_t iirY[2]; // IIR Filter Y cells
|
int16_t iirY[2]; // IIR Filter Y cells
|
||||||
|
|
||||||
uint8_t sampledBits; // Bits sampled by the demodulator (at ADC speed)
|
uint32_t sampledBits; // Bits sampled by the demodulator (at ADC speed)
|
||||||
int8_t currentPhase; // Current phase of the demodulator
|
int8_t currentPhase; // Current phase of the demodulator
|
||||||
uint8_t actualBits; // Actual found bits at correct bitrate
|
uint8_t actualBits; // Actual found bits at correct bitrate
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user