From fb6e8d57841f90821b732391221d8e528c449673 Mon Sep 17 00:00:00 2001 From: Monty Date: Thu, 11 Aug 2011 06:12:39 +0000 Subject: [PATCH] The DocBook->TeX conversion typoed the even LSP curve computation equations for p and q; removed the spurious ^2. svn path=/trunk/vorbis/; revision=18062 --- doc/06-floor0.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/06-floor0.tex b/doc/06-floor0.tex index 373a9bb..4d42367 100644 --- a/doc/06-floor0.tex +++ b/doc/06-floor0.tex @@ -163,8 +163,8 @@ Similarly, the below calculation synthesizes the output LSP curve \varname{[outp \begin{enumerate} \item calculate \varname{[p]} and \varname{[q]} according to: \begin{eqnarray*} - p & = & \frac{(1 - \cos^2\omega)}{2} \prod_{j=0}^{\frac{\mathtt{floor0\_order}-2}{2}} 4 (\cos([\mathtt{coefficients}]_{2j+1}) - \cos \omega)^2 \\ - q & = & \frac{(1 + \cos^2\omega)}{2} \prod_{j=0}^{\frac{\mathtt{floor0\_order}-2}{2}} 4 (\cos([\mathtt{coefficients}]_{2j}) - \cos \omega)^2 + p & = & \frac{(1 - \cos\omega)}{2} \prod_{j=0}^{\frac{\mathtt{floor0\_order}-2}{2}} 4 (\cos([\mathtt{coefficients}]_{2j+1}) - \cos \omega)^2 \\ + q & = & \frac{(1 + \cos\omega)}{2} \prod_{j=0}^{\frac{\mathtt{floor0\_order}-2}{2}} 4 (\cos([\mathtt{coefficients}]_{2j}) - \cos \omega)^2 \end{eqnarray*} \end{enumerate} -- 2.7.4