basebandTransceiver
Description
Use the basebandTransceiver
object to configure the specified
software-defined radio (SDR) as a baseband transceiver to simultaneously transmit and capture
IQ waveforms over the air.
This diagram shows a conceptual overview of capturing and transmitting radio signals in Wireless Testbench™ using a radio that you configure with this object. The onboard data buffering ensures contiguous data capture and transmit. The transmission controller enables you to specify continuous or single-shot transmissions.
Creation
Description
creates a baseband transceiver object for the specified radio bbtrx
= basebandTransceiver(radio
)radio
.
Note
The object requires exclusive access to radio hardware resources. Before creating this object, clear any existing Wireless Testbench object associated with the specified radio from the workspace.
sets properties using one
or more name-value arguments. For example, bbtrx
= basebandTransceiver(radio
,Name=Value
)CaptureDataType="double"
sets the data type of the returned captured data to double
.
Input Arguments
Properties
Object Functions
capture | Capture IQ data using baseband receiver or transceiver |
transmit | Transmit waveform using baseband transmitter or transceiver |
stopTransmission | Stop transmission from baseband transmitter or transceiver |
Examples
Version History
Introduced in R2022a