Borrar filtros
Borrar filtros

RTL-SDR IQ data

32 visualizaciones (últimos 30 días)
Michael McFarland
Michael McFarland el 15 de Mzo. de 2023
Respondida: Rijuta el 19 de Abr. de 2023
Hello,
I am trying to record IQ data of a signal using a RTL SDR to find the power of the signal. I have previously done this using SDR#, which outputs a single column stream of IQ data. However, when using the RTLSDR toolbox in Matlab, the output IQ is saved as matrix. This matrix has rows equalling the SamplesPerFrame and columns equalling the number of frames. How can i instead get a single stream of data? What's even more confusing is I have tried this using the Ettus E310 SDR on Matlab and it outputs a single stream of data.
Thanks.

Respuestas (1)

Rijuta
Rijuta el 19 de Abr. de 2023
Hi Michael,
I understand that you are using the RTLSDR toolbox in MATLAB to record IQ data from a RTL-SDR device, but the output data is saved as a matrix with rows representing samples per frame and columns representing frames. However, you would like to get a single stream of data similar to what you obtained with SDR# or the Ettus E310 SDR.
To achieve a single stream of IQ data, you can simply concatenate the columns of the matrix into a single column vector using the 'reshape' function.

Categorías

Más información sobre Communications Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by