|
These parameters describe the state of the dsp::Input from which the raw data was loaded
|
uint64_t | total_samples |
| The total number of time samples.
|
|
uint64_t | block_size |
| The number of time samples in each block.
|
|
uint64_t | overlap |
| The number of time samples by which consecutive blocks overlap.
|
|
Signal::State | state |
| The state of the signal from Input::info.
|
|
uint64_t | get_total_samples () const |
| The total number of time samples.
|
|
void | set_total_samples (uint64_t _total_samples) |
| The total number of time samples.
|
|
uint64_t | get_block_size () const |
| The number of time samples in each block.
|
|
void | set_block_size (uint64_t _block_size) |
| The number of time samples in each block.
|
|
uint64_t | get_overlap () const |
| The number of time samples by which consecutive blocks overlap.
|
|
void | set_overlap (uint64_t _overlap) |
| The number of time samples by which consecutive blocks overlap.
|
|
Signal::State | get_state () const |
| The state of the signal from Input::info.
|
|
void | set_state (Signal::State _state) |
| The state of the signal from Input::info.
|
|
|
These parameters describe the state of the dsp::Convolution instance used to process the data.
|
unsigned | nsamp_fft |
| Number of time samples in each FFT.
|
|
unsigned | nsamp_overlap_pos |
| Number of time samples in wrap-around region, left-hand side.
|
|
unsigned | nsamp_overlap_neg |
| Number of time samples in wrap-around region, right-hand side.
|
|
unsigned | get_nsamp_fft () const |
| Number of time samples in each FFT.
|
|
void | set_nsamp_fft (unsigned _nsamp_fft) |
| Number of time samples in each FFT.
|
|
unsigned | get_nsamp_overlap_pos () const |
| Number of time samples in wrap-around region, left-hand side.
|
|
void | set_nsamp_overlap_pos (unsigned _nsamp_overlap_pos) |
| Number of time samples in wrap-around region, left-hand side.
|
|
unsigned | get_nsamp_overlap_neg () const |
| Number of time samples in wrap-around region, right-hand side.
|
|
void | set_nsamp_overlap_neg (unsigned _nsamp_overlap_neg) |
| Number of time samples in wrap-around region, right-hand side.
|
|
Stores dspsr data reduction parameters.
This class stores backend information specific to the baseband recording and processing system implemented by dspsr.