gr-gmr1: Tighten the low_pass in gmr_rach_scan

30 kHz is more than enough and helps get rid of adjacent bursts better

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2015-04-04 20:25:42 +02:00
parent a4c7f9cb57
commit 9803a37194
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@
</param>
<param>
<key>taps</key>
<value>firdes.low_pass(1.0, 32 * samp_rate, 17e3, 2e3)</value>
<value>firdes.low_pass(1.0, 32 * samp_rate, 15e3, 2e3)</value>
</param>
<param>
<key>nfilts</key>