Limit recursion in polar decoder
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.
Showing
Please register or sign in to comment