mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-08-02 12:53:38 +02:00
fix first decimation value for FCD devices
thanks to Stefan Mandl for bringing up this issue.
This commit is contained in:
parent
f7479db0d2
commit
7bcc11d568
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ class top_block(grc_wxgui.top_block_gui):
|
|||
else:
|
||||
first_decim = 10
|
||||
|
||||
self.offset = 0
|
||||
|
||||
taps = firdes.low_pass(1.0, sample_rate, options.low_pass, options.low_pass * 0.2, firdes.WIN_HANN)
|
||||
self.tuner = filter.freq_xlating_fir_filter_ccf(first_decim, taps, self.offset, sample_rate)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue