Skip to main content
. 2014 Apr 9;14(4):6500–6515. doi: 10.3390/s140406500

Algorithm 1 Procedure to retrieve the J3Gen feedback polynomials.

 Given a sequence, s, of length S ≥; n+l
  for i = 1 to (S − (n + l) + 1)
   Take n + l bits of s: h = sisi+n+l−1
   Set h2n = j with j = 0,1 and solve the linear equation systems.
    If there exist a valid solution, then store it as a candidate.
  end
  Select the feedback polynomials among the candidates.