sdrdev
Create radio object for interfacing with USRP embedded series radio hardware
Add-On Required: This feature requires the Communications Toolbox Support Package for USRP Embedded Series Radio add-on.
Description
creates a radio object to interface with the USRP™ embedded series 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.
creates a radio object for the specified IP address. Use this syntax only if you configure
the radio hardware with an IP address other than the default during hardware setup.dev
= sdrdev(DeviceName
,'IPAddress',IPAddress
)
sdrdev
or
lists supported radio device names included with the Communications Toolbox™ Support Package for USRP Embedded Series Radio. 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 R2016b