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.
- 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!