libcorrect icon indicating copy to clipboard operation
libcorrect copied to clipboard

C library for Convolutional codes and Reed-Solomon

Results 26 libcorrect issues
Sort by recently updated
recently updated
newest added

When running this test program on MSVC/clang (x86), all I got was: `expected to decode 4096 bytes, decoded 0 bytes instead` before it exited. The reason is that `error-sim.c` and...

Hi, I don't know much about the reed Solomon coding but i have to implement one of the error correction method for my data on UART. Maximum data length is...

My data was like this: 1500 bytes per packet. the packet may lose or recieved correctly. how should use this library to encode my data? as I can see in...

Is there any way to utilize libcorrect as a continuous, streaming decoder simlar to the GNU Radio implementation? In my current usecase, I am basically locking onto the right QPSK...

I have installed libcorrect on ubuntu 16.0.4 Please tell me what compilation command i use when i use this i get errors `gcc myFile.c libcorrect.so` I have put libcorrect.so in...

Hello, I'm trying to use this lib for CCSDS frame RS (10,6) checking. May I ask why the "short_rs" branch is not "merged" into the master? Are there any drawbacks...

Hello and thanks to the autors for this library. I am new to convolutional codes and I tried to understand the mechanism behind in order to use this library. So...

Hi, I am new to libcorrect and CMake. I am taking over the existing code and I want to cross-compile it into an ARM7 platform in Linux. Where do I...

I think that it would be good to flush currently committed changes and make first release and tag `` string repo :)