diff options
author | Fred Drake <fdrake@acm.org> | 1998-11-30 17:33:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-11-30 17:33:38 (GMT) |
commit | 01d5d94020fe2d8c828f9b65c1e985c0734dbd97 (patch) | |
tree | c77b95667fdb806ea8dab7520e18bd3b3d59c9bf | |
parent | 520882315841d86e8cdf342083193b9665243a38 (diff) | |
download | cpython-01d5d94020fe2d8c828f9b65c1e985c0734dbd97.zip cpython-01d5d94020fe2d8c828f9b65c1e985c0734dbd97.tar.gz cpython-01d5d94020fe2d8c828f9b65c1e985c0734dbd97.tar.bz2 |
Remove cruft from the old Texinfo conversion. This simplifies some of
the newer processing.
-rw-r--r-- | Doc/lib/libaudioop.tex | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Doc/lib/libaudioop.tex b/Doc/lib/libaudioop.tex index 2a3e9b0..7bcc8ed 100644 --- a/Doc/lib/libaudioop.tex +++ b/Doc/lib/libaudioop.tex @@ -176,20 +176,10 @@ 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} |