[xiph-commits] r18063 - trunk/vorbis/doc/xml

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Wed Aug 10 23:17:29 PDT 2011


Author: xiphmont
Date: 2011-08-10 23:17:29 -0700 (Wed, 10 Aug 2011)
New Revision: 18063

Modified:
   trunk/vorbis/doc/xml/06-floor0.xml
Log:
The XML had the p/q equations for even LSP curve computation wrong too


Modified: trunk/vorbis/doc/xml/06-floor0.xml
===================================================================
--- trunk/vorbis/doc/xml/06-floor0.xml	2011-08-11 06:12:39 UTC (rev 18062)
+++ trunk/vorbis/doc/xml/06-floor0.xml	2011-08-11 06:17:29 UTC (rev 18063)
@@ -212,8 +212,8 @@
 	  <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>



More information about the commits mailing list