Ask a Question | Search DSPSR: |
Home
|
dsp::Source Class Referenceabstract Abstract interface to sources of TimeSeries data. More...
Inheritance diagram for dsp::Source:
Detailed DescriptionAbstract interface to sources of TimeSeries data. Member Function Documentation◆ get_block_size()
Get the number of time samples per segment output by the source. This may not be the same as the number specified by set_block_size owing to the intrinsic resolution of the source Implemented in dsp::InputSource< Type >. ◆ seek_time()
Seek to the specified time in seconds. An exception is thrown if unable to seek. Implemented in dsp::InputSource< Type >, dsp::InputSource< ParallelInput >, dsp::InputSource< Input >, and dsp::InputSource< InputType >. Referenced by dsp::SingleThread::Config::prepare(). ◆ set_total_time()
Truncate the time series at the specified second. An exception is thrown if unable to set total samples. Implemented in dsp::InputSource< Type >, dsp::InputSource< ParallelInput >, dsp::InputSource< Input >, and dsp::InputSource< InputType >. Referenced by dsp::SingleThread::Config::prepare(). The documentation for this class was generated from the following file: Generated using doxygen 1.8.17
|