mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
use 3/10-rate sequence from TwoInt project
This commit is contained in:
parent
55ddae0c6f
commit
01878fc81a
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ int main()
|
|||
auto temp = new simd_type[N];
|
||||
|
||||
const int *reliability_sequence;
|
||||
double erasure_probability = 0.5;
|
||||
double erasure_probability = 0.3;
|
||||
int K = (1 - erasure_probability) * N;
|
||||
double design_SNR = 10 * std::log10(-std::log(erasure_probability));
|
||||
std::cerr << "design SNR: " << design_SNR << std::endl;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue