diff 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
line wrap: on
line diff
--- a/Code/Descriptors/Matlab/Common/calculate_VoicedUnvoicedDecision.m	Mon Sep 10 09:20:12 2012 +0100
+++ b/Code/Descriptors/Matlab/Common/calculate_VoicedUnvoicedDecision.m	Wed Feb 13 11:02:39 2013 +0000
@@ -1,6 +1,6 @@
 function [ vuv ] = calculate_VoicedUnvoicedDecision( sampleName, x, fs, frameLength, noOfFrames, silentFrames )
 
-DEBUG = 0; % do we want to plot the output?
+DEBUG = 1; % do we want to plot the output?
 
 y = buffer( x, frameLength );