APSREightBit.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2008 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 #ifndef __APSREightBit_h
10 #define __APSREightBit_h
11 
12 #include "dsp/APSRUnpacker.h"
13 #include "dsp/EightBitOne.h"
14 
15 namespace dsp
16 {
17  typedef APSRUnpacker< APSRExcision<EightBitOne>, 8 > APSREightBitBase;
18 
20  class APSREightBit: public APSREightBitBase
21  {
22  public:
24  APSREightBit ();
25  };
26 }
27 
28 #endif
Contains all Baseband Data Reduction Library classes.
Definition: ASCIIObservation.h:17
APSREightBit()
Constructor initializes bit table.
Definition: APSREightBit.C:17
Look-up table for converting N-bit digitized to floating point numbers.
Definition: BitTable.h:22
void set_effective_nbit(unsigned bits)
Set the effective number of bits.
Definition: BitTable.C:70

Generated using doxygen 1.8.17