mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-16 05:32:16 -04:00
POCSAG RX now runs at 3.072MHz, like NFM audio
This commit is contained in:
parent
8662ed4024
commit
394331ebd2
4 changed files with 15 additions and 12 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue