Applets:Spektrum: Unterschied zwischen den Versionen
Aus LNTwww
| Zeile 181: | Zeile 181: | ||
{return '\\[X(f)= '+ Math.round((sldA1.Value()*sldDT1.Value()*Math.exp(-1*Math.PI*(sldF.Value()*sldDT1.Value())*(sldF.Value()*sldDT1.Value())))*1000)/1000 +' \\]' ;}], | {return '\\[X(f)= '+ Math.round((sldA1.Value()*sldDT1.Value()*Math.exp(-1*Math.PI*(sldF.Value()*sldDT1.Value())*(sldF.Value()*sldDT1.Value())))*1000)/1000 +' \\]' ;}], | ||
{fixed:true, strokeColor:'red', visible:true}); | {fixed:true, strokeColor:'red', visible:true}); | ||
| + | var txtRS1=cnfBox1.create('text',[0,0, function() | ||
| + | {return '\\[X(f)= '+ Math.round((sldA1.Value()*sldDT1.Value()*Math.sin(Math.PI*sldDT1.Value()*sldF.Value())/(Math.PI*sldDT1.Value()*sldF.Value()))*1000)/1000 +' \\]' ;}], | ||
| + | {fixed:true, strokeColor:'red', visible:false}); | ||
| + | var txtDS1=cnfBox1.create('text',[0,0, function() | ||
| + | {return '\\[X(f)= '+ Math.round((sldA1.Value()*sldDT1.Value()*Math.pow(Math.sin(Math.PI*sldDT1.Value()*sldF.Value())/(Math.PI*sldDT1.Value()*sldF.Value()),2))*1000)/1000 +' \\]' ;}], | ||
| + | {fixed:true, strokeColor:'red', visible:false}); | ||
| + | var txtTS1=cnfBox1.create('text',[0,0, function() | ||
| + | {return '\\[X(f)= '+ Math.round((sldA1.Value()*sldDT1.Value()*(Math.sin(Math.PI*sldDT1.Value()*sldF.Value())/(Math.PI*sldDT1.Value()*sldF.Value()))*(Math.sin(Math.PI*sldR1.Value()*sldDT1.Value()*sldF.Value())/(Math.PI*sldR1.Value()*sldDT1.Value()*sldF.Value())))*1000)/1000 +' \\]' ;}], | ||
| + | {fixed:true, strokeColor:'red', visible:false}); | ||
| + | var txtCS1=cnfBox1.create('text',[0,0, function() | ||
| + | {return '\\[X(f)= '+ Math.round((sldA1.Value()*sldDT1.Value()*(Math.cos(Math.PI*sldR1.Value()*sldDT1.Value()*sldF.Value()))/(1-Math.pow((2*sldR1.Value()*sldDT1.Value()*sldF.Value()),2))*(Math.sin(Math.PI*sldDT1.Value()*sldF.Value())/(Math.PI*sldDT1.Value()*sldF.Value())))*1000)/1000 +' \\]' ;}], | ||
| + | {fixed:true, strokeColor:'red', visible:false}); | ||
//Definition der Zeige und Verstecke Koordinatensystemfunktion | //Definition der Zeige und Verstecke Koordinatensystemfunktion | ||
Version vom 18. September 2017, 13:12 Uhr
Impuls 1
Impuls 2