Skip to content

Commit

Permalink
Fix typo in spectral transform of Gaussian (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
MayeulDestouches authored Jul 10, 2024
1 parent 5bd2e20 commit 00880df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ then the associated Gaussian in spectral space is given by:

.. math::
\widehat{f}(n) = C\exp\biggl(-\frac{n^2}{2\sigma_n}\biggr)
\widehat{f}(n) = C\exp\biggl(-\frac{n^2}{2\sigma_n^2}\biggr)
where :math:`\sigma_n = 1/ \sigma_\lambda = R / L` and :math:`C` is some normalization constant.

Expand Down

0 comments on commit 00880df

Please sign in to comment.