comm.SDRDevAD936x
Interface with AD936x-based Zynq radio hardware
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.
The object supports these radio hardware devices:
ADI RF SOM
Xilinx® ZC706 with Analog Devices® FMCOMMS2/3/4 RF card
ZedBoard™ with Analog Devices FMCOMMS2/3/4 RF card
Xilinx ZCU102 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