libCATS
Loading...
Searching...
No Matches
include
cats
ldpc.h
Go to the documentation of this file.
1
6
#ifndef CATS_LDPC_H
7
#define CATS_LDPC_H
8
9
#include <stdint.h>
10
#include <stddef.h>
11
21
size_t
cats_ldpc_encode
(uint8_t* data,
size_t
len);
22
31
size_t
cats_ldpc_decode
(uint8_t* buf,
size_t
buf_len);
32
33
#endif
// CATS_LDPC_H
cats_ldpc_decode
size_t cats_ldpc_decode(uint8_t *buf, size_t buf_len)
LDPC decode a buffer of data.
Definition
ldpc.c:120
cats_ldpc_encode
size_t cats_ldpc_encode(uint8_t *data, size_t len)
LDPC encode a buffer of data.
Definition
ldpc.c:89
Generated on Thu May 16 2024 for libCATS by
1.10.0