capture
Capture contiguous RF data using USRP embedded series radio hardware
Add-On Required: This feature requires the Communications Toolbox Support Package for USRP Embedded Series Radio add-on.
Syntax
Description
[
captures data
,mdata
] = capture(rx
,length
)ceil(
number of contiguous data
samples using the USRP™ embedded series radio hardware associated with the length
)rx
receiver System object™. The function returns the captured data samples in the output
data
. The function also returns capture-time configuration settings
for the radio device in the output mdata
.
[
specifies options using one or more name-value pair arguments. For example,
data
,mdata
,fn
] = capture(___,'Filename',filename
,Name,Value
)'UserMetadata',moreInfo
adds the moreInfo
structure defined in the workspace to the mdata
output. Specify
name-value pair arguments after all other input arguments.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019b