sdrrx
Create receiver System object for radio hardware
Add-On Required: This feature requires the Communications Toolbox Support Package for Analog Devices ADALM-Pluto Radio add-on.
Description
creates a receiver System object™ with default properties that receives data from the radio hardware
specified by rx
= sdrrx(DeviceName
)DeviceName
. The object receives data over a USB
communication connection.
The receiver System object connects to the radio hardware when you call the object. After
creating a receiver radio object, use the info
object function of comm.SDRRxPluto
to verify
host-hardware communication. The object stays connected until you call the
release
method.
specifies additional properties using one or more rx
= sdrrx(DeviceName
,Name=Value
)Name=Value
pair arguments. Unspecified properties take default values.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2017a