mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add V/D Mode 1 AMBE FEC.
This commit is contained in:
parent
e91b8b9a90
commit
b9b8cf12f8
3 changed files with 118 additions and 6 deletions
|
|
@ -25,8 +25,11 @@ public:
|
|||
~CAMBEFEC();
|
||||
|
||||
unsigned int regenerateDMR(unsigned char* bytes) const;
|
||||
|
||||
unsigned int regenerateDStar(unsigned char* bytes) const;
|
||||
|
||||
unsigned int regenerateYSF1(unsigned char* bytes) const;
|
||||
|
||||
private:
|
||||
unsigned int regenerate(unsigned int& a, unsigned int& b, unsigned int& c, bool b23) const;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue