diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-11 19:51:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-11 19:51:11 (GMT) |
commit | a4c640e1426d87e8a00aad874d4302161bc32afa (patch) | |
tree | a392784b1dae182a2c8a6ab4b943b96f0d47995f | |
parent | 58ff112e7f3e7b69574f9d160f075c4793c678dc (diff) | |
download | cpython-a4c640e1426d87e8a00aad874d4302161bc32afa.zip cpython-a4c640e1426d87e8a00aad874d4302161bc32afa.tar.gz cpython-a4c640e1426d87e8a00aad874d4302161bc32afa.tar.bz2 |
Reverted the last change; the extra cruft is harmless for formatted versions,
and allows the info to work through this section.
-rw-r--r-- | Doc/lib/libaudioop.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libaudioop.tex b/Doc/lib/libaudioop.tex index ff76e72..774a92e 100644 --- a/Doc/lib/libaudioop.tex +++ b/Doc/lib/libaudioop.tex @@ -173,14 +173,19 @@ Reverse the samples in a fragment and returns the modified fragment. \begin{funcdesc}{rms}{fragment, width} Return the root-mean-square of the fragment, i.e. +%begin{latexonly} +\iftexi +%end{latexonly} the square root of the quotient of the sum of all squared sample value, divided by the sumber of samples. %begin{latexonly} +\else % in eqn: sqrt { sum S sub i sup 2 over n } \begin{displaymath} \catcode`_=8 \sqrt{\frac{\sum{{S_{i}}^{2}}}{n}} \end{displaymath} +\fi %end{latexonly} This is a measure of the power in an audio signal. \end{funcdesc} |