-
Hi, I am very interested in the EMS algorithm for NB-LDPC codes. I have tried to use the NB_LDPC_FB decoder to decode the regular (837, 726) NB-LDPC code over GF(32) . However, there is about 0.5 dB c…
-
Dear tomojitakasu,
Thanks for sharing the amazing work!
I have learned a lot of basic SDR knowledges from PocketSDR, and the code is really compact.
Currently, I want to extend the code to dec…
-
when i use this in my mfsk project,the Decoding results were zeros.
i want to know why can lead to this result.
the out_llrs were NaN.
![QQ截图20210625170039](https://user-images.githubusercontent.co…
-
### How to detect the AVX supported by your platform?
```Bash
gcc -march=native -dM -E - < /dev/null | egrep "SSE|AVX" | sort
```
-
According to https://rptu.de/en/channel-codes/matrix-file-formats, the alist format is consistent with irregular ldpc codes. For variable node, if the degree is less than the max degree, padding with …
-
Hi,
I have gone through the details and I have USRP N310 with Ubuntu 18.04. I want to ask If I need to change any configuration files or if I should continue with the given source files. Hope to he…
-
In some submodules (e.g. analog) `__init__.py` has a lot of star imports to submodules which makes tracing the called function hard. Clashing function names in the submodule can also occur without not…
-
I've checked kernels 5.15.x, 5.17.x, 5.19.0, 5.19.2, 5.19.11.
At this moment I have `Linux ymon00 5.19.2-051902-generic #202208171037 SMP PREEMPT_DYNAMIC Wed Aug 17 14:41:19 UTC 2022 x86_64 x86_64 …
-
## Issue Description ##
Hello,
I have been trying to connect srsUE to srsENB between two computers using two USRP X310s. Despite confirming that the USRPs can see the signals using the UHD test …
-
This issue is for maintaining a list of problematic issues that need work. This list will be maintained and updated in this first post by @morrownr . Please add posts to this issue as you have updated…