We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00a878 commit 7b25e49Copy full SHA for 7b25e49
lib/phy/upper/channel_coding/ldpc/ldpc_decoder_impl.h
@@ -178,9 +178,9 @@ class ldpc_decoder_impl : public ldpc_decoder
178
179
private:
180
/// Soft bits clamp lower bound.
181
- static constexpr log_likelihood_ratio soft_bits_clamp_low = -32;
+ static constexpr log_likelihood_ratio soft_bits_clamp_low = -64;
182
/// Soft bits clamp higher bound.
183
- static constexpr log_likelihood_ratio soft_bits_clamp_high = 32;
+ static constexpr log_likelihood_ratio soft_bits_clamp_high = 64;
184
/// Pointer to the Tanner graph (~ parity check matrix) used by the encoding algorithm.
185
const ldpc_graph_impl* current_graph = nullptr;
186
/// Total number of base graph variable nodes in the current graph.
0 commit comments