mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
added test for msg len 2
This commit is contained in:
parent
620466021b
commit
2adfe54c76
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,11 @@ int popcnt(TYPE x)
|
|||
return cnt;
|
||||
}
|
||||
|
||||
#if 0
|
||||
const int LOOPS = 80000;
|
||||
const float QEF_SNR = 7.0;
|
||||
const int DATA_LEN = 2;
|
||||
#endif
|
||||
#if 0
|
||||
const int LOOPS = 40000;
|
||||
const float QEF_SNR = 4.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue