mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 14:42:33 -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
|
@ -57,7 +57,7 @@ private:
|
|||
//END_OF_MESSAGE = 69
|
||||
};
|
||||
|
||||
static constexpr size_t baseband_fs = 1536000;
|
||||
static constexpr size_t baseband_fs = 3072000;
|
||||
|
||||
BasebandThread baseband_thread { baseband_fs, this, NORMALPRIO + 20, baseband::Direction::Receive };
|
||||
RSSIThread rssi_thread { NORMALPRIO + 10 };
|
||||
|
@ -75,7 +75,7 @@ private:
|
|||
|
||||
dsp::decimate::FIRC8xR16x24FS4Decim8 decim_0 { };
|
||||
dsp::decimate::FIRC16xR16x32Decim8 decim_1 { };
|
||||
|
||||
dsp::decimate::FIRAndDecimateComplex channel_filter { };
|
||||
dsp::demodulate::FM demod { };
|
||||
|
||||
uint32_t sync_timeout { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue