So I am working with cyclic codes of length $n=15$ over $\mathbb{F}_{2}$.
I have all my cyclotomic cosets modulo $15$: $C_0=\{0\}$, $C_1=\{1,2,4,8\}$, $C_3=\{3,6,12,9\}$, $C_5=\{5,10\}$, $C_7=\{7,14,13,11\}$
So I am trying to figure out properties of all $2^5=32$ codes. I am a bit stuck on determining if a code is a BCH code. My text gives the following definition:
Let $\delta$ by an integer with $2\leq \delta \leq n$. A BCH code $C$ over $\mathbb{F}_q$ of length $n$ and designed distance $\delta$ is a cyclic code with defining set $T=C_b \cup C_{b+1} \cup ... \cup C_{b+\delta-2}$, where $C_i$ is the $q$-cyclotomic coset modulo $n$ containing $i$.
I am a bit unsure of to apply this.
For example, let $T=C_1$. Then this would be BCH with $b=1$ and $\delta=2$. Is this correct?
What about $T=C_1 \cup C_3 \ C_5$ then this is the same as $T=C_1 \cup C_2 \cup C_3 \cup C_4 \cup C_5 \cup C_6$. So this is BCH with $b=1$ and $\delta=7$ as $b+\delta-2=1+7-2=6$. Would this be correct?
Next, what about finding the largest $\delta$ and the Bose distance?
Thanks for the help.