Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Difference between revisions of "Low-Autocorrelation Binary Sequence Problem"


(Blanked the page)
Line 1: Line 1:
 +
<math>
 +
S = (s_{1},s_{2}, ..., s_{L});~~~s_{i} \in \{+1, -1\}
 +
</math>
  
 +
<math>
 +
C_{k}(S) = \sum_{i=1}^{L-k}s_{i} \cdot s_{i+k}
 +
</math>
 +
 +
<math>
 +
E(S)=\sum_{k=1}^{L-1}{C_{k}^{2}(S)}
 +
</math>
 +
 +
<math>
 +
F(S) = \frac{L^{2}}{2 \cdot E(S)}
 +
</math>

Revision as of 08:05, 12 June 2014


S = (s_{1},s_{2}, ..., s_{L});~~~s_{i} \in \{+1, -1\}


C_{k}(S) = \sum_{i=1}^{L-k}s_{i} \cdot s_{i+k}


E(S)=\sum_{k=1}^{L-1}{C_{k}^{2}(S)}


F(S) = \frac{L^{2}}{2 \cdot E(S)}