Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ff112 commit a4c640eCopy full SHA for a4c640e
1 file changed
Doc/lib/libaudioop.tex
@@ -173,14 +173,19 @@ \section{Built-in Module \module{audioop}}
173
174
\begin{funcdesc}{rms}{fragment, width}
175
Return the root-mean-square of the fragment, i.e.
176
+%begin{latexonly}
177
+\iftexi
178
+%end{latexonly}
179
the square root of the quotient of the sum of all squared sample value,
180
divided by the sumber of samples.
181
%begin{latexonly}
182
+\else
183
% in eqn: sqrt { sum S sub i sup 2 over n }
184
\begin{displaymath}
185
\catcode`_=8
186
\sqrt{\frac{\sum{{S_{i}}^{2}}}{n}}
187
\end{displaymath}
188
+\fi
189
%end{latexonly}
190
This is a measure of the power in an audio signal.
191
\end{funcdesc}
0 commit comments