C library for Convolutional codes and Reed-Solomon
https://github.com/quiet/libcorrect
libcorrect is a library for Forward Error Correction. By using libcorrect, you can encode extra redundancy into a packet of data and then send it across a lossy channel. When the packet is received, it can be decoded to recover the original, pre-encoded data.
libcorrect accomplishes this task with two algorithms, Convolutional codes and Reed-Solomon. Convolutional codes are robust to a constant background noise, while Reed-Solomon error correction is effective at dealing with noise that occurs in bursts. These algorithms have played an important role in telecommunications. libcorrect uses a Viterbi algorithm decoder to decode convolutional codes.
- Developed at hardware:sdr
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:LoongArch:Factory/libcorrect && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000588 588 Bytes | |
_servicedata | 0000000218 218 Bytes | |
libcorrect-20181010.tar.xz | 0000151160 148 KB | |
libcorrect-cmake-libsuffix.diff | 0000000945 945 Bytes | |
libcorrect-cmake-set-soversion.diff | 0000000603 603 Bytes | |
libcorrect.changes | 0000001302 1.27 KB | |
libcorrect.spec | 0000003636 3.55 KB |
Comments 0