mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 22:35:41 +00:00
added 1/2 and 1/3 rate codes
This commit is contained in:
parent
d3075d33c9
commit
ee81124c4b
2 changed files with 4 additions and 0 deletions
|
|
@ -34,5 +34,7 @@ void code(int N, int K)
|
|||
int main()
|
||||
{
|
||||
code<11>(2048, 1360+32);
|
||||
code<11>(2048, 1024+32);
|
||||
code<11>(2048, 680+32);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue