Communications Toolbox    

Supplementing This Guide with Command-Line Help

Command-line help is text that MATLAB displays in its command window. The table below lists two kinds of command-line help that are available for the Communications Toolbox, along with the command that you would type at the MATLAB prompt in order to display the help text.

Type of Command-Line Help
MATLAB Command
List of functions in the Communications Toolbox
help comm
Information about a particular function
help function (for example, help ademod)

Method-Specific Help

Some multipurpose functions also provide command-line help on specific methods. For example, help encode displays text that describes the use of the encode command for error-control encoding. One specific method of error-control encoding is BCH encoding. The command

displays text that describes the use of the encode command for BCH encoding. The functions that provide method-specific help are: amod, ademod, amodce, ademodce, ddemod, ddemodce, decode, demodmap, dmod, dmodce, encode, and modmap. The general help text, displayed by the help function command, lists the available methods.


 Expected Background Configuration Information