Undefined function 'awgn' for input arguments of type 'double'
조회 수: 4 (최근 30일)
이전 댓글 표시
I have a similar problem.Weird thing is I had my awgn function working yesterday.But today on the same system it doesn't work.And yes I have my communication systems toolbox installed.(ver tells me that i have the toolbox)
snr=3; x=ones(10,1)'; y=awgn(x,snr); "Undefined function 'awgn' for input arguments of type 'double' " is the response. Should i unlock the Comm Systems toolbox or something?
댓글 수: 0
채택된 답변
Wayne King
2012년 9월 18일
Does this command return a 1:
license('test','communication_toolbox')
Are you in a networked configuration where only so many licenses can be checked out at once?
If not try:
rehash
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Communications Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!