mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Add synthetic 600Hz sine wave and some more POCSAGCal states
This commit is contained in:
parent
5e3c4c91bb
commit
580ba0b536
3 changed files with 9 additions and 2 deletions
|
|
@ -21,6 +21,12 @@
|
|||
#include "CalPOCSAG.h"
|
||||
|
||||
// POCSAG 600 Hz Test Pattern
|
||||
const q15_t sine600Hz[] = {
|
||||
0, 5125, 10125, 14875, 19259, 23169, 26509, 29195, 31163, 32363,
|
||||
32767, 32363, 31163, 29195, 26509, 23169, 19259, 14875, 10125, 5125,
|
||||
0, -5126, -10126, -14876, -19260, -23170, -26510, -29196, -31164, -32364,
|
||||
-32767, -32364, -31164, -29196, -26510, -23170, -19260, -14876, -10126, -5126,
|
||||
};
|
||||
|
||||
CCalPOCSAG::CCalPOCSAG() :
|
||||
m_transmit(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue