diff options
author | Ron Economos <w6rz@comcast.net> | 2020-10-05 16:16:24 -0700 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-10-08 08:04:27 -0400 |
commit | 97678a45732fde443c4335bf3b1397780a41911e (patch) | |
tree | b1af37ce2d719f7c0daf29b702de94dfdfbb04ee | |
parent | 8f57038aa83014ef63df2aeb07cea6ea56b71f2a (diff) |
gr-dtv: Repair UHD example with normalized gain.
-rw-r--r-- | gr-dtv/examples/uhd_atsc_rx.grc | 67 |
1 files changed, 34 insertions, 33 deletions
diff --git a/gr-dtv/examples/uhd_atsc_rx.grc b/gr-dtv/examples/uhd_atsc_rx.grc index defc54969c..8ed2a4dc0f 100644 --- a/gr-dtv/examples/uhd_atsc_rx.grc +++ b/gr-dtv/examples/uhd_atsc_rx.grc @@ -104,7 +104,7 @@ blocks: gui_hint: 0,1,1,1 label: Gain min_len: '200' - orient: Qt.Horizontal + orient: QtCore.Qt.Horizontal rangeType: float start: '0' step: '.01' @@ -590,6 +590,38 @@ blocks: gain7: '0' gain8: '0' gain9: '0' + gain_type0: normalized + gain_type1: default + gain_type10: default + gain_type11: default + gain_type12: default + gain_type13: default + gain_type14: default + gain_type15: default + gain_type16: default + gain_type17: default + gain_type18: default + gain_type19: default + gain_type2: default + gain_type20: default + gain_type21: default + gain_type22: default + gain_type23: default + gain_type24: default + gain_type25: default + gain_type26: default + gain_type27: default + gain_type28: default + gain_type29: default + gain_type3: default + gain_type30: default + gain_type31: default + gain_type4: default + gain_type5: default + gain_type6: default + gain_type7: default + gain_type8: default + gain_type9: default iq_imbal_enb0: '""' iq_imbal_enb1: '""' iq_imbal_enb10: '""' @@ -689,38 +721,6 @@ blocks: maxoutbuf: '0' minoutbuf: '0' nchan: '1' - norm_gain0: 'True' - norm_gain1: 'False' - norm_gain10: 'False' - norm_gain11: 'False' - norm_gain12: 'False' - norm_gain13: 'False' - norm_gain14: 'False' - norm_gain15: 'False' - norm_gain16: 'False' - norm_gain17: 'False' - norm_gain18: 'False' - norm_gain19: 'False' - norm_gain2: 'False' - norm_gain20: 'False' - norm_gain21: 'False' - norm_gain22: 'False' - norm_gain23: 'False' - norm_gain24: 'False' - norm_gain25: 'False' - norm_gain26: 'False' - norm_gain27: 'False' - norm_gain28: 'False' - norm_gain29: 'False' - norm_gain3: 'False' - norm_gain30: 'False' - norm_gain31: 'False' - norm_gain4: 'False' - norm_gain5: 'False' - norm_gain6: 'False' - norm_gain7: 'False' - norm_gain8: 'False' - norm_gain9: 'False' num_mboards: '1' otw: '' rx_agc0: Disabled @@ -836,6 +836,7 @@ blocks: minoutbuf: '0' name: '"RX Spectrum"' nconnections: '2' + norm_window: 'False' showports: 'True' tr_chan: '0' tr_level: '0.0' |