captureOutputs
Retrieve outputs from capture run in background using baseband receiver
Since R2024a
Add-On Required: This feature requires the Wireless Testbench™ Support Package for NI™ USRP™ Radios add-on.
Description
[
retrieves the outputs of a capture run in the background using the
specified baseband receiver. The function returns the path to the file
containing the captured data data
,timestamp
,droppedSamples
] = captureOutputs(bbrx
)data
, capture request
timestamp timestamp
, and dropped samples status
droppedSamples
.
Examples
Input Arguments
Output Arguments
Limitations
When you call the captureOutputs
function, the
captured data is moved into the MAT-file specified by the SaveLocation
name-value argument of the capture
function. This operation can take several seconds
and the time depends on the size of the file.
Tips
Check the status of
the capture by using the isCapturing
function
before using the captureOutputs
function:
isCapturing(bbrx)
1 (true)
if a capture is in progress in the
background.Version History
Introduced in R2024a