Ask a Question | Search DSPSR: |
Home
|
dsp::SigProcDigitizer Class Reference Converts floating point values to N-bit sigproc filterbank format. More...
Inheritance diagram for dsp::SigProcDigitizer:
Detailed DescriptionConverts floating point values to N-bit sigproc filterbank format. Member Function Documentation◆ pack()
Pack the data. This method must tranpose 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. If this condition isn't true, then the nesting of the loops should be inverted. Implements dsp::Digitizer. References dsp::TimeSeries::OrderFPT, and dsp::TimeSeries::OrderTFP. The documentation for this class was generated from the following files:
Generated using doxygen 1.8.17
|