Applets:Periodendauer periodischer Signale: Unterschied zwischen den Versionen

Aus LNTwww
Wechseln zu:Navigation, Suche
Zeile 109: Zeile 109:
 
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 157: Zeile 157:
 
     }
 
     }
 
     plotBox.fullUpdate();
 
     plotBox.fullUpdate();
};
+
};};
 
</script>
 
</script>
 
</body>
 
</body>
 
</html>
 
</html>

Version vom 15. September 2017, 07:56 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)$$