0
1.4kviews
Define cepstral domain. How will you find the cepstral coefficients for speech frame size 256 sample size.

Subject: Speech Processing

Topic: Homomorphic Speech Processing

Difficulty: Low

1 Answer
0
18views

(i) Cepstral domain approach for pitch period measurement.

(ii) A cepstral is obtained when we take the Fourier Transform (FT) of log spectrum.

enter image description here

(iii) The speech signal frame consisting of 256 samples as inputs.

(iv) The signal is passed through a Hamming window which is preferred over rectangular counterpart because of its smoother edge which suppresses the Gibbs phenomenon.

(v) Window signals passed through FFT section, then log amplitude signals is obtained.

(vi) IFFT transform to compute the cepstral coefficient of the speech frame.

(vii) The type of system which converts convolved components into additive one is called ahomomorphic system for convolution.

Please log in to add an answer.