Hi there, I am new to this list and want to say hello and also ask my first question.
How do I set up the recording modes in RTLSDR software for linux and in sdr# for windows in the same way? I record the IQ-stream (baseband in sdr#) as 16 bit with my windows OS and I asked a friend of mine to use rtlsdr and also record the iq-stream in 16bit. But his file size is only half that of mine. I want to do auto cross-correlation and both streams need to be in the same format to be comparable. So I am not sure, if I only record with half of the bit-depth, or only one channel with full bit-depth, or if something was set up wrongly with the sample rate. That are the CMDs we used rtl_sdr -f 107.7e6 -s 2048000 -g 36.4 output.bin sox -t raw -b 16 -e signed-integer -r 2048000 -B -c2 output.bin output_2channel.wav So, what shall I change in rtlsdr? In sdr# I can only select the bit-depth, so I think I have to set rtlsdr in a different way, but how? Thank you in advance! :) Andreas
