필터 지우기
필터 지우기

Difference between using SDR object (with sdrdev) and SDR systems object (with sdrrx and sdrtx)

조회 수: 2 (최근 30일)
What is the difference between an SDR or radio object and an SDR or radio systems object?
I got this from the Help Center Setup for Two Radios Connecting to One Host. I thought I would ask this in this forum instead of putting in a service request.

답변 (1개)

Jack
Jack 2023년 3월 25일
Hi,
In MATLAB, an SDR (Software-Defined Radio) object represents a connection to a specific SDR hardware device. It allows you to configure the device, set up data transmission and reception, and perform other operations specific to that device.
On the other hand, an SDR Systems object represents a system that consists of multiple SDR hardware devices and/or software-defined radios running on a host computer. It allows you to define the overall system parameters, such as the sampling rate and data type, and to coordinate the data transmission and reception between multiple SDR devices.
In the context of the Help Center article you mentioned, the SDR objects are used to connect to the individual SDR devices, while the SDR Systems object is used to coordinate the data transmission and reception between the two SDR devices and the host computer.
To summarize, an SDR object represents a single SDR hardware device, while an SDR Systems object represents a system consisting of multiple SDR hardware devices and/or software-defined radios running on a host computer.
  댓글 수: 1
Dan Kim
Dan Kim 2023년 3월 27일
Hey Jack,
I am at a loss for the purpose of sdrdev(). Is it simply to detect the device? When using the function
RadioTx = sdrdev;
it gives two fields, the radio id ('usb:0') and the type of Radio ('Pluto', 'USRB' etc.). Can we use the object RadioTx to interact with the radio id?
Thank you for answering.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Analog Devices ADALM1000 Support from Data Acquisition Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by