APSRFourBit.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 __APSRFourBit_h
10 #define __APSRFourBit_h
11 
12 #include "dsp/APSRUnpacker.h"
13 #include "dsp/FourBitTwo.h"
14 
15 namespace dsp
16 {
17  typedef APSRUnpacker< APSRExcision<FourBitTwo>, 4 > APSRFourBitBase;
18 
20  class APSRFourBit: public APSRFourBitBase
21  {
22  public:
24  APSRFourBit ();
25  };
26 }
27 
28 #endif
Contains all Baseband Data Reduction Library classes.
Definition: ASCIIObservation.h:17
APSRFourBit()
Constructor initializes bit table.
Definition: APSRFourBit.C:10
Look-up table for converting N-bit digitized to floating point numbers.
Definition: BitTable.h:22

Generated using doxygen 1.8.17