captureOutputs
Retrieve outputs from capture run in background using baseband receiver or transceiver
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 or baseband transceiver data
,timestamp
,droppedSamples
] = captureOutputs(bba
)bba
. The function returns the captured
signal 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 workspace or the specified MAT file. 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(bba)
1 (true)
if a capture is in progress in the background.