Ask a Question | Search DSPSR: |
Home
|
Public Member Functions |
Static Public Member Functions |
Protected Attributes |
List of all members
dsp::GenericVoltageDigitizer Class Reference Digitizer that converts FTP or TFP ordered TimeSeries to TFP-ordered, Twos Complement BitSeries. More...
Inheritance diagram for dsp::GenericVoltageDigitizer:
Detailed DescriptionDigitizer that converts FTP or TFP ordered TimeSeries to TFP-ordered, Twos Complement BitSeries. Member Function Documentation◆ get_default_digi_mean()
Get the default digitization mean for the requantization bit width.
Referenced by set_nbit(). ◆ get_default_digi_scale()
Get the default digitization scale factor for the requantization bit width.
Referenced by set_nbit(). ◆ pack()
pack the data. This method must transpose the data from frequency major order to time major order. It is assumed that ndat > 4 * nchan, and therefore stride in output time is smaller than stride in input frequency. Implements dsp::Digitizer. References dsp::TimeSeries::OrderFPT, and dsp::TimeSeries::OrderTFP. ◆ set_scale()
sets a multiplicative scale factor to apply in addition to the digi_scale.
The documentation for this class was generated from the following files:
Generated using doxygen 1.8.17
|