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!