Applets:Periodendauer periodischer Signale: Unterschied zwischen den Versionen
Aus LNTwww
Zeile 11: | Zeile 11: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | <meta charset="utf-8" /> | ||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.99.6/jsxgraphcore.js"></script> | <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.99.6/jsxgraphcore.js"></script> | ||
<script type="text/javascript" src="https://www.lntwww.de/MathJax/unpacked/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,local/mwMathJaxConfig"></script> | <script type="text/javascript" src="https://www.lntwww.de/MathJax/unpacked/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,local/mwMathJaxConfig"></script> | ||
Zeile 66: | Zeile 67: | ||
<!-- Resetbutton, Checkbox und Formel --> | <!-- Resetbutton, Checkbox und Formel --> | ||
− | < | + | <p> |
− | < | + | <input type="checkbox" id="gridbox" onclick="showgrid();" checked> <label for="gridbox">Gitterlinien zeigen</label> |
+ | <button class="button" onclick="rst()">Reset</button> | ||
+ | </p> | ||
Zeile 192: | Zeile 195: | ||
//Definition des Reset-Buttons | //Definition des Reset-Buttons | ||
− | function | + | function rst() { |
document.getElementById("myForm").reset(); | document.getElementById("myForm").reset(); | ||
}; | }; |
Version vom 13. September 2017, 17:30 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)$$