|
libCATS
|
Data interleaver. More...
#include <stdint.h>#include <stddef.h>Go to the source code of this file.
Functions | |
| void | cats_interleave (uint8_t *data, size_t len) |
| Interleave the supplied data as per the CATS standard. | |
| void | cats_deinterleave (uint8_t *data, size_t len) |
| Deinterleave the supplied data as per the CATS standard. | |
Data interleaver.
| void cats_deinterleave | ( | uint8_t * | data, |
| size_t | len ) |
Deinterleave the supplied data as per the CATS standard.
| data | Input and output buffer |
| len | Data length |
| void cats_interleave | ( | uint8_t * | data, |
| size_t | len ) |
Interleave the supplied data as per the CATS standard.
| data | Input and output buffer |
| len | Data length |