VUS_Analysis_GUI25

版本 1.0.0.0 (41.3 KB) 作者: Lawrence Rabiner
This exercise utilizes four programs to train a Bayesian classifier and classify frames of signals.
206.0 次下载
更新时间 2015/9/11

查看许可证

This MATLAB exercise utilizes a set of four MATLAB programs to both train a Bayesian classifier (using a designated training set of 11 speech files embedded within a background of low level noise and miscellaneous acoustic effects (e.g. lip smack, pops, etc.)), and to classify frames of signal from independent test utterances as belonging to one of the three classes:
1. Class 1 – Silence/Background
2. Class 2 – Unvoiced Speech
3. Class 3 – Voiced Speech
using a Bayesian statistical framework as discussed in Section 10.4 of TADSP. The feature vector associated with each frame of signal consists of five short-time speech analysis parameters, namely:
1. short-time log energy,
2. short-time zero crossings per 10 msec interval,
3. normalized autocorrelation at unit sample delay,
4. first predictor coefficient of p = 12 pole LPC analysis,
5. normalized log prediction error of p = 12 LPC analysis.
The file '4.2 VUS Classification.pdf' provides a User's Guide for this exercise.

引用格式

Lawrence Rabiner (2024). VUS_Analysis_GUI25 (https://www.mathworks.com/matlabcentral/fileexchange/51853-vus_analysis_gui25), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

works with both R2015a and windows 10
added name of User's Guide for this exercise