VUS_Training_GUI25

버전 1.0.0.0 (2.67 MB) 작성자: Lawrence Rabiner
This exercise utilizes four programs to train a Bayesian classifier and classify frames of signals.
다운로드 수: 226
업데이트 날짜: 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_Training_GUI25 (https://www.mathworks.com/matlabcentral/fileexchange/51854-vus_training_gui25), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Pattern Recognition and Classification에 대해 자세히 알아보기

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