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

조회 수: 3 (최근 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 2024년 11월 21일 5:43
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