From: fujishita t. <fjs...@us...> - 2017-02-07 06:55:21
|
Update of /cvsroot/sp-tk/SPTK/doc/ref_e In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16007 Modified Files: fdrw.tex Log Message: modify fdrw reference Index: fdrw.tex =================================================================== RCS file: /cvsroot/sp-tk/SPTK/doc/ref_e/fdrw.tex,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** fdrw.tex 30 Jan 2017 07:13:54 -0000 1.25 --- fdrw.tex 7 Feb 2017 06:55:19 -0000 1.26 *************** *** 100,105 **** drawn on the X window environment: \begin{quote} ! \verb!impulse | dfs -a 1 0.8 0.5 | fdrw -H 0.3 | xgr! \end{quote} The graph width is 10cm and its height is 3cm. \par --- 100,108 ---- drawn on the X window environment: \begin{quote} ! \verb!impulse | dfs -a 1 0.8 0.5 | fdrw -W 1.0 -H 0.3 | xgr! \end{quote} + \hspace{3cm} + \includegraphics[scale=0.7]{fig/fdrw_1.pdf} + The graph width is 10cm and its height is 3cm. \par *************** *** 109,117 **** \verb!impulse | dfs -a 1 0.8 0.5 | spec | fdrw -y -60 40 | xgr! \end{quote} The $y$ axis goes from $-60$ dB to $40$ dB. \par The running spectrum can be draw on the X window environment by: \begin{quote} ! \verb!fig -g 0 -W 0.4 << EOF ! \\ \verb!~~~~x 0 5 !\\ \verb!~~~~xscale 0 1 2 3 4 5 !\\ --- 112,123 ---- \verb!impulse | dfs -a 1 0.8 0.5 | spec | fdrw -y -60 40 | xgr! \end{quote} + \hspace{3cm} + \includegraphics[scale=0.7]{fig/fdrw_2.pdf} + The $y$ axis goes from $-60$ dB to $40$ dB. \par The running spectrum can be draw on the X window environment by: \begin{quote} ! \verb!fig -g 0 -W 0.4 << EOF ; ! \\ \verb!~~~~x 0 5 !\\ \verb!~~~~xscale 0 1 2 3 4 5 !\\ *************** *** 119,125 **** \verb!EOF!\\ \verb!spec < data |\ !\\ ! \verb!fdrw -W 0.4 -H 0.2 -g 0 -n 129 -y -30 30 -z 3 |\ !\\ \verb!xgr ! \end{quote} The command {\em psgr} prints the output to a laser printer in the same manner as it is printed on the screen. --- 125,134 ---- \verb!EOF!\\ \verb!spec < data |\ !\\ ! \verb!fdrw -W 0.4 -H 0.2 -g 0 -n 257 -y -40 40 -z 1.7 |\ !\\ \verb!xgr ! \end{quote} + \hspace{3cm} + \includegraphics[width=4cm,height=18cm]{fig/fdrw_3.pdf} + The command {\em psgr} prints the output to a laser printer in the same manner as it is printed on the screen. |