Index

WalshFunction

A walsh function, specified by number.

Input Format:

An integral value between 0 and 31 (inclusive).

Use with do-loops:
When a WalshFunction variable is used as the dependent variable of a do-loop, the associated loop increment is specified as an Integer constant.

Examples:
The first of the following commands sets the phase-switch modulation functions of receivers 3 and 4, to walsh-function 2.
 walsh all, rx3+rx4, 2
The second example exploits the fact that walsh function 31 is a DC level to turn off phase switching on receiver 0.
 walsh all, rx0, 31
Context:
This datatype is only used by the walsh command.

Note that selecting walsh function 31 disables phase switching. This is because walsh function 31 is a unbroken sequence of zeros.


Martin Shepherd (9-Oct-1997)