2 #ifndef CARMA_UTIL_WALSHFUNCTION_H
3 #define CARMA_UTIL_WALSHFUNCTION_H
58 bool getValue(
int function,
int value)
const;
64 void dump(
bool whitespace =
true)
const;
75 std::vector<bool> val_;
79 int getValueTriState(
int function,
int value)
const;
87 #endif // CARMA_UTIL_WALSHFUNCTION_H
void graph() const
Graph the values to stdout, looks like __–__–.
bool getValue(int function, int value) const
Get value.
virtual ~WalshFunction()
Destructor.
void dump(bool whitespace=true) const
Dump the values to stdout.
Class to generate and manipulate Walsh functions.