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 <symsync.h>
Public Member Functions | |
SymbolSynchronizer () | |
~SymbolSynchronizer () | |
Real | run (const Sample &s) |
liquid_float_complex | runZ (const Sample &s) |
Private Attributes | |
symsync_crcf | m_sync |
liquid_float_complex | m_z [4+4] |
liquid_float_complex | m_z0 |
int | m_syncSampleCount |
SymbolSynchronizer::SymbolSynchronizer | ( | ) |
SymbolSynchronizer::~SymbolSynchronizer | ( | ) |
Definition at line 44 of file symsync.cpp.
References i, Sample::m_imag, Sample::m_real, m_sync, m_syncSampleCount, m_z, and SDR_RX_SCALEF.
liquid_float_complex SymbolSynchronizer::runZ | ( | const Sample & | s | ) |
Definition at line 72 of file symsync.cpp.
References i, Sample::m_imag, Sample::m_real, m_sync, m_syncSampleCount, m_z, m_z0, and SDR_RX_SCALEF.
|
private |
Definition at line 35 of file symsync.h.
Referenced by run(), runZ(), SymbolSynchronizer(), and ~SymbolSynchronizer().
|
private |
Definition at line 38 of file symsync.h.
Referenced by run(), runZ(), and SymbolSynchronizer().
|
private |
|
private |