-------------------------------Speech coding before 1994----------------------------------------
Speech quality is claissified into four general categories:
1)broadcast--above 64 kbits/s
2)Toll or network (200-3200Hz)--above 16 kbits/s
3)Communication--above 4.0 kbits/s
4)Synthetic--below 4.0 kbits/s
Object Mesurement:
1)signal-to-noise (SNR)
2)segmental SNR (SEGSNR)
3)articulation index
4)log spectral distance
5)the Euclidean distance
Subjective Mesurement:
Diagnostic Rhyme Test(DRT)--an intelligiblity measure where the subject's task is to recognize one of two possible words in a
set of rhyming pairs.
Diagnostic Aceptablitity Mesure(DAM)--based on results of test methods evaluating the quality of a communication system based
on teh acceptableility of speech as perceived by trained normative listener.
Mean Opinion Score(MOS)--involves 12 to 24 listeners who are instructed to rate phonetically balanced records according to a
five-level quality scale.
Waveform coders:
A.Scalar and vector quantization
1)Scalar Quantization
pulse-Code Modulation(PCM)--a memoryless proces that quantizes amplitudes by rounding off each sample to one of a set of
discrete values.
Adaptive PCM(APCM)--uniform quantizer. step size is estimated from past coded speech samples.(A 7-bit log quantizer for
speech achieves the performance of a 12-bit uniform quantizer)
Differential PCM(DPCM)--utilizes the redundancy in the speech waveform by exploiting the correlation between adjacent
samples.(better than PCM for rate at and below 32 kbits/s)
Adatvie DPCM(ADPCM)--the step size in DPCM is adaptive.
Delta Modulation(DM)--a sub-class of DPCM where the difference is encoded only with 1 bit.
Adaptive DM(ADM)-the step size in DM is adaptive.
standards:
G.721 CCITT standard(1988)---ADPCM 32-kbits/s
G.723 ---ADPCM 24 and 40 kbits/s (the performance of ADPCM degrades quickly for rates below 24 kbits/s)
2)vector quantization
--consists of an N-dimensional quantizer and a codebook. The incoming data are formed into a N-dimesional vector, then is mapped by quantizer to an entry in the codebook.
Full searched (F-VQ)--the codebook is fully searched for each incoming.
Tree-structured vector quantizer--the codebook is searched in "tree" way.(a degradation fo 1 db in the SNR compared with F- VQ)
Mulistep VQ--consist of a cascade of two or more quantizers, each one encoding the error or residual of the previous quantizer.(1 dB better in the SNR compared to F-VQ)
LBG--an iterative codebook design algorithm:inital guess for the codebook and then interative improvement by using a large
number of training vectors.
Gain/Shape VQ(GS-VQ)--normalizing the vectors fo the codebook and encoding the gain separately.
(0.7 db improvement compared to the F-VQ)
Adaptive codebooks(A-VQ)--the codebook is adaptive forward or backword.
B.sub-Band and Transform Coders
1)Sub-Band Coders(SBC)--the signal band is divided into frequency sub-bands using a bandk of bandpass filters.
standard:
AT&T voice store-and-forward standard--used for voice storage at 16 or 24 kbits/s and consits of five-band nonuniform tree-
structured QMF bank in conjunction with APCM coders. A silence compression alogrithm is also part of the standard.
CCITT G.772--for 7-kHz audio at 64 kbits/s for ISDN teleconferencing, based on two-band sub-band/ADPCM coder. Low frequency
suband is quantized at 48 kbits/s while the high-frequency sub-band is coded at 16 kbits/s.
2)Transform Coders(TC)--the transform components of a unitary transform are quantized at the transmitter and decoded and
inverse-transformed at the receiver. The bit-rate reduction lies in the fact that unitary transform tend to generate near-
uncorrelated transform components which can be coded independently.
several siscrete transform:
Discrete Cosine Transform(DCT) (near optimal)
Discrete Fourier Transform(DFT)
Walsh-Hadamard Transform(WHT)
kARHUNEN-lOEVE tRANSFORM(kLT) (optimal)
Adaptive transform coder(ATC)--encodeds the transform components using adaptive quantization and bit assignment rules.
//from here, I omit many examples....
Speech coding using sinusoidal analysis-synthesis models--relies on sinusoidal representations of the speech waveform.
A. speech Analysis-synthesis using the short-Time Fourier Transform