- Configure and control USRP radios from MATLAB.
- Transmit and receive signals using USRP radios.
- Implement custom communication algorithms in MATLAB and deploy them to USRP hardware.
is it possible to achieve Transceiver with communication toolbox system objects for usrp ?
4 ビュー (過去 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));
0 件のコメント
回答 (2 件)
Prathamesh
2023 年 7 月 26 日
Hi,
Yes, it is possible to achieve Transceiver with communication toolbox system objects for usrp.
Steps to achieve transceiver are:
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.
0 件のコメント
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 件のコメント
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 Center および File Exchange で Communications Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!