Ask a Question | Search DSPSR: |
Home
|
TwoBitLookup.h void set_Phi(double Phi) void set_nlow_min(unsigned min) Set the minimum acceptable number of low voltage states. Definition: TwoBitLookup.C:33 void set_lo_val(float lo_val) Set the value of the low voltage state. Definition: TwoBitTable.C:21 virtual void lookup_build(TwoBitTable *, JenetAnderson98 *=0) Build the output value lookup table. Definition: TwoBitLookup.C:77 void set_nlow_max(unsigned max) Set the maximum acceptable number of low voltage states. Definition: TwoBitLookup.C:39 void set_hi_val(float hi_val) Set the value of the high voltage state. Definition: TwoBitTable.C:27 double get_hi() const void set_ndat(unsigned ndat) Set the number of time samples in each population counted. Definition: TwoBitLookup.C:45 virtual void get_lookup_block(float *lookup, TwoBitTable *table)=0 Unpack a block of unique samples, given the current table. Creates lookup table for 2-bit dynamic output level setting. Definition: TwoBitLookup.h:23 void set_ndim(unsigned ndim) Set the dimension of the time samples (1=real, 2=complex) Definition: TwoBitLookup.C:52 Look-up table for converting 2-bit digitized to floating point numbers. Definition: TwoBitTable.h:25 virtual unsigned get_lookup_block_size()=0 Return the number of unique samples per block. double get_lo() const Generated using doxygen 1.8.17
|