You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix nrPolarDecode() and add more tests (#71)
* fix minsum function in nrPolarDecode()
* fix wrong bpsk mod
* add test_nrPolarDecode.py and test_nrPolarEncode_nrPolarDecode.py
* bump version to 0.3.6
fix nrPolarDecode() and nrBCHDecode() (#69)
* fix nrPolarDecode(), remove hard-coded K=56
* fix nrBCHDecode(), set correct K value
* bump version to 0.3.4