mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 14:08:33 +00:00
Make whole FM chain RX level independant
This commit is contained in:
parent
eb9c0dfd93
commit
77e0deee76
4 changed files with 14 additions and 26 deletions
|
|
@ -34,7 +34,7 @@ class CFMCTCSSRX {
|
|||
public:
|
||||
CFMCTCSSRX();
|
||||
|
||||
uint8_t setParams(uint8_t frequency, uint8_t threshold, uint8_t level);
|
||||
uint8_t setParams(uint8_t frequency, uint8_t threshold);
|
||||
|
||||
uint8_t process(q15_t sample);
|
||||
|
||||
|
|
@ -47,9 +47,6 @@ private:
|
|||
q31_t m_q0;
|
||||
q31_t m_q1;
|
||||
uint8_t m_result;
|
||||
q15_t m_rxLevelInverse;
|
||||
|
||||
q15_t q15Division(q15_t a, q15_t divisor);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue