From: Shikano M. <sh...@us...> - 2016-12-22 06:31:13
|
Update of /cvsroot/sp-tk/SPTK/doc/ref_e In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10994 Modified Files: gmmp.tex Log Message: add -D option in gmmp command Index: gmmp.tex =================================================================== RCS file: /cvsroot/sp-tk/SPTK/doc/ref_e/gmmp.tex,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** gmmp.tex 18 Dec 2015 07:53:25 -0000 1.12 --- gmmp.tex 22 Dec 2016 06:31:11 -0000 1.13 *************** *** 47,51 **** \begin{synopsis} \item [gmmp] [ --l $L$ ] [ --m $M$ ] [ --a ] [ --f ] [ --B $B1,B2,...$ ! ] [ --c1 ] [ --c2 ] {\em gmmfile} [ {\em infile} ] \end{synopsis} --- 47,51 ---- \begin{synopsis} \item [gmmp] [ --l $L$ ] [ --m $M$ ] [ --a ] [ --f ] [ --B $B1,B2,...$ ! ] [ --c1 ] [ --c2 ] [ --D ] {\em gmmfile} [ {\em infile} ] \end{synopsis} *************** *** 102,108 **** \desc[1ex]{(level 2)} \argm{B}{B1~B2~$\ldots$~Bn}{block size in covariance matrix,\\ ! where $(B1+B2+\ldots+Bn)=L$}{N/A} ! \argm{c1}{}{inter-block correlation}{N/A} ! \argm{c2}{}{full covariance in each block}{N/A} \end{options} --- 102,109 ---- \desc[1ex]{(level 2)} \argm{B}{B1~B2~$\ldots$~Bn}{block size in covariance matrix,\\ ! where $(B1+B2+\ldots+Bn)=L$}{FALSE} ! \argm{c1}{}{inter-block correlation}{FALSE} ! \argm{c2}{}{full covariance in each block}{FALSE} ! \argm{D}{}{print log-probability of each block}{FALSE} \end{options} |