I' m not getting how syndromes are calculated for bch codes so I tried finding examples but still I don't seem to have it
To calculate the first syndrome for the received message polynomial $R(x)=1+X^8+X^{11}+X^{14}$ in the (15,7) minimal polynomial code, we use the minimal polynomial $ϕ_1(x)=1+X^3+X^4$ in the finite field $GF(2^4)$.
To determine the syndrome $S = (S_1, S_2, S_3, S_4)$ the $R(X)$ is divided by each of the minimal polynomials, for $ϕ_1(X)$ the remainder is $b_1(X) = (1 + X^2 +X^3)$
$S_1 =b_1(\alpha)= \alpha^{11}$
Dividing $R(X)$ by $ϕ_1(X)$ does not give me the same remainder (using elements with the primitive irreducible polynomial $X^4+x^3+1$ ) . I have $1+X^6$
Edit : the full example here (I summarized with some typos above)
