I know the designed distance, $d$, is a lower bound for the minimum distance, $d(C)$.
Usually, in the examples I've seen, what we do is find the generator polynomial $g(x)$ of the code, then from $d \le d(C) \le w(g)$, where $w(g)$ is the weight of the code word $g(x)$, it always so happens that $w(g)=d$. This clearly doesn't always work. What if the last equality doesn't hold? Is there a way to find the minimum distance without finding the generator polynomial first?
For example, in our text, for the narrow sense BCH code of length 23 with $d=5$, the minimum distance is said to be $7$. How are they getting this?
This is a very special code $C$ known as the binary Golay code. To get $d_{min}=7$ you can do the following.