How to set up my USB SDR dongle to interact with MATLAB R2018a
6 次查看(过去 30 天)
显示 更早的评论
Hello,
I'm facing issues at the moment regarding the Comunication System Toolbox and its Hardware Support Package for RTL-SDR radio.
My issue is the following:
- My hardware is currently not being recognized/detected by MATLAB R2018a
- The command 'sdrinfo' returns
>> sdrinfo
ans =
0×0 empty cell array
- The same command, when ran on MATLAB R2016a on the same machine returns
>> sdrinfo
ans =
RadioName: 'Generic RTL2832U OEM'
RadioAddress: '0'
RadioIsOpen: 0
TunerName: 'E4000'
Manufacturer: 'Realtek'
Product: 'RTL2838UHIDIR'
[Irrelevant details omitted]
What I have tried so far:
- Rebooting my machine
- All the USB ports
- Running Zadig independently (in administrator mode)
- Uninstalling all the dongle drivers from the machine and starting from scratch
- Using the dongle on other software (tried with SDR# and it worked)
After having already attempted all the listed setup instructions regarding Zadig, I feel out of ideas.
Any help would be appreciated, and have my thanks in advance.
0 个评论
回答(1 个)
Ethem
2019-4-4
It is possible that the libraries installed by SDR# are conflicting with libraries installed by R2018a MATLAB. Please try removing the SDR# installed libraries from the path then try sdrinfo in 18a.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Analog Devices ADALM1000 Support from Data Acquisition Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!