Undefined function 'awgn' for input arguments of type 'double'

4 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

Wayne King
Wayne King il 18 Set 2012
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
  1 Commento
Avinas Vem
Avinas Vem il 20 Set 2012
The answer was right there. Yes my lab has only a certain licenses that can be checked out at an instance. Thanks a lot Wayne..

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Communications Toolbox in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by