Definition (Vector Quantizer)
A k-dimensional N-point vector quantizer (VQ) is a mapping Q:Rk→C where C={c1,…,cN}⊂Rk
- C is called the codebook
- c1,…,cN are the reproduction points
- Ri={x:Q(x)=ci},i=1,…,N are the quantizer cells which form a partition of Rk
Definition (VQ Distortion)
For a random vector X=(X1,…,Xk)T, the distortion of Q is D(Q)=j=1∑NRj∫d(x,cj)f(x)dx
Definition (Weighted squared error)
The weighted squared error is a distortion measure s.t. d(x,y)=(x−y)TW(x−y)where W is symmetric and positive definite k×k matrix.