Difference between revisions of "Applets:Periodendauer periodischer Signale"

From LNTwww
Line 67: Line 67:
 
g = cnfBox.create('slider',[[6,-0.5],[9.7,-0.5],[-180,90,180]], {withLabel:false, withTicks:false, snapWidth:5}),
 
g = cnfBox.create('slider',[[6,-0.5],[9.7,-0.5],[-180,90,180]], {withLabel:false, withTicks:false, snapWidth:5}),
 
t = cnfBox.create('slider',[[-0.7,-1.5],[3,-1.5],[0,0,10]], {withLabel:false, withTicks:false, snapWidth:0.2}),
 
t = cnfBox.create('slider',[[-0.7,-1.5],[3,-1.5],[0,0,10]], {withLabel:false, withTicks:false, snapWidth:0.2}),
 
+
};
  
 
//Definition der Ausgabefelder
 
//Definition der Ausgabefelder
Line 157: Line 157:
 
     }
 
     }
 
     plotBox.fullUpdate();
 
     plotBox.fullUpdate();
};};
+
};
 
</script>
 
</script>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 07:57, 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)$$