turbofec icon indicating copy to clipboard operation
turbofec copied to clipboard

TurboFEC - SIMD vectorized LTE turbo and convolutional encoders and decoders

Results 10 turbofec issues
Sort by recently updated
recently updated
newest added

gcc version 10.2.1: Gives errors on `make check` (linkage) ``` /usr/bin/ld: codes.o:/src/turbofec/tests/codes.h:28: multiple definition of `conv_trunc'; conv_test.o:/src/turbofec/tests/codes.h:28: first defined here /usr/bin/ld: codes.o:/src/turbofec/tests/codes.h:27: multiple definition of `lte_conv_pbch'; conv_test.o:/src/turbofec/tests/codes.h:27: first defined here...

Hi Tom, i need to ask you some questions about your project. Are you still active? Thansk a lot. Kind Regards, Francesco

Hi, It is a very interesting work, really! I contact you because I'm a part on the AFF3CT project (see https://github.com/aff3ct/aff3ct). Our motivations are detailed here: https://aff3ct.readthedocs.io/en/v2.2.2/user/introduction/introduction.html. We previously worked...

Hi, I want to run this code along with tests on windows 10. Can you let me know which software tools i need to use to run this code. Regards...

The current state of the repository could not be built. The autoreconf -i command leads to the following error: $ autoreconf -i libtoolize: putting auxiliary files in `.'. libtoolize: copying...

Thank you for providing this code. I was having problems in my own code with the decoder returning all zeros, so I changed turbo_test.c to not pass the correct info...

I just have compiled this project on Nvidia Jetson AGX, but got all zeros when calling decoder of turbo code. Please help!

The test was not compiling on `gcc` on `ubuntu 20.04`, fixed by changing variables to more standard `extern`