From: Monty Date: Thu, 19 Dec 2002 06:10:12 +0000 (+0000) Subject: Fix window equation X-Git-Tag: v1.3.3~620 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74642b1252564582eaa80add6f72f01799fdc23f;p=platform%2Fupstream%2Flibvorbis.git Fix window equation Het rillian: How to get HTML output from the XML in order to roll changes back to the website? Or do you plan to replace the HTML on-site too? svn path=/trunk/vorbis/; revision=4158 --- diff --git a/doc/xml/01-introduction.xml b/doc/xml/01-introduction.xml index 5014267..8f5c72c 100644 --- a/doc/xml/01-introduction.xml +++ b/doc/xml/01-introduction.xml @@ -7,7 +7,7 @@
- $Id: 01-introduction.xml,v 1.7 2002/10/27 16:20:47 giles Exp $ + $Id: 01-introduction.xml,v 1.8 2002/12/19 06:10:12 xiphmont Exp $ Last update to this document: July 18, 2002 @@ -486,11 +486,11 @@ The use of multirate filter banks for coding of high quality digital audio, by T. Sporer, K. Brandenburg and B. Edler. Vorbis windows all use the slope function - - y=sin(2PI*sin^2(x/n)) + + y=sin(.5*PI*sin^2((x+.5)/n*pi)) - $y = \sin(2\pi \, \sin^2(x/n))$ + $y = \sin(.5*\pi \, \sin^2((x+.5)/n*\pi))$ .