Mercurial > hg > emotion-detection-top-level
comparison Code/Descriptors/Matlab/Common/calculate_VoicedUnvoicedDecision.m @ 4:92ca03a8fa99 tip
Update to ICASSP 2013 benchmark
| author | Dawn Black |
|---|---|
| date | Wed, 13 Feb 2013 11:02:39 +0000 |
| parents | ea0c737c6323 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:e1cfa7765647 | 4:92ca03a8fa99 |
|---|---|
| 1 function [ vuv ] = calculate_VoicedUnvoicedDecision( sampleName, x, fs, frameLength, noOfFrames, silentFrames ) | 1 function [ vuv ] = calculate_VoicedUnvoicedDecision( sampleName, x, fs, frameLength, noOfFrames, silentFrames ) |
| 2 | 2 |
| 3 DEBUG = 0; % do we want to plot the output? | 3 DEBUG = 1; % do we want to plot the output? |
| 4 | 4 |
| 5 y = buffer( x, frameLength ); | 5 y = buffer( x, frameLength ); |
| 6 | 6 |
| 7 % % open original annotation file for PhD speech | 7 % % open original annotation file for PhD speech |
| 8 % fileName = [sampleName '.txt']; | 8 % fileName = [sampleName '.txt']; |
