• Bartosz Podrygajlo's avatar
    Limit recursion in polar decoder · 00e50f08
    Bartosz Podrygajlo authored
    Use non-recursive polar decoder after traversing the tree once. Maximum number
    of nodes is set to 600 (unsure of the maximum). This is more performant
    than the recursive version.
    00e50f08
nr_polar_init.c 12.8 KB