Unable to resolve the name comm.AWGNChannel
4 次查看(过去 30 天)
显示 更早的评论
Hello all,
I have recently upgraded matlab to the R2020b and for some reason it is not able to run the Gaussian noise signal comm.AWGNChannel.
I am literally running it as Matlab documentation shows at https://ch.mathworks.com/help/comm/ref/comm.awgnchannel-system-object.html#mw_a71cdaad-effb-478f-8bb3-3e94524e3740_head as :
channel = comm.AWGNChannel('NoiseMethod','Variance', ...
'VarianceSource','Input port');
Does anyone know how to fix this?
Thank you in advance,
Ricardo
0 个评论
回答(1 个)
Maadhav Akula
2021-1-24
Hi,
Try the following command:
which -all comm.AWGNChannel
This should return the location of the file of AWGNChannel.m
Also, try the following command to check whether you have the Communications Toolbox installed or not:
ver('comm')
license('test','communication_toolbox')
This will return the Communications Toolbox version and 1 if you have access to the Communications Toolbox.
Hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!