summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2015-10-17 10:19:26 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2015-10-17 10:19:26 -0700
commit83da78945f7e68da2630f7006ce319d758fdc29d (patch)
treead2ea0681801437acdc87546912702cc5b5baaf6
parente1290cc82397c0cd01b309d21aad2dcd0beb0f3f (diff)
parent6bd98504810be28f0ae76b2a26ba438d8538a933 (diff)
Merge branch 'maint'
-rwxr-xr-xgr-uhd/apps/uhd_rx_nogui3
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-uhd/apps/uhd_rx_nogui b/gr-uhd/apps/uhd_rx_nogui
index ea43a43be6..3f43f577d4 100755
--- a/gr-uhd/apps/uhd_rx_nogui
+++ b/gr-uhd/apps/uhd_rx_nogui
@@ -163,8 +163,7 @@ class app_top_block(gr.top_block):
AGC = analog.agc_cc(1.0/channel_rate, # Time constant
1.0, # Reference power
- 1.0, # Initial gain
- 1.0) # Maximum gain
+ 1.0) # Gain
DEMOD = demod(channel_rate, audio_decim)