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 of the toolbox
The random signal generation and analysis package
The source coding functions of the package
The block coding functions
The convolution coding package
The modulation package
The special filter functions
The Galois fields package
Please note that this function file should be used as an example of the use of this toolbox.
Package: communications