sdrrx
R2026bCreate receiver System object for Xilinx Zynq-based radio hardware
Description
Add-On Required: This feature requires the SoC Blockset Support Package for AMD FPGA and SoC Devices add-on.
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 gigabit Ethernet network
connection.
When you call the receiver System object, the object connects to the radio hardware. The object stays connected until
you call the release function. For more information on how to use the
object, see the documentation of the corresponding System object.
specifies additional properties using one or more rx = sdrrx(DeviceName,Name,Value)Name,Value
arguments.
You can also use the receiver System object in an FPGA I/O workflow. In this workflow, use the object to configure the
radio hardware and FPGA I/O interfaces to transfer data between MATLAB® and FPGA logic. Before accessing the FPGA I/O interfaces, configure the radio
hardware by using the applyConfiguration
function. For more information on the FPGA I/O workflow, see Use FPGA I/O to Rapidly Prototype HDL IP Core (HDL Coder).
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2014b