Finished messaging pop-up started implementing advanced modulations

This commit is contained in:
corne lukken
2015-05-29 13:45:15 +02:00
parent c8f76addc3
commit e5bdcb1fc9
5 changed files with 29 additions and 4 deletions
+10
View File
@@ -13,6 +13,16 @@
#define DEMOD_TYPE_LSB 3
#define DEMOD_TYPE_USB 4
#define DEMOD_TYPE_DSB 5
#define DEMOD_TYPE_ASK 6
#define DEMOD_TYPE_APSK 7
#define DEMOD_TYPE_BPSK 8
#define DEMOD_TYPE_DPSK 9
#define DEMOD_TYPE_PSK 10
#define DEMOD_TYPE_OOK 11
#define DEMOD_TYPE_ST 12
#define DEMOD_TYPE_SQAM 13
#define DEMOD_TYPE_QAM 14
#define DEMOD_TYPE_QPSK 15
class DemodulatorThread;
class DemodulatorThreadCommand {