all repos — delsarte-bound @ 9e52421604671795607f4fce1882cf4be914a52b

README.md (view raw)

1# A Delsarte Bound calculator in MATLAB
2
3The `delsarte(n, d)` function returns an upper bound for $A_2(n, d)$: the maximum number of binary code-words of length $n$ and having Hamming distance $d$ between each other.
4
5The obtained bound can often be improved (see [this table](https://www.win.tue.nl/~aeb/codes/binary-1.html)), with further observations and only for special cases, but this function can compute a valid bound for any value of $n$ and $d$.