cmProc2.c : Commented out cmFrqTrkExec() in cmSpecDistExec() due to crashing.

Commented out cmFrqTrkPrint() in cmSpecDistInit().
This commit is contained in:
Kevin Larke 2014-10-20 10:13:50 -07:00
parent 37b47e21fd
commit d1c1465f88

View File

@ -5582,7 +5582,7 @@ cmRC_t cmSpecDistInit( cmSpecDist_t* p, unsigned procSmpCnt, double srate, unsig
fta.attenFn = "/home/kevin/temp/frqtrk/atten.va"; fta.attenFn = "/home/kevin/temp/frqtrk/atten.va";
p->ft = cmFrqTrkAlloc( p->obj.ctx, NULL, &fta ); p->ft = cmFrqTrkAlloc( p->obj.ctx, NULL, &fta );
cmFrqTrkPrint(p->ft); //cmFrqTrkPrint(p->ft);
cmFbCtlArgs_t fba; cmFbCtlArgs_t fba;
fba.srate = srate; fba.srate = srate;
@ -5905,7 +5905,7 @@ cmRC_t cmSpecDistExec( cmSpecDist_t* p, const cmSample_t* sp, unsigned sn )
// run and apply the tracker/supressor // run and apply the tracker/supressor
cmFrqTrkExec(p->ft, X1m, p->pva->phsV, NULL ); //cmFrqTrkExec(p->ft, X1m, p->pva->phsV, NULL );
//cmVOR_MultVV(X1m, p->pva->binCnt,p->ft->aV ); //cmVOR_MultVV(X1m, p->pva->binCnt,p->ft->aV );