mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
DSD demod: get symbol synchronization signal
This commit is contained in:
parent
001cadae2a
commit
71379c837b
@ -30,6 +30,7 @@ public:
|
||||
|
||||
void pushSample(short sample) { m_decoder.run(sample); }
|
||||
short getFilteredSample() const { return m_decoder.getFilteredSample(); }
|
||||
short getSymbolSyncSample() const { return m_decoder.getSymbolSyncSample(); }
|
||||
short *getAudio(int& nbSamples) { return m_decoder.getAudio(nbSamples); }
|
||||
void resetAudio() { m_decoder.resetAudio(); }
|
||||
void enableMbelib(bool enable) { m_decoder.enableMbelib(enable); }
|
||||
|
Loading…
Reference in New Issue
Block a user