SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <phaselock.h>
Public Member Functions | |
RDSPhaseLock (Real freq, Real bandwidth, Real minsignal) | |
virtual | ~RDSPhaseLock () |
Public Member Functions inherited from PhaseLock | |
PhaseLock (Real freq, Real bandwidth, Real minsignal) | |
virtual | ~PhaseLock () |
void | configure (Real freq, Real bandwidth, Real minsignal) |
void | process (const std::vector< Real > &samples_in, std::vector< Real > &samples_out) |
void | process (const Real &sample_in, Real *samples_out) |
void | process (const Real &real_in, const Real &imag_in, Real *samples_out) |
bool | locked () const |
Real | get_pilot_level () const |
Protected Member Functions | |
virtual void | processPhase (Real *samples_out) const |
Additional Inherited Members | |
Static Public Attributes inherited from PhaseLock | |
static const int | pilot_frequency = 19000 |
Protected Attributes inherited from PhaseLock | |
Real | m_phase |
Real | m_psin |
Real | m_pcos |
Definition at line 161 of file phaselock.h.
Definition at line 164 of file phaselock.h.
|
inlinevirtual |
Definition at line 168 of file phaselock.h.
|
inlineprotectedvirtual |
Callback method to produce multiple outputs from the current phase value in m_phase and/or the sin and cos values in m_psin and m_pcos
Reimplemented from PhaseLock.
Definition at line 172 of file phaselock.h.