comm.SDRDevFMCOMMS5
Description
The comm.SDRDevFMCOMMS5
radio object interfaces with an FMCOMMS5
Zynq® radio hardware. Use this object to configure the radio hardware and the
host computer for proper communication.
The object supports the Xilinx® ZC706 radio hardware with Analog Devices® FMCOMMS5 RF card.
Creation
To create a comm.SDRDevFMCOMMS5
radio object, call the sdrdev
function with
argument 'FMCOMMS5'
.
dev = sdrdev('FMCOMMS5');
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('FMCOMMS5','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 R2019a