mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
oops
This commit is contained in:
parent
cab6f381c4
commit
f1539aacdc
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ struct Decoder : Common
|
|||
chan[i] = DSP::lerp(chan[i], tone[i], value(0.5));
|
||||
}
|
||||
}
|
||||
if (oper_mode < 1)
|
||||
if (oper_mode < 0)
|
||||
continue;
|
||||
DSP::quick_sort(snr, symbol_count + 1);
|
||||
std::cerr << "Es/N0 (dB): " << DSP::decibel(snr[0]) << " .. " << DSP::decibel(snr[symbol_count/2]) << " .. " << DSP::decibel(snr[symbol_count]) << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue