Page 1 of 1

extract "pure" IQ from source code

Posted: Thu Oct 01, 2020 2:32 pm
by mamdo
sorry for this noob question.

i'm using the Pluto sdr command " iio_writedev -u ip:192.168.2.1 cf-ad9361-dds-core-lpc " to pass any IQ to pluto.
and i'm want to pass IQ from "portsdown / rpidatv" code " after all operation encoding H264 and modulation QPSK ..." to Pluto.

so i'm just want where is the exactly point i can put my code to take IQ from "portsdown / rpidatv" code and transfer it to Pluto.

Re: extract "pure" IQ from source code

Posted: Fri Oct 02, 2020 9:56 am
by G8GKQ
Hi @mamdo (do you have real name [Abdo?])

Not a noobs question at all.

The raw IQ values are computed within limesdr_dvb.cpp and are not exposed outside that program. You might try using the older dvbs2iq program that is also included in the source. I stopped using that because of difficulties with buffer management.

Dave