Bayesian VUS Classifier

버전 1.4.0.0 (3.13 MB) 작성자: Speech Processing
This exercise utilizes four programs to train a Bayesian classifier and classify frames of signals.
다운로드 수: 1.7K
업데이트 날짜: 2015/6/16

라이선스 보기

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.

인용 양식

Speech Processing (2024). Bayesian VUS Classifier (https://www.mathworks.com/matlabcentral/fileexchange/45625-bayesian-vus-classifier), 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!

VUS/

VUS/VUS_Analysis/

VUS/VUS_Training/

VUS/functions_lrr/

버전 게시됨 릴리스 정보
1.4.0.0

code updates; Read_Me.txt setup file; pathnew_matlab_central example
Updated to work with post-R2014b graphics

1.3.0.0

fixed path to speech_files; edited GUI to set sampling rate to 10000 Hz

1.2.0.0

text size on buttons made smaller

1.1.0.0

Updated description

1.0.0.0