i am using binary generic algorithm for cognitive radio, i am unable to convert binary to continuous values using 'gadecode'...it show following error

1 view (last 30 days)
par=gadecode(pop,0,10,nbits); % convert binary to continuous values
error: Undefined function or method 'gadecode' for input arguments of type 'double'.

Answers (1)

Walter Roberson
Walter Roberson on 15 Oct 2015
gadecode is not in any Mathworks product, and is not in the File Exchange either. For more see http://www.mathworks.com/matlabcentral/answers/17582-code-error
  2 Comments
Walter Roberson
Walter Roberson on 15 Oct 2015
There is no known source of that toolbox. It might have been part of code provided with a book; if so you would need to figure out which book and buy the book.
The particular function you are asking about just might be shown at
https://searchcode.com/codesearch/view/28309651/
Or maybe not. There are multiple uses of the same routine name on the net.
How did you encounter the routine name in the first place? The context might help us figure out which code is intended.

Sign in to comment.

Categories

Find more on Signal Reception and Recovery in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!