rtl_tcp_andro- icon indicating copy to clipboard operation
rtl_tcp_andro- copied to clipboard

direct sampling for rtl_tcp

Open luoGanda opened this issue 3 years ago • 0 comments

i could be wrong but.. i tested this more times, and it doesn't work as it should.. I set direct sampling, but all i get is static noise with a peak in the middle from 100khz till cca 25MHz. It may be that driver is using I, instead of Q sampling mode.

Maybe this is the issue at librtlsdr.c: /* only enable In-phase ADC input */ r |= rtlsdr_demod_write_reg(dev, 0, 0x08, 0x4d, 1);

/* swap I and Q ADC, this allows to select between two inputs */ r |= rtlsdr_demod_write_reg(dev, 0, 0x06, (on > 1) ? 0x90 : 0x80, 1);

luoGanda avatar Nov 23 '21 14:11 luoGanda