mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 11:06:30 -04:00
POCSAG Squelch and Filtering (#1424)
* Disable audio processing when not using squelch * Add 2k4 lowpass fitler for 24Khz audio for POCSAG
This commit is contained in:
parent
f46e20c977
commit
07be74701f
3 changed files with 18 additions and 7 deletions
|
@ -215,6 +215,8 @@ class POCSAGProcessor : public BasebandProcessor {
|
|||
int m_numCode{0};
|
||||
bool m_inverted{false};
|
||||
|
||||
bool use_squelch_ = false;
|
||||
|
||||
/* NB: Threads should be the last members in the class definition. */
|
||||
BasebandThread baseband_thread{baseband_fs, this, baseband::Direction::Receive};
|
||||
RSSIThread rssi_thread{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue