Applets:Periodendauer periodischer Signale: Unterschied zwischen den Versionen
Aus LNTwww
Tasnad (Diskussion | Beiträge) |
Tasnad (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
− | |||
− | |||
<p> | <p> | ||
{{BlaueBox|TEXT= | {{BlaueBox|TEXT= | ||
Zeile 31: | Zeile 29: | ||
</style> | </style> | ||
</head> | </head> | ||
− | <body> | + | <body onload="drawNow()"> |
Zeile 47: | Zeile 45: | ||
</form> | </form> | ||
− | <script type="text/javascript"> | + | <script type="text/javascript" async> |
+ | function drawNow() { | ||
//Grundeinstellungen der beiden Applets | //Grundeinstellungen der beiden Applets | ||
JXG.Options.text.useMathJax = true; | JXG.Options.text.useMathJax = true; | ||
Zeile 111: | Zeile 110: | ||
p_T0h = plotBox.create('point', [function(){ return Math.round(getT0() *100)/100;}, 2], {visible: false, color:"blue", fixed:true, label:false, size:1, name:''}) | p_T0h = plotBox.create('point', [function(){ return Math.round(getT0() *100)/100;}, 2], {visible: false, color:"blue", fixed:true, label:false, size:1, name:''}) | ||
l_T0 = plotBox.create('line', [p_T0, p_T0h]) | l_T0 = plotBox.create('line', [p_T0, p_T0h]) | ||
+ | }; | ||
//Bestimmung des Wertes T_0 mit der Funktion von Siebenwirth | //Bestimmung des Wertes T_0 mit der Funktion von Siebenwirth | ||
Zeile 172: | Zeile 172: | ||
</body> | </body> | ||
</html> | </html> | ||
− | |||
− | |||
− |
Version vom 14. September 2017, 22:04 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)$$