GUPPITwoBitCorrection.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2013 by Paul Demorest
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 #ifndef __GUPPITwoBitCorrection_h
10 #define __GUPPITwoBitCorrection_h
11 
12 class GUPPITwoBitCorrection;
13 
14 #include "dsp/TwoBitCorrection.h"
15 
16 namespace dsp {
17 
18  class TwoBitTable;
19 
22 
23  public:
24 
27 
29  virtual bool matches (const Observation* observation);
30 
31  };
32 
33 }
34 
35 #endif
Contains all Baseband Data Reduction Library classes.
Definition: ASCIIObservation.h:17
Signal::State get_state() const
Return the state of the signal.
Definition: Observation.h:70
unsigned get_nbit() const
Return the number of bits per value.
Definition: Observation.h:95
virtual bool matches(const Observation *observation)
Return true if GUPPITwoBitCorrection can convert the Observation.
Definition: GUPPITwoBitCorrection.C:11
Stores information about digital, band-limited, time-varying signals.
Definition: Observation.h:33
Converts BitSeries data from two-bit digitized to floating-point values.
Definition: TwoBitCorrection.h:39
Converts GUPPI data from 2-bit digitized to floating point values.
Definition: GUPPITwoBitCorrection.h:21
Reference::To< TwoBitTable > table
Two-bit conversion table generator.
Definition: TwoBitCorrection.h:96
Look-up table for converting 2-bit digitized to floating point numbers.
Definition: TwoBitTable.h:25
GUPPITwoBitCorrection()
Constructor initializes base class attributes.
Definition: GUPPITwoBitCorrection.C:19
std::string get_machine() const
Return the instrument used to record signal.
Definition: Observation.h:194

Generated using doxygen 1.8.17