Applets:Periodendauer periodischer Signale: Difference between revisions

From LNTwww
No edit summary
No edit summary
Line 1: Line 1:
<p>
 
{{BlaueBox|TEXT=
<B style="font-size:18px">Funktion:</B>
$$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)$$
}}
</p>


<html>
<html>
Line 40: Line 35:
<div id="pltBoxHtml" class="jxgbox" style="width:600px; height:600px; border:1px solid black; margin:-100px 20px 10px 0px;"></div>
<div id="pltBoxHtml" class="jxgbox" style="width:600px; height:600px; border:1px solid black; margin:-100px 20px 10px 0px;"></div>


<!-- Ausgabefelder -->


<table>
    <tr>
        <td>$x(t)$= <span id="x(t)"></span>  $\quad$ </td>
        <td>$x(t+ T_0)$= <span id="x(t+T_0)"></span>  $\quad$ </td>
        <td>$x(t+2T_0)$= <span id="x(t+2T_0)"></span>  $\quad$ </td>
        <td>$x_{\text{max}}$= <span id="x_max"></span>  $\quad$ </td>
        <td style="color:blue;">$T_0$= <span id="T_0"></span>  $\quad$ </td>
    </tr>
</table>




Line 63: Line 48:
         });
         });
         pltBox = JXG.JSXGraph.initBoard('pltBoxHtml', {
         pltBox = JXG.JSXGraph.initBoard('pltBoxHtml', {
             showCopyright: false, axis: false,
             showCopyright: false, axis:true,
             zoom: { factorX: 1.1, factorY: 1.1, wheel: true, needshift: true, eps: 0.1 },
             zoom: { factorX: 1.1, factorY: 1.1, wheel: true, needshift: true, eps: 0.1 },
             grid: false, boundingbox: [-0.5, 2.2, 12.4, -2.2]
             grid:true, boundingbox: [-0.5, 2.2, 12.4, -2.2]
         });
         });



Revision as of 23:09, 18 September 2017