mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-11-10 04:37:37 +01:00
turn 3dB filter gain block on always
This commit is contained in:
parent
987d1e4e7f
commit
2499c9b64d
@ -792,7 +792,7 @@ static int r82xx_set_tv_standard(struct r82xx_priv *priv,
|
||||
/* BW < 6 MHz */
|
||||
if_khz = 3570;
|
||||
filt_cal_lo = 56000; /* 52000->56000 */
|
||||
filt_gain = 0x10; /* +3db, 6mhz on */
|
||||
filt_gain = 0x30; /* +3db, 6mhz on */
|
||||
img_r = 0x00; /* image negative */
|
||||
filt_q = 0x10; /* r10[4]:low q(1'b1) */
|
||||
hp_cor = 0x6b; /* 1.7m disable, +2cap, 1.0mhz */
|
||||
|
Loading…
Reference in New Issue
Block a user