sdrinfo
RTL-SDR radio information
Add-On Required: This feature requires the Communications Toolbox Support Package for RTL-SDR Radio add-on.
Description
returns a cell array of
structures containing information about the RTL-SDR radios that are connected to the host
computer. If the function does not find any RTL-SDR radios, the output is an empty
array.hardwareInfo
= sdrinfo
returns information about the RTL-SDR radio with the specified device address. The structure
of information is specific to the type of attached radio. If you do not specify a device
address, the function attempts to find all connected RTL-SDR radios. If the function finds
an incompatible radio at the specified address, the function returns a warning.hardwareInfo
= sdrinfo(devAddress
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014a