フィルターのクリア

RTL-SDR IQ data

32 ビュー (過去 30 日間)
Michael McFarland
Michael McFarland 2023 年 3 月 15 日
回答済み: Rijuta 2023 年 4 月 19 日
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.

回答 (1 件)

Rijuta
Rijuta 2023 年 4 月 19 日
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.

カテゴリ

Help Center および File ExchangeCommunications Toolbox についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by