mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 06:26:42 +00:00
Merge branch 'FM_Ext' into AX25_FM
This commit is contained in:
commit
bb66c72ef3
48 changed files with 1193 additions and 1546 deletions
4
YSFTX.h
4
YSFTX.h
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "Config.h"
|
||||
|
||||
#include "SerialRB.h"
|
||||
#include "RingBuffer.h"
|
||||
|
||||
class CYSFTX {
|
||||
public:
|
||||
|
|
@ -38,7 +38,7 @@ public:
|
|||
void setParams(bool on, uint8_t txHang);
|
||||
|
||||
private:
|
||||
CSerialRB m_buffer;
|
||||
CRingBuffer<uint8_t> m_buffer;
|
||||
arm_fir_interpolate_instance_q15 m_modFilter;
|
||||
q15_t m_modState[16U]; // blockSize + phaseLength - 1, 4 + 9 - 1 plus some spare
|
||||
uint8_t m_poBuffer[1200U];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue