Summary
- Encoder: E:R→{1,…,N} defined by E(x)=j⟺x∈Rji.e. we map each input to one of our N levels
- Decoder: D:{1,…,N}→{y1,…,yN} defined by D(j)=yji.e. We map each of our N levels to a reproduction point
Hence, we can redefine our scalar quantizer Q in terms of the encoder and decoder Q(x)=D(E(x))We also define the rate of Q in terms of the number of levels it admits: R(Q)=log2N bits/sample