|
| S2TwoBitTable (Type type) |
| Constructor.
|
|
| ~S2TwoBitTable () |
| Destructor.
|
|
virtual unsigned | twobit (unsigned byte, unsigned sample) const |
| Return the 2-bit number from byte corresponding to sample. More...
|
|
| TwoBitTable (Type type, bool reverse_bits=false) |
| Constructor.
|
|
void | set_lo_val (float lo_val) |
| Set the value of the low voltage state.
|
|
float | get_lo_val () const |
| Return the value of the low voltage state.
|
|
void | set_hi_val (float hi_val) |
| Set the value of the high voltage state.
|
|
float | get_hi_val () const |
| Return the value of the high voltage state.
|
|
void | set_reverse_2bit (bool flag=true) |
| Set the reverse_2bit attribute.
|
|
bool | get_reverse_2bit () const |
| Get the reverse_2bit value.
|
|
void | rebuild () |
| Build a two-bit table with the current attributes.
|
|
void | generate_unique_values (float *vals) const |
| Generate a look-up table for 2-bit to floating point conversion.
|
|
| BitTable (unsigned nbit, Type type, bool reverse_bits=false) |
| Constructor.
|
|
virtual | ~BitTable () |
| Destructor.
|
|
void | set_effective_nbit (unsigned bits) |
| Set the effective number of bits. More...
|
|
unsigned | get_effective_nbit () const |
|
void | set_order (Order) |
| Set the order of the samples in each byte.
|
|
Order | get_order () const |
|
void | set_zero_is_a_threshold (bool) |
| Set to true if zero is a threshold; set to false if zero is a value. More...
|
|
bool | get_zero_is_a_threshold () const |
|
unsigned | get_values_per_byte () const |
| Get the number of floating point values per byte, 8/N.
|
|
unsigned | get_unique_values () const |
| Get the number of unique values of an N-bit integer, 2^N.
|
|
double | get_scale () const |
| Get the scale factor used to normalize the variance to unity.
|
|
Type | get_type () const |
| Return the digitization convention.
|
|
const float * | get_values (unsigned byte=0) const |
| Returns pointer to values_per_byte floats represented by byte.
|
|
void | generate (float *table) const |
| Generate a look-up table for conversion to floating point. More...
|
|
virtual unsigned | extract (unsigned byte, unsigned i) const |
| Extract the ith sample from byte. More...
|
|
virtual double | get_optimal_variance () const |
| Return the optimal variance of normally distributed samples.
|
|
virtual double | get_nlow_threshold () const |
| Return the optimal threshold closest to and less than unity.
|
|
virtual void | get_nlow_lookup (char *nlow_lookup) const |
| Return the number of low voltage states in each of 256 bytes.
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|