From: Shikano M. <sh...@us...> - 2016-10-28 04:12:54
|
Update of /cvsroot/sp-tk/SPTK/doc/ref_e In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11788 Modified Files: lpc2par.tex Log Message: correct wrong letters Index: lpc2par.tex =================================================================== RCS file: /cvsroot/sp-tk/SPTK/doc/ref_e/lpc2par.tex,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** lpc2par.tex 18 Dec 2015 07:53:26 -0000 1.24 --- lpc2par.tex 28 Oct 2016 04:12:52 -0000 1.25 *************** *** 73,77 **** \begin{align} k(m) &= a^{(m)}(m) \notag \\ ! a^{(m-1)}(i) &= \frac{a^{(m)}(i)+a^{(m)}(m)a^{(m)}(m-i)}{1-k^2(m)}, \notag \end{align} where $1 \leq i \leq m-1$, $m=p, p-1, \dots, 1$. --- 73,77 ---- \begin{align} k(m) &= a^{(m)}(m) \notag \\ ! a^{(m-1)}(i) &= \frac{a^{(m)}(i)-a^{(m)}(m)a^{(m)}(m-i)}{1-k^2(m)}, \notag \end{align} where $1 \leq i \leq m-1$, $m=p, p-1, \dots, 1$. *************** *** 104,108 **** \argm{m}{M}{order of LPC}{25} \argm{g}{G}{gamma of generalized cepstrum\\ ! $\gamma=G$}{0} \argm{c}{C}{gamma of generalized cepstrum\\ $\gamma =-1 / $(int)$ C$\\ --- 104,108 ---- \argm{m}{M}{order of LPC}{25} \argm{g}{G}{gamma of generalized cepstrum\\ ! $\gamma=G$}{1} \argm{c}{C}{gamma of generalized cepstrum\\ $\gamma =-1 / $(int)$ C$\\ |