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"


(Created page with '<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)}…')
 
Line 9: Line 9:
 
<math>
 
<math>
 
E(S)=\sum_{k=1}^{L-1}{C_{k}^{2}(S)}
 
E(S)=\sum_{k=1}^{L-1}{C_{k}^{2}(S)}
 +
</math>
 +
 +
<math>
 +
F(S) = \frac{L^{2}}{2 \cdot E(S)}
 
</math>
 
</math>

Revision as of 08:03, 26 November 2013


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)}