The XML had the p/q equations for even LSP curve computation wrong too
authorMonty <xiphmont@xiph.org>
Thu, 11 Aug 2011 06:17:29 +0000 (06:17 +0000)
committerMonty <xiphmont@xiph.org>
Thu, 11 Aug 2011 06:17:29 +0000 (06:17 +0000)
svn path=/trunk/vorbis/; revision=18063

doc/xml/06-floor0.xml

index 7de615d..ac6c0ab 100644 (file)
@@ -212,8 +212,8 @@ Similarly, the below calculation synthesizes the output LSP curve <varname>[outp
          <textobject role="tex"><phrase>
           <![CDATA[
            \begin{eqnarray*}
-             p & = & \frac{(1 - \cos^2\omega)}{2} \prod_{j=0}^{(\mathtt{order}-2)/2} 4 (\cos c_{2j+1} - \cos \omega)^2 \\
-             q & = & \frac{(1 + \cos^2\omega)}{2} \prod_{j=0}^{(\mathtt{order}-2)/2} 4 (\cos c_{2j} - \cos \omega)^2
+             p & = & \frac{(1 - \cos\omega)}{2} \prod_{j=0}^{(\mathtt{order}-2)/2} 4 (\cos c_{2j+1} - \cos \omega)^2 \\
+             q & = & \frac{(1 + \cos\omega)}{2} \prod_{j=0}^{(\mathtt{order}-2)/2} 4 (\cos c_{2j} - \cos \omega)^2
            \end{eqnarray*}
           ]]>
           </phrase></textobject>