transmitRepeat function not found n MATLAB 2020a?
古いコメントを表示
I want to transmit data using USRP B200 serial number F4F57E and i use transmitRepeat function but thats not found in MATLAB. is there any other function to use that.
回答 (2 件)
Walter Roberson
2021 年 3 月 15 日
0 投票
You need to install the support package; https://www.mathworks.com/help/supportpkg/usrpembeddedseriesradio/ug/comm.sdrtxe3xx.transmitrepeat.html
12 件のコメント
Faheem Ur Rehman
2021 年 3 月 15 日
編集済み: Faheem Ur Rehman
2021 年 3 月 15 日
Faheem Ur Rehman
2021 年 3 月 15 日
Faheem Ur Rehman
2021 年 3 月 15 日
Walter Roberson
2021 年 3 月 15 日
Unfortunately that support package is not available for Mac and I do not currently have Windows installed.
Faheem Ur Rehman
2021 年 3 月 15 日
Walter Roberson
2021 年 3 月 15 日
Sorry, I am having a fair bit of difficulty getting my Windows emulation going.
Walter Roberson
2021 年 3 月 15 日
編集済み: Walter Roberson
2021 年 3 月 15 日
C:\ProgramData\MATLAB\SupportPackages\R2020a\toolbox\shared\sdr\rfconverter_libiio\+comm\+libiio\+AD9361\tx.p is the file that implements transmitRepeat . It is a comm.SDRTxE3xx method . It becomes visible after you call sdrtx(); and is only visible when you pass the output of sdrtx into it.
I notice you are using a B200, but transmitRepeat is defined for E3* not for B2*
It is defined for: ADALM-Pluto Radio; USRP E310 or USRP E312 SDR, Xilinx® Zynq®-Based Radio
Faheem Ur Rehman
2021 年 3 月 16 日
Walter Roberson
2021 年 3 月 16 日
I do not know. I do not find an equivalent, but I do not know much about the package.
Faheem Ur Rehman
2021 年 3 月 24 日
Walter Roberson
2021 年 3 月 24 日
It appears to me that the hardware / software combination for the B200 does not support that feature with provided software.
Potentially it is something that could be programmed by sending a new image to the FPGA. It appears that you have about 3 megabits available https://files.ettus.com/volatility/volatility_USRP_B200_B210_r1.pdf
瑞婷 牛
2022 年 4 月 18 日
0 投票
Hello, I would like to ask that you finally solved the problem that the function transmitRepeat cannot be used on B210
3 件のコメント
Walter Roberson
2022 年 4 月 18 日
The company does not provide a system image for the B210 that supports transmitRepeat: you would have to program it yourself onto the FPGA.
瑞婷 牛
2022 年 4 月 19 日
Hello, have you tried to implement this function on FPGA? Because I am not very familiar with FPGA, I hope you can help me
Walter Roberson
2022 年 4 月 19 日
I have not done any software defined radio work, and I do not have any of the relevant equipment at all. I also have never generated FPGA for anything.
カテゴリ
ヘルプ センター および File Exchange で Communications Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!