Ask a Question | Search DSPSR: |
Home
|
HistUnpacker.h Bit unpacker that keeps a histogram and optimal statistics. Definition: HistUnpacker.h:25 virtual void reset() Reset accumulated results to intial values. Definition: Operation.C:161 virtual void set_ndig(unsigned ndig) Set the number of digitizers (histograms) Definition: HistUnpacker.C:64 virtual void combine(const Operation *) Combine accumulated results with another operation. Definition: Operation.C:149 void zero_histogram() Reset histogram counts to zero. Definition: HistUnpacker.C:161 static bool keep_histogram Maintain a diagnostic histogram of digitizer statistics. Definition: HistUnpacker.h:36 virtual void set_default_ndig() Compute the default number of digitizers. Definition: HistUnpacker.C:48 Operation(const char *name) All sub-classes must specify a unique name. Definition: Operation.C:46 Defines the interface by which operations are performed on data. Definition: Operation.h:37 HistUnpacker(const char *name="HistUnpacker") Default constructor. Definition: HistUnpacker.C:18 virtual unsigned get_output_ichan(unsigned idig) const Get the output frequency channel for the given digitizer;. Definition: HistUnpacker.C:132 virtual unsigned get_output_ipol(unsigned idig) const Get the output polarization for the given digitizer. Definition: HistUnpacker.C:123 void combine(const Operation *) If Operation is a HistUnpacker, integrate its histograms. Definition: HistUnpacker.C:258 virtual void get_histogram(std::vector< unsigned long > &, unsigned) const Get the histogram for the specified digitizer. Definition: HistUnpacker.C:183 Abstract base class of Transformations that convert n-bit to float. Definition: Unpacker.h:42 virtual unsigned get_ndig() const Get the number of digitizers (histograms) Definition: HistUnpacker.C:38 unsigned get_nstate() const Get the number of states in the histogram. Definition: HistUnpacker.h:64 virtual ~HistUnpacker() Virtual destructor. Definition: HistUnpacker.C:27 virtual double get_optimal_variance() Get the optimal value of the time series variance. Definition: HistUnpacker.C:32 double get_histogram_mean(unsigned idig) const Get the centroid of the histogram for the given digitizer. Definition: HistUnpacker.C:197 Analytic unsigned long get_histogram_total(unsigned idig) const Get the total number of samples in the histogram. Definition: HistUnpacker.C:215 virtual unsigned get_ndim_per_digitizer() const Get the dimension of the digitizer outputs (real or complex) Definition: HistUnpacker.C:82 virtual unsigned get_output_offset(unsigned idig) const Get the offset (number of floats) into output for the given digitizer. Definition: HistUnpacker.C:114 void set_nstate_internal(unsigned _nstate) Set the number of states in the internal representation of the histogram. Definition: HistUnpacker.C:101 virtual void set_nstate(unsigned nstate) Set the number of states in the histogram. Definition: HistUnpacker.C:88 Generated using doxygen 1.8.17
|