diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-01-18 09:46:03 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-01-18 09:46:03 -0800 |
commit | 530fc0be11e6dc560a32aeda26baf3c451090d30 (patch) | |
tree | 327bc50a6826e6ea67652374b8c9e2b409aa7935 /gr-digital/examples/narrowband/digital_bert_rx.py | |
parent | 5873f2bf659e785422640f964980fd7b57096e85 (diff) | |
parent | ad65dd6c70d11dba26ecbad07a6290801151e044 (diff) |
Merge branch 'maint'
Diffstat (limited to 'gr-digital/examples/narrowband/digital_bert_rx.py')
-rwxr-xr-x | gr-digital/examples/narrowband/digital_bert_rx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/examples/narrowband/digital_bert_rx.py b/gr-digital/examples/narrowband/digital_bert_rx.py index ab7e988eba..4055aa2444 100755 --- a/gr-digital/examples/narrowband/digital_bert_rx.py +++ b/gr-digital/examples/narrowband/digital_bert_rx.py @@ -114,7 +114,7 @@ class rx_psk_block(gr.top_block): if(options.rx_freq is not None): symbol_rate = options.bitrate / self._demodulator.bits_per_symbol() - self._source = uhd_receiver(options.args, options.bitrate, + self._source = uhd_receiver(options.args, symbol_rate, options.samples_per_symbol, options.rx_freq, options.rx_gain, options.spec, |