diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-03-30 22:45:25 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-03-30 22:45:25 -0700 |
commit | 6ac74a242c12b7e759403176c757b3042a67d0d1 (patch) | |
tree | 370d863f9462408962b75debdc35b56e07afde43 /gr-uhd | |
parent | 3ac8785ed446b434c273ee25ff1e4d3e0705137b (diff) | |
parent | 5e383b0b6ef90cc555803856b82609dca6f8186a (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-uhd')
-rwxr-xr-x | gr-uhd/examples/python/fm_tx4.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-uhd/examples/python/fm_tx4.py b/gr-uhd/examples/python/fm_tx4.py index fefa67861b..516033dae1 100755 --- a/gr-uhd/examples/python/fm_tx4.py +++ b/gr-uhd/examples/python/fm_tx4.py @@ -63,7 +63,8 @@ class pipeline(gr.hier_block2): sys.exit(1) print audio_rate, if_rate - fmtx = analog.nbfm_tx(audio_rate, if_rate, max_dev=5e3, tau=75e-6) + fmtx = analog.nbfm_tx(audio_rate, if_rate, max_dev=5e3, + tau=75e-6, fh=0.925*if_rate/2.0) # Local oscillator lo = analog.sig_source_c(if_rate, # sample rate |