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 184: Line 179:
         }, 50);
         }, 50);
     };
     };
    // Definition der Funktion zum An- und Ausschalten des Koordinatengitters
 
    function showgrid() {
        if (gridbox.checked) {
            xaxis = pltBox.create('axis', [ [0, 0], [1, 0] ], {});
            yaxis = pltBox.create('axis', [ [0, 0], [0, 1] ], {});
        } else {
            xaxis.removeTicks(xaxis.defaultTicks);
            yaxis.removeTicks(yaxis.defaultTicks);
        }
        pltBox.fullUpdate();
    };
</script>
</script>
</body>
</body>

Revision as of 23:07, 18 September 2017


$x(t)$= $\quad$ $x(t+ T_0)$= $\quad$ $x(t+2T_0)$= $\quad$ $x_{\text{max}}$= $\quad$ $T_0$= $\quad$