How to Transmit and Receive Simultaneously Using USRP B210 in MATLAB

조회 수: 43 (최근 30일)
"I am trying to transmit and receive signals simultaneously using a USRP B210 in MATLAB. I want to continuously transmit a sine wave signal and plot the received signal in real time. I attempted to use comm.SDRuTransmitter and comm.SDRuReceiver in parallel processing, but the reception does not seem to work properly while transmitting. Is it possible to transmit and receive at the same time?

채택된 답변

Walter Roberson
Walter Roberson 2025년 1월 21일
The B210 shares a single hardware clock between the two modules. In theory the frequency of the two modules can be different, but only within a limited frequency range (which I would have to look up.)
Historically MATLAB did not support this arrangement, and to implement it you needed a custom image.
The B3xx series supports independent clocks for the two modules.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Communications Toolbox에 대해 자세히 알아보기

제품


릴리스

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by