changeset 74:e637cf916002 tony

I think this delivers better note segmentation
author matthiasm
date Mon, 16 Jun 2014 21:44:15 +0100
parents 062f0e491877
children 67e9ce27119d
files MonoNoteParameters.cpp
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/MonoNoteParameters.cpp	Mon Jun 16 11:47:18 2014 +0100
+++ b/MonoNoteParameters.cpp	Mon Jun 16 21:44:15 2014 +0100
@@ -20,10 +20,10 @@
     nSPP(4), // states per pitch
     n(0),
     initPi(0), 
-    pAttackSelftrans(0.5),
+    pAttackSelftrans(0.99),
     pStableSelftrans(0.999),
     pStable2Silent(0.005),
-    pSilentSelftrans(0.5), 
+    pSilentSelftrans(0.9999), 
     sigma2Note(0.7),
     maxJump(13),
     pInterSelftrans(0.99),
@@ -31,8 +31,8 @@
     priorWeight(0.5),
     minSemitoneDistance(.5),
     sigmaYinPitchAttack(5), 
-    sigmaYinPitchStable(0.9),
-    sigmaYinPitchInter(5),
+    sigmaYinPitchStable(0.8),
+    sigmaYinPitchInter(.1),
     yinTrust(0.1)
 {
     // just in case someone put in a silly value for pRelease2Unvoiced