Last active
October 20, 2019 16:33
-
-
Save indirivacua/294205ca2ff161054e0dd6001302e68f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | |
<title>tex texample</title> | |
</head> | |
<body> | |
$$ | |
\sum_{k=-\infty}^{+\infty} x[k] y^{*}[k]=\int_{-1 / 2}^{+1 / 2} X\left(e^{j 2 \pi s}\right) Y^{*}\left(e^{j 2 \pi s}\right) d s | |
$$ | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment