Communications Toolbox Support Package for USRP Radio not showing from simulink library
Mostrar comentarios más antiguos
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?
Respuestas (1)
Maneet Kaur Bagga
el 21 de Nov. de 2024
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!
Categorías
Más información sobre Communications Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!