s2x changes (thx Janus)

Origin commit data
------------------
Branch: ni/coolstream
Commit: ac360c7bea
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2019-10-30 (Wed, 30 Oct 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2019-10-30 06:20:48 +01:00
committed by vanhofen
parent 3fac81dc04
commit 069ee72b89
9 changed files with 103 additions and 51 deletions

View File

@@ -169,7 +169,7 @@ typedef enum fe_code_rate {
typedef enum fe_modulation {
QPSK,
QPSK, // mod=1
QAM_16,
QAM_32,
QAM_64,
@@ -178,11 +178,12 @@ typedef enum fe_modulation {
QAM_AUTO,
VSB_8,
VSB_16,
PSK_8,
APSK_16,
APSK_32,
PSK_8, // mod=2 ==> S2(X)
APSK_16, // mod=4 ==> S2(X) 16APSK
APSK_32, // mod=5 ==> S2(X) 32APSK ==> ?? 64APSK, 128APSK, 256APSK (mod= 6,7,8)
DQPSK,
QAM_4_NR
QAM_4_NR,
APSK_8 // mod=3 ==> S2(X) 8APSK
} fe_modulation_t;
typedef enum fe_transmit_mode {