• RE: time for IQBLK_GetIQDataDeinterleaved to get IQ data

    Hello Afonso,&#160;<br> <br> sorry for the long silence.&#160;<br> <br> thanks for the advice. I have tried using the&#160;IFSTREAM_GetIFData functionfollowing your suggestion (hopefully is the good one) but I keep on getting an 1212 error code when executing it. I have tried with different input data but always the same result.&#160;<br> <br> Would you happen to have a working example of using IF samples that I can use to further ellaborate my application?<br> <br> Thanks in advance!
  • time for IQBLK_GetIQDataDeinterleaved to get IQ data

    Hello, I´m building an application to analyze the spectrum and run some machine-learning over the retreived data. To do so, I´m using the RSA_API implementation over Python to communicate with the RSA 306B. The problem I am encountering is the amount of time needed to get the data from the RSA306b. I´ve timed every part of the code and I have concluded that the "bottleneck" is the; IQBLK_GetIQDataDeinterleaved function. It currently takes around 3 seconds to send a vector of 56000000 (i.e. 56e6) IQ samples from the RSA to the python code. Is there a faster way to send this information or is it as fast as it gets; I´ve also tried the; IQBLK_GetIQData function, but I get similar times. Thanks in advance for the help