POCSAG RX now runs at 3.072MHz, like NFM audio

This commit is contained in:
furrtek 2017-02-01 11:40:01 +00:00
parent 8662ed4024
commit 394331ebd2
4 changed files with 15 additions and 12 deletions

View file

@ -65,7 +65,7 @@ public:
private:
static constexpr uint32_t initial_target_frequency = 466175000;
static constexpr uint32_t sampling_rate = 1536000;
static constexpr uint32_t sampling_rate = 3072000;
static constexpr uint32_t baseband_bandwidth = 1750000;
bool logging { false };