mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-09 00:14:52 +00:00
Merge remote-tracking branch 'upstream/FM' into FM_Ext
This commit is contained in:
commit
9afcf3acc9
4 changed files with 13 additions and 34 deletions
3
FM.h
3
FM.h
|
|
@ -86,8 +86,6 @@ private:
|
|||
CFMDirectFormI m_filterStage1;
|
||||
CFMDirectFormI m_filterStage2;
|
||||
CFMDirectFormI m_filterStage3;
|
||||
CFMDirectFormI m_preemphasis;
|
||||
CFMDirectFormI m_deemphasis;
|
||||
CFMBlanking m_blanking;
|
||||
bool m_useCOS;
|
||||
bool m_cosInvert;
|
||||
|
|
@ -95,6 +93,7 @@ private:
|
|||
q15_t m_extAudioBoost;
|
||||
CFMDownsampler m_downsampler;
|
||||
bool m_extEnabled;
|
||||
q15_t m_rxLevel;
|
||||
|
||||
void stateMachine(bool validRFSignal, bool validExtSignal);
|
||||
void listeningState(bool validRFSignal, bool validExtSignal);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue