Communications Toolbox Support Package for USRP Radio not showing from simulink library

2 次查看(过去 30 天)
I did install the ¨Communications Toolbox Support Package for USRP Radio¨ but it is not showing from the simulink library. How can i fix it?

回答(1 个)

Maneet Kaur Bagga
Maneet Kaur Bagga about 13 hours 前
Hi,
As per my understanding, you have installed the "Communications Toolbox Support Package for USRP Radio" but you cannot see the related blocks in the Simulink Library Browser. Please refer to the following steps as a workaround:
  • Run the following command in MATLAB to confirm the support package is installed. Check if "Communications Toolbox Support Package for USRP Radio" appears in the list.
matlabshared.supportpkg.getInstalled
  • Re-configure the Support package using the following command.
supportPackageInstaller
  • Restart MATLAB and open Simulink. Search for "USRP" in the Simulink Library Browser under the "Communications Toolbox" category.
  • Use the following command to check if MATLAB recognizes the USRP device:
radioDevices = sdrdev('usrp');
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 Communications Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by