MATLAB 2016b USRP Support Package. "findsdru" function does not recognize X310 model?
4 ビュー (過去 30 日間)
古いコメントを表示
Hi to everyone,
I have X310 model USRP's. Their UHD version is 3.9.2. I know that MATLAB 2016b USRP support package has 3.9.4. When I use findsdru functions I get the following results:
>> findsdru
Platform: ''
IPAddress: ''
SerialNum: ''
Status: 'No devices found'
>> findsdru('192.168.10.2')
Platform: ''
IPAddress: '192.168.10.2'
SerialNum: ''
Status: 'Success'
If I use probesdru('192.168.10.2'), then MATLAB gives the detailed information about X310 model!
However, since findsdru command does not recognize the "Platform", I cannot use the step function to receive data.
In short, some functions work and some don't. What might be the problem? UHD versions?
Thanks
0 件のコメント
回答 (4 件)
Mike McLernon
2016 年 12 月 23 日
Please do update the UHD on your X310. You can use the sdruload function to do so. That function is documented here.
1 件のコメント
参考
カテゴリ
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!