diff options
author | Ron Economos <w6rz@comcast.net> | 2019-01-17 01:48:33 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-01-17 18:14:57 -0800 |
commit | 8b9b6d0a17920c489b027b4040cdf6d43462501b (patch) | |
tree | 09db16bc3990be4de903ea373df0275e71600d13 /gr-dtv | |
parent | 0ad2c261ae3ed86f740c72fc223ec6fb3b0d1e7c (diff) |
dtv: Reduce RRC filter gain for new 16APSK constellation.
Diffstat (limited to 'gr-dtv')
-rw-r--r-- | gr-dtv/examples/dvbs2_tx.grc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-dtv/examples/dvbs2_tx.grc b/gr-dtv/examples/dvbs2_tx.grc index 8a7b314ecc..987843cc65 100644 --- a/gr-dtv/examples/dvbs2_tx.grc +++ b/gr-dtv/examples/dvbs2_tx.grc @@ -313,7 +313,7 @@ blocks: minoutbuf: '0' nthreads: '1' samp_delay: '0' - taps: firdes.root_raised_cosine(1.0, samp_rate, samp_rate/2, rolloff, taps) + taps: firdes.root_raised_cosine(0.9, samp_rate, samp_rate/2, rolloff, taps) type: ccc states: coordinate: [456, 348.0] |