Whitening. Eg PCA.
Removes redundancies in spectrogram. For each frame in spectogram
Normalization
Cepstral Mean Normalisation (CMN): subtract the average feature value from each feature, so each feature has a mean value of 0.
makes features robust to some linear filtering of the signal (channel variation).
Cepstral Variance Normalisation (CVN): Divide feature vector by standard deviation of feature vectors, so each feature vector element has a variance of 1.