sdrdev
Create radio object for interfacing with Xilinx Zynq-based radio hardware
Add-On Required: This feature requires the SoC Blockset Support Package for AMD FPGA and SoC Devices add-on.
Description
creates a radio object to interface with the radio hardware identified by
dev
= sdrdev(DeviceName
)DeviceName
. This object enables you to configure the
radio hardware and host computer for proper communication. To verify
host-hardware communication, call info(dev)
after creating
the radio object.
Note
To receive or transmit data through the radio, you must create a
receiver or a transmitter System object™ instead of a radio object. To create these objects, use
the sdrrx
and sdrtx
functions.
sdrdev
or
lists supported radio device names included with the SoC Blockset™ Support Package for AMD FPGA and SoC Devices. The list does not reflect what devices are attached to the host.
For a list of supported hardware in this support package, see Hardware and Software Requirements.list
=
sdrdev
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014b