Removed the DecodedText snr limitation
This commit is contained in:
parent
43a6dbc42d
commit
fc4a6d35a5
@ -62,11 +62,6 @@ DecodedText::DecodedText (QString const& the_string, bool contest_mode, QString
|
|||||||
|
|
||||||
bits_ = bits();
|
bits_ = bits();
|
||||||
|
|
||||||
// don't even try to unpack -24dB frames...they are *very* likely to be false decodes...
|
|
||||||
if(snr() <= -24){
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
tryUnpack();
|
tryUnpack();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user