We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63cd21 commit 784166fCopy full SHA for 784166f
src/metrax/audio_metrics.py
@@ -32,8 +32,8 @@ class SNR(base.Average):
32
33
.. math::
34
35
- SNR_{dB} = 10 \\cdot \\log_{10} \\left( \\frac{P_{signal}}{P_{noise}}
36
- \\right)
+ SNR_{dB} = 10 \cdot \log_{10} \left( \frac{P_{signal}}{P_{noise}}
+ \right)
37
38
Where:
39
- :math:`P_{signal}` is the power of the ground truth signal (`target`).
0 commit comments