Work on the DMO RX to improve synchronisation.

This commit is contained in:
Jonathan Naylor 2016-08-25 21:51:25 +01:00
parent 5efe222ec3
commit 8652f58c19
2 changed files with 73 additions and 2 deletions

View file

@ -63,6 +63,7 @@ private:
bool processSample(q15_t sample);
void correlateSync(bool first);
void correlateEMB();
void samplesToBits(uint16_t start, uint8_t count, uint8_t* buffer, uint16_t offset, q15_t centre, q15_t threshold);
};