Add modulations

This commit is contained in:
alessandro90
2018-11-11 17:55:14 +01:00
parent 142297da2f
commit 2f4e72c8bd
3 changed files with 164 additions and 1 deletions

View File

@@ -47,6 +47,31 @@ class Constants(object):
"SC-FDMA": [],}
)
UNKNOWN = "Unknown"
MODULATIONS = ["8VSB",
"AFSK",
"AM",
"BFSK",
"C4FM",
"CDMA",
"COFDM",
"CW",
"FFSK",
"FM",
"FMCW",
"FMOP",
"FSK",
"GFSK",
"GMSK",
"IFK",
"MFSK",
"MSK",
"OFDM",
"OOK",
"PAM",
"PPM",
"PSK",
"QAM",
"TDMA",]
def reset_apply_remove_btn(button):