Function File: comms ("help")
Function File: comms ("info")
Function File: comms ("info", mod)
Function File: comms ("test")
Function File: comms ("test", mod)

Manual and test code for the Octave Communications toolbox. There are 5 possible ways to call this function.

comms ("help")

Display this help message. Called with no arguments, this function also displays this help message

comms ("info")

Open the Communications toolbox manual

comms ("info", mod)

Open the Communications toolbox manual at the section specified by mod

comms ("test")

Run all of the test code for the Communications toolbox.

comms ("test", mod)

Run only the test code for the Communications toolbox in the module mod.

Valid values for the variable mod are

"all"

All of the toolbox

"random"

The random signal generation and analysis package

"source"

The source coding functions of the package

"block"

The block coding functions

"convol"

The convolution coding package

"modulation"

The modulation package

"special"

The special filter functions

"galois"

The Galois fields package

Please note that this function file should be used as an example of the use of this toolbox.

Package: communications