|
dsplib 1.1.0
C++ DSP library for MATLAB-like coding
|
Classes | |
| struct | Result |
Public Member Functions | |
| PreambleDetector (span_cmplx h, real_t threshold=0.5) | |
| PreambleDetector (const PreambleDetector &)=delete | |
| std::optional< Result > | process (span_cmplx x) |
| std::optional< Result > | operator() (span_cmplx x) |
| int | frame_len () const noexcept |
| void | reset () |