Ask a Question | Search DSPSR: |
Home
|
TwoBitTable.h 65 }
TwoBitTable(Type type, bool reverse_bits=false) Constructor. Definition: TwoBitTable.C:10 float get_hi_val() const Return the value of the high voltage state. Definition: TwoBitTable.h:48 void set_lo_val(float lo_val) Set the value of the low voltage state. Definition: TwoBitTable.C:21 bool reverse_2bit Flip the two data bits - that is SignMag becomes MagSign. Definition: TwoBitTable.h:71 void set_reverse_2bit(bool flag=true) Set the reverse_2bit attribute. Definition: TwoBitTable.C:32 const bool reverse_bits Reverse the order of the bits. Definition: BitTable.h:130 void set_hi_val(float hi_val) Set the value of the high voltage state. Definition: TwoBitTable.C:27 void rebuild() Build a two-bit table with the current attributes. Definition: TwoBitTable.C:37 Look-up table for converting N-bit digitized to floating point numbers. Definition: BitTable.h:22 bool get_reverse_2bit() const Get the reverse_2bit value. Definition: TwoBitTable.h:54 void generate_unique_values(float *vals) const Generate a look-up table for 2-bit to floating point conversion. Definition: TwoBitTable.C:42 float get_lo_val() const Return the value of the low voltage state. Definition: TwoBitTable.h:42 Generated using doxygen 1.8.17
|