QAM Demod
digital_qam_demod
from gnuradio import digital
digital.qam.qam_demod(
constellation_points=$constellation_points,
differential=$differential,
samples_per_symbol=$samples_per_symbol,
excess_bw=$excess_bw,
freq_bw=$freq_bw,
timing_bw=$timing_bw,
phase_bw=$phase_bw,
mod_code=$mod_code,
verbose=$verbose,
log=$log,
)
Number of Constellation Points
constellation_points
16
int
Differential Encoding
differential
True
bool
Samples/Symbol
samples_per_symbol
2
int
Excess BW
excess_bw
0.35
real
Frequency BW
freq_bw
6.28/100.0
real
Timing BW
timing_bw
6.28/100.0
real
Phase BW
phase_bw
6.28/100.0
real
Gray Code
mod_code
enum
Verbose
verbose
False
bool
#if str($verbose) == 'False' then 'part' else 'none'#
Logging
log
False
bool
#if str($log) == 'False' then 'part' else 'none'#
in
complex