Mercurial > hg > emotion-detection-top-level
diff Code/Descriptors/Matlab/Common/detect_pitch.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/detect_pitch.m Mon Sep 10 09:20:12 2012 +0100 +++ b/Code/Descriptors/Matlab/Common/detect_pitch.m Wed Feb 13 11:02:39 2013 +0000 @@ -1,4 +1,4 @@ -function [ pitch ] = pitch_Detection( sampleWavFileName, OVERWRITE ) +function [ pitch ] = detect_pitch( sampleWavFileName, OVERWRITE ) % open original pitch calculation sampleFileName = sampleWavFileName( 1 : length( sampleWavFileName ) - 4 );