Mercurial > hg > emotion-detection-top-level
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:e1cfa7765647 | 4:92ca03a8fa99 |
---|---|
1 function [ pitch ] = pitch_Detection( sampleWavFileName, OVERWRITE ) | 1 function [ pitch ] = detect_pitch( sampleWavFileName, OVERWRITE ) |
2 | 2 |
3 % open original pitch calculation | 3 % open original pitch calculation |
4 sampleFileName = sampleWavFileName( 1 : length( sampleWavFileName ) - 4 ); | 4 sampleFileName = sampleWavFileName( 1 : length( sampleWavFileName ) - 4 ); |
5 fileName = [ sampleFileName '_YIN_pitch.txt']; | 5 fileName = [ sampleFileName '_YIN_pitch.txt']; |
6 % read pitch metrics from file | 6 % read pitch metrics from file |