mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
print erasure probability
This commit is contained in:
parent
c797ad2fda
commit
46ef3d8dbe
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ int main()
|
|||
double better_SNR = design_SNR + 0.5;//1.59175;
|
||||
std::cerr << "better SNR: " << better_SNR << std::endl;
|
||||
double probability = std::exp(-pow(10.0, better_SNR / 10));
|
||||
std::cerr << "prob: " << probability << std::endl;
|
||||
if (1) {
|
||||
auto freeze = new CODE::BhattacharyyaFreezer<M>;
|
||||
std::cerr << "sizeof(BhattacharyyaFreezer<M>) = " << sizeof(CODE::BhattacharyyaFreezer<M>) << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue