Crates.io | labrador-ldpc |
lib.rs | labrador-ldpc |
version | 1.2.1 |
source | src |
created_at | 2017-05-25 18:55:00.195199 |
updated_at | 2024-02-22 02:42:34.747568 |
description | Encoders and decoders for CCSDS LDPC error correcting codes |
homepage | |
repository | https://github.com/adamgreig/labrador-ldpc |
max_upload_size | |
id | 15944 |
size | 156,321 |
A crate for encoding and decoding a selection of low-density parity check (LDPC) error correcting codes. Currently, the CCSDS 231.1-O-1 TC codes at rate r=1/2 with dimensions k=128, k=256, and k=512, and the CCSDS 131.0-B-2 TM codes at rates r=1/2, r=2/3, and r=4/5 with dimensions k=1024 and k=4096 are supported.
No dependencies, no_std
. Designed for both high-performance decoding and
resource-constrained embedded scenarios.