From: fujishita t. <fjs...@us...> - 2017-01-30 07:13:56
|
Update of /cvsroot/sp-tk/SPTK/doc/ref_e In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19924 Modified Files: fdrw.tex Log Message: modify buffer size Index: fdrw.tex =================================================================== RCS file: /cvsroot/sp-tk/SPTK/doc/ref_e/fdrw.tex,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** fdrw.tex 22 Dec 2016 10:52:58 -0000 1.24 --- fdrw.tex 30 Jan 2017 07:13:54 -0000 1.25 *************** *** 87,94 **** for the assigned width. When the {\bf --n} option is omitted and the number of ! input samples is below 5000, then the block size is made equal to the number of samples. ! When the number of samples is above 5000, ! then the block size is made equal to 5000.} \desc{When the {\bf --y} option is omitted, the input data minimum value is set to $ymin$ --- 87,94 ---- for the assigned width. When the {\bf --n} option is omitted and the number of ! input samples is below 1000000, then the block size is made equal to the number of samples. ! When the number of samples is above 1000000, ! then the block size is made equal to 1000000.} \desc{When the {\bf --y} option is omitted, the input data minimum value is set to $ymin$ |