Ask a Question | Search DSPSR: |
Home
|
TwoBitFour.h void generate(float *table) const Generate a look-up table for conversion to floating point. Definition: BitTable.C:128 void get_lookup_block(float *lookup, TwoBitTable *table) Implement TwoBitLookup::get_lookup_block. Definition: TwoBitFour.C:41 unsigned get_lookup_block_size() Implement TwoBitLookup::get_lookup_block_size. Definition: TwoBitFour.C:50 void set_lo_val(float lo_val) Set the value of the low voltage state. Definition: TwoBitTable.C:21 virtual void lookup_build(TwoBitTable *, JenetAnderson98 *=0) Build the output value lookup table. Definition: TwoBitLookup.C:77 void lookup_build(TwoBitTable *, JenetAnderson98 *=0) Build the output value lookup table. Definition: TwoBitFour.C:17 void nlow_build(TwoBitTable *table) Build counts of low voltage 2-bit states in each byte. Definition: TwoBitFour.C:23 void rebuild() Build a two-bit table with the current attributes. Definition: TwoBitTable.C:37 const float * get_values(unsigned byte=0) const Returns pointer to values_per_byte floats represented by byte. Definition: BitTable.C:88 static const unsigned unique_bytes Number of unique 8-bit combinations. Definition: BitTable.h:35 bool bad Flag set when the data should be flagged as bad. Definition: TwoBitFour.h:38 Look-up table for converting 2-bit digitized to floating point numbers. Definition: TwoBitTable.h:25 unsigned get_values_per_byte() const Get the number of floating point values per byte, 8/N. Definition: BitTable.h:80 Generated using doxygen 1.8.17
|