12 #ifndef __S2TwoBitTable_h
13 #define __S2TwoBitTable_h
15 #include "dsp/TwoBitTable.h"
24 class S2TwoBitTable : public TwoBitTable {
35 virtual unsigned twobit ( unsigned byte, unsigned sample) const;
41 #endif // !defined(__S2TwoBitTable_h)
Contains all Baseband Data Reduction Library classes. Definition: ASCIIObservation.h:17
virtual unsigned twobit(unsigned byte, unsigned sample) const Return the 2-bit number from byte corresponding to sample. Definition: S2TwoBitTable.C:20
S2TwoBitTable(Type type) Constructor. Definition: S2TwoBitTable.h:39
Type Interpretation of the bits in each value. Definition: BitTable.h:38
Type type Digitization convention. Definition: BitTable.h:118
Look-up table for converting 2-bit digitized to floating point numbers. Definition: TwoBitTable.h:25
~S2TwoBitTable() Destructor. Definition: S2TwoBitTable.h:42
Generated using doxygen 1.8.17
|