comm.SDRDevAD936x
Interface with AD936x-based Zynq radio hardware
Add-On Required: This feature requires the SoC Blockset Support Package for AMD FPGA and SoC Devices add-on.
Description
The comm.SDRDevAD936x
radio object interfaces with an AD936x-based
Zynq® radio hardware. With this object, you can configure the radio hardware and
the host computer for proper communication.
To use this object, in the hardware setup, select one of these supported boards and add-on cards.
Analog Devices® RF SOM
Xilinx® Zynq ZC706 Evaluation Kit with Analog Devices FMCOMMS2/3/4 RF card
ZedBoard™ with Analog Devices FMCOMMS2/3/4 RF card
Zynq UltraScale+™ MPSoC ZCU102 Evaluation Kit with Analog Devices FMCOMMS2/3/4 RF card
Creation
To create a comm.SDRDevAD936x
radio object, use the sdrdev
function with argument 'AD936x'
.
dev = sdrdev('AD936x')
If you configure the radio hardware with an IP address other than the default during
the host-radio hardware setup, you can also specify the new IP address when creating the
object. Set the IPAddress
property upon creation of the object by
using a name-value
pair.
dev = sdrdev('AD936x','IPAddress','192.168.30.2');
Properties
Object Functions
downloadImage | Download SD card image or bitstream file |
info | Get radio hardware information |
testConnection | Test connection between host and radio hardware |
Examples
Version History
Introduced in R2018b