mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-01-27 02:14:55 +01:00
e4k: disable DC offset correction
This was causing the 'pulsing' of the DC offset spike. Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
parent
dd68eb2d22
commit
35729e7ee4
@ -103,10 +103,10 @@ e4000_Initialize(void *pTuner
|
||||
|
||||
if(Qpeak(pTuner) != E4000_1_SUCCESS)
|
||||
goto error_status_execute_function;
|
||||
|
||||
#if 0
|
||||
if(DCoffloop(pTuner) != E4000_1_SUCCESS)
|
||||
goto error_status_execute_function;
|
||||
|
||||
#endif
|
||||
if(GainControlinit(pTuner) != E4000_1_SUCCESS)
|
||||
goto error_status_execute_function;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user