CARMA C++
|
Tagged: Thu Nov 13 16:53:52 UTC 2003. More...
Go to the source code of this file.
Classes | |
class | sza::antenna::control::SlowWalsh |
A class to encapsulate slow walsh functions. More... | |
Namespaces | |
sza | |
Define a class for Calibrator control. | |
Macros | |
#define | WALSH_ON_BIT 14 |
The bit in the frame->walshstate register that specifies whether slow walshing is turned on or off. More... | |
#define | WALSH_PERIOD 16 |
One full Walsh cycle will be 16 states. More... | |
Tagged: Thu Nov 13 16:53:52 UTC 2003.
Definition in file SlowWalsh.h.
#define WALSH_ON_BIT 14 |
The bit in the frame->walshstate register that specifies whether slow walshing is turned on or off.
This is a bit redundant, since the 13 receiver walshstate bits will be 0 anyway, but we will use it as a convenient flag for the routine which toggles the walsh states to tell if it should stop.
Definition at line 18 of file SlowWalsh.h.
#define WALSH_PERIOD 16 |
One full Walsh cycle will be 16 states.
This will also be the number of Walsh functions available.
Definition at line 24 of file SlowWalsh.h.