Applets:Periodendauer periodischer Signale: Difference between revisions

From LNTwww
No edit summary
No edit summary
Line 109: Line 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
Line 157: Line 157:
     }
     }
     plotBox.fullUpdate();
     plotBox.fullUpdate();
};
};};
</script>
</script>
</body>
</body>
</html>
</html>

Revision as of 07:56, 15 September 2017

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)$$