Skip to content
Snippets Groups Projects
Commit a20cd33b authored by Rhiannon Udall's avatar Rhiannon Udall Committed by Aditya Vijaykumar
Browse files

Documentation: Fix Rendering of Sphinx Text for Whitening Functions

parent bad30b7c
No related branches found
No related tags found
No related merge requests found
......@@ -645,7 +645,7 @@ class Interferometer(object):
Such that
.. math::
Var(n) = \\frac{1}{N} \\sum_k=0^N n_W(f_k)n_W^*(f_k) = 2
Var(n) = \\frac{1}{N} \\sum_{k=0}^N n_W(f_k)n_W^*(f_k) = 2
Where the factor of two is due to the independent real and imaginary
components.
......@@ -678,12 +678,12 @@ class Interferometer(object):
.. math::
W = \\frac{1}{N} \\sum_{k=0}^N \\Theta(f_{max} - f_k)\\Theta(f_k - f_{min})}
W = \\frac{1}{N} \\sum_{k=0}^N \\Theta(f_{max} - f_k)\\Theta(f_k - f_{min})
and accordingly the termwise window factor is
.. math::
w = \\sqrt{N W} = \\sqrt{\\sum_{k=0}^N \\Theta(f_{max} - f_k)\\Theta(f_k - f_{min})}}
w = \\sqrt{N W} = \\sqrt{\\sum_{k=0}^N \\Theta(f_{max} - f_k)\\Theta(f_k - f_{min})}
"""
frequency_window_factor = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment