My text book, Communication systems by Simon Haykin says
Block codes in which the message bits are transmitted in unaltered form are called systematic codes.
I am not getting what it means. A diagram is given below the statement in which parity bits are left of the message bits.
Are the following forms valid?
1)\begin{bmatrix} P |I \\ \end{bmatrix}
2)\begin{bmatrix} I|P \\ \end{bmatrix}
3)\begin{bmatrix} p_{1} & p_{2} & p_{3} & I & p_{4} & p_{5} \\ \end{bmatrix}
$p_1$ , $p_2$, $p_3$ are column vectors of parity generator matrix, $I$ is the identity matrix.