필터 지우기
필터 지우기

Unable to resolve the name comm.AWGNChannel

조회 수: 9 (최근 30일)
Ricardo López
Ricardo López 2021년 1월 11일
답변: Maadhav Akula 2021년 1월 24일
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.
channel = comm.AWGNChannel('NoiseMethod','Variance', ...
'VarianceSource','Input port');
Does anyone know how to fix this?
Thank you in advance,
Ricardo

답변 (1개)

Maadhav Akula
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!

카테고리

Help CenterFile 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!

Translated by