You are on page 1of 1

EE 628 programming assignment #10- #17

10) Plot the time, frequency and time-frequency (spectrogram) representations of


different categories of sounds and explain your observations The categories of
sounds are follows:
vowels, diphthongs, semi-vowels, POA stops, MOA stops, fricatives, affricates,
nasals.
11) Write a MATLAB program for cepstrum pitch determination:
input: speech signal, frame size, frame shift.
output: pitch contour.
12) Write a MATLAB program for mel cepstrum computation.
input: speech signal, frame size, frame shift.
output: 2D matrix of cepstral coefficients.
13) Write a MATLAB program for static, delta and delta delta cepstrum.
14) Write a MATLAB program for determining FFT cepstrum.
15) Write a MATLAB program for formant estimation using cepstrum.
output: 3D plot of formant contour.
16) Write a MATLAB program to illustrate the effect/limitation of short term
processing.
Use a synthetic sine wave for illustration.
17) Write a MATLAB program to compare the frequency domain analysis of
rectangular,
hamming and hanning window. Use a segment of speech for
analysis preferably a vowel.
N.B. deadline for submission of Q 10-15 March 15th
.

You might also like