Applets:Periodendauer periodischer Signale: Unterschied zwischen den Versionen
Aus LNTwww
Zeile 1: | Zeile 1: | ||
− | |||
<p> | <p> | ||
{{BlaueBox|TEXT= | {{BlaueBox|TEXT= | ||
Zeile 14: | Zeile 13: | ||
<!-- <script type="text/javascript" src="https://cdn.rawgit.com/mathjax/MathJax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full"></script> --> | <!-- <script type="text/javascript" src="https://cdn.rawgit.com/mathjax/MathJax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full"></script> --> | ||
<style> | <style> | ||
− | + | .button { | |
− | + | background-color: black; | |
− | + | border: none; | |
− | + | color: white; | |
− | + | font-family: arial; | |
− | + | padding: 8px 20px; | |
− | + | text-align: center; | |
− | + | text-decoration: none; | |
− | + | display: inline-block; | |
− | + | font-size: 16px; | |
+ | border-radius: 15px; | ||
} | } | ||
− | . | + | .button:active { |
+ | background-color: #939393; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | .grid { | |
+ | display: grid; | ||
+ | grid-template-columns: 70% 30%; | ||
+ | grid-gap: 10px; | ||
+ | } | ||
− | + | .box:nth-child(3), | |
− | + | .box:nth-child(4) | |
+ | { | ||
+ | grid-column: span 2; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
</head> | </head> | ||
<body onload="drawNow()"> | <body onload="drawNow()"> | ||
− | |||
− | <div class=" | + | <div class="grid"> |
− | <div id="cnfBoxHtml" class="jxgbox" style="width:600px; height:150px; "></div> | + | |
− | <div id=" | + | <div id="cnfBoxHtml" class="jxgbox" style="width:600px; height:150px; float:top; margin:-10px 20px 100px 0px;"></div> |
+ | |||
+ | <div> | ||
+ | <p> | ||
+ | <input type="checkbox" id="gridbox" onclick="showgrid();" checked> <label for="gridbox">Gitterlinien Zeigen</label> | ||
+ | <button class="button" onclick="drawNow();">Reset</button> | ||
+ | </p> | ||
</div> | </div> | ||
− | < | + | <div id="pltBoxHtml" class="jxgbox" style="width:600px; height:600px; border:1px solid black; margin:-100px 20px 10px 0px;"></div> |
− | + | <div> | |
− | |||
− | |||
<table> | <table> | ||
<tr> | <tr> | ||
Zeile 95: | Zeile 71: | ||
</div> | </div> | ||
− | + | </div> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Version vom 20. September 2017, 16:12 Uhr
Funktion: $$x(t) = A_1\cdot cos\Big(2\pi f_1\cdot t- \frac{2\pi}{360}\cdot \phi_1\Big)+A_2\cdot cos\Big(2\pi f_2\cdot t- \frac{2\pi}{360}\cdot \phi_2\Big)$$
$x(t)$= $\quad$ | $x(t+ T_0)$= $\quad$ | $x(t+2T_0)$= $\quad$ | $x_{\text{max}}$= $\quad$ | $T_0$= $\quad$ |