필터 지우기
필터 지우기

is it possible to achieve Transceiver with communication toolbox system objects for usrp ?

조회 수: 6 (최근 30일)
i would like to know that if we can achieve Transceiver using Communications Toolbox Support Package for USRP Radio, precisely with comm.SDRuTransmitter and comm.SDRuReceiver?
if yes, how? what i actually want that transmission is keep going on while usrp starts receiving.
executing one after one will initiate the receiver to receive only when transmission is completed and that is not what is required.
p.s.- i can use Wireless Testbench Support Package for NI USRP Radios (transmit and capture) for making usrp x310 act as transceiver as following.
transmit(bbtrx,y,"continuous");
pause(0.5);
rx_sig = capture(bbtrx,milliseconds(0.01));

답변 (2개)

Prathamesh
Prathamesh 2023년 7월 26일
Hi,
Yes, it is possible to achieve Transceiver with communication toolbox system objects for usrp.
Steps to achieve transceiver are:
  1. Configure and control USRP radios from MATLAB.
  2. Transmit and receive signals using USRP radios.
  3. Implement custom communication algorithms in MATLAB and deploy them to USRP hardware.
Please refer to the following documentation to get more information on Communications Toolbox Support Package for USRP Radio:
Also refer to the following example which implements transceiver with USRP Hardware.

Ritesh Chandra Tewari
Ritesh Chandra Tewari 2023년 12월 29일
Hey Nadim can you share your email id. I am also working on similar project. we can discuss.
  댓글 수: 2
MOHAMMAD NADIM
MOHAMMAD NADIM 2023년 12월 29일
If you have any specific question, you can ask here, that way, it will reach to large audience.
Ritesh Chandra Tewari
Ritesh Chandra Tewari 2023년 12월 29일
편집: Ritesh Chandra Tewari 2023년 12월 29일
I have some doubts about Labview. I am using usrp 2954 and trying the simple streaming example. In the example radar is working as a continuous wave. I want to customize the example to a fmcw radar and record the data. I am new to Labview, so can you help?

댓글을 달려면 로그인하십시오.

카테고리

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

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by