xdsopl / LDPC

Playing with Low-density parity-check codes
BSD Zero Clause License
83 stars 24 forks source link

Best Sensitivity #7

Closed SimonG4ELI closed 1 month ago

SimonG4ELI commented 1 month ago

Hi,

Working well with soft symbols. I'm currently using the layered decoder, Self-Corrected Update and OffsetMinSumAlgorithm. What are the recommended settings for low SNR & MER signals irrespective of CPU load?

xdsopl commented 1 month ago

You can use the product-sum algorithm and the flooding schedule to get the most robust performance. But in practice, that's not really worth it. The default settings are already good enough and fast.

SimonG4ELI commented 1 month ago

Thanks, I'll try SumProductAlgorithm. I have some very marginal recordings I can use for testing.

SimonG4ELI commented 1 month ago

Closed, many thanks