VUS-Voiced/Unvoiced/Sil​ence_Training

This exercise utilizes four programs to train a Bayesian classifier and classify frames of signals.
1.2K Downloads
Updated 14 Jul 2015

View License

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

Cite As

Lawrence Rabiner (2024). VUS-Voiced/Unvoiced/Silence_Training (https://www.mathworks.com/matlabcentral/fileexchange/52144-vus-voiced-unvoiced-silence_training), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

VUS_Analysis/

VUS_Training/

functions_lrr/

Version Published Release Notes
1.0.0.0