Separation of IQ data
Quote from ilan on 13/12/2021, 15:31Hi,
Is it possible to separate the IQ data and get two columns: one for I and the other for Q?
Thanks.
Hi,
Is it possible to separate the IQ data and get two columns: one for I and the other for Q?
Thanks.
Quote from AdminTC on 13/12/2021, 15:38Sure, use the IQ Oscilloscope or the IQ Pulse Inspector.
Sure, use the IQ Oscilloscope or the IQ Pulse Inspector.
Quote from AdminTC on 14/12/2021, 12:39So far this is not possible but since the IQ data structure/table is quite straight forward you can easily extract it from the IQ data file.
So far this is not possible but since the IQ data structure/table is quite straight forward you can easily extract it from the IQ data file.
Quote from ilan on 25/01/2022, 10:15Hi,
I'd like to record IQ samples of LTE channel bandwidth 20MHz and base sampling rates of 2048 (FFT size).I attach the blocks diagram according to your recommendation in order to write separated IQ data in two columns in the file: one for I and the other for Q.The file's format will be in two columns of integer numbers representing I and Q samples at baseband and base sampling rates. You can separate the columns by tabs or spaces; the integer numbers are 16-bit signed integers between -32768 and +32767. Alternatively, the two columns can represent double precision floating point numbers without any range restriction.Please let me know if the diagram blocks are drawn correctly and how to output to a specific format.
I'm also attaching an example of the output I would like.Thanks.
Hi,
I'm also attaching an example of the output I would like.
Quote from AdminTC on 26/01/2022, 09:53The FileSource block should be what you are looking for since it can export a lot of different formats:
The FileSource block should be what you are looking for since it can export a lot of different formats: