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

2 views (last 30 days)
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?

Answers (1)

Maneet Kaur Bagga
Maneet Kaur Bagga ongeveer 17 uur ago
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!

Categories

Find more on Communications Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!