Releases: matthew-a-thomas/js-ldpc
Releases · matthew-a-thomas/js-ldpc
Alpha 2
Decoding now uses Gauss elimination, which is always at least as effective as the previous algorithm. Also, additional bases besides binary are supported
Alpha 1
Includes a (mostly) functioning implementation. Base 2 seems to be working correctly, but other bases aren't