mirror of https://github.com/markqvist/MMDVM.git
Increase the level of the CW id.
parent
0d07dd78eb
commit
3d49de190d
|
@ -24,7 +24,7 @@
|
||||||
#include "CWIdTX.h"
|
#include "CWIdTX.h"
|
||||||
|
|
||||||
q15_t TONE[] = {
|
q15_t TONE[] = {
|
||||||
0, 259, 500, 707, 866, 966, 1000, 966, 866, 707, 500, 259, 0, -259, -500, -707, -866, -966, -1000, -966, -866, -707, -500, -259};
|
0, 1294, 2500, 3535, 4330, 4830, 5000, 4830, 4330, 3535, 2500, 1294, 0, -1294, -2500, -3535, -4330, -4830, -5000, -4830, -4330, -3535, -2500, -1294};
|
||||||
|
|
||||||
q15_t SILENCE[] = {
|
q15_t SILENCE[] = {
|
||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||||
|
|
|
@ -43,7 +43,7 @@ m_modState(),
|
||||||
m_poBuffer(),
|
m_poBuffer(),
|
||||||
m_poLen(0U),
|
m_poLen(0U),
|
||||||
m_poPtr(0U),
|
m_poPtr(0U),
|
||||||
m_txDelay(120U), // 100ms
|
m_txDelay(240U), // 200ms
|
||||||
m_count(0U)
|
m_count(0U)
|
||||||
{
|
{
|
||||||
::memset(m_modState, 0x00U, 70U * sizeof(q15_t));
|
::memset(m_modState, 0x00U, 70U * sizeof(q15_t));
|
||||||
|
|
Loading…
Reference in New Issue