From: fujishita t. <fjs...@us...> - 2017-05-16 10:58:50
|
Update of /cvsroot/sp-tk/SPTK/doc/ref_e In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28571 Modified Files: levdur.tex Log Message: modify the default value of -f option Index: levdur.tex =================================================================== RCS file: /cvsroot/sp-tk/SPTK/doc/ref_e/levdur.tex,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** levdur.tex 22 Dec 2016 10:52:58 -0000 1.24 --- levdur.tex 16 May 2017 10:58:48 -0000 1.25 *************** *** 117,121 **** \begin{options} \argm{m}{M}{order of correlation}{25} ! \argm{f}{F}{mimimum value of the determinant of the normal matrix}{0.000001} \end{options} --- 117,121 ---- \begin{options} \argm{m}{M}{order of correlation}{25} ! \argm{f}{F}{mimimum value of the determinant of the normal matrix}{0.0} \end{options} *************** *** 129,132 **** --- 129,137 ---- \end{qsection} + \begin{qsection}{NOTICE} + The default value for -f option is zero as a trial. In the previous version, the + default value is 1.0E-6. + \end{qsection} + \begin{qsection}{SEE ALSO} \hyperlink{acorr}{acorr}, |