mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
merged Joe's changes in decode_fullaplist
This commit is contained in:
parent
baf427c358
commit
68d964b5c7
@ -712,7 +712,9 @@ int q65_decode_fullaplist(q65_codec_ds *codec,
|
|||||||
// point to next codeword
|
// point to next codeword
|
||||||
pCw+=nN;
|
pCw+=nN;
|
||||||
}
|
}
|
||||||
q65_llh=maxllh;
|
|
||||||
|
q65_llh=maxllh; // save for Joe's use
|
||||||
|
|
||||||
if (maxcw<0) // no llh larger than threshold found
|
if (maxcw<0) // no llh larger than threshold found
|
||||||
return Q65_DECODE_FAILED;
|
return Q65_DECODE_FAILED;
|
||||||
|
|
||||||
|
@ -39,7 +39,8 @@
|
|||||||
// maximum number of weights for the fast-fading metric evaluation
|
// maximum number of weights for the fast-fading metric evaluation
|
||||||
#define Q65_FASTFADING_MAXWEIGTHS 65
|
#define Q65_FASTFADING_MAXWEIGTHS 65
|
||||||
|
|
||||||
float q65_llh;
|
extern float q65_llh;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const qracode *pQraCode; // qra code to be used by the codec
|
const qracode *pQraCode; // qra code to be used by the codec
|
||||||
float decoderEsNoMetric; // value for which we optimize the decoder metric
|
float decoderEsNoMetric; // value for which we optimize the decoder metric
|
||||||
|
Loading…
x
Reference in New Issue
Block a user