Difference between revisions of "Applets:Spektrum"

From LNTwww
Line 215: Line 215:
 
             {fixed:true, strokeColor:'blue', visible:false});
 
             {fixed:true, strokeColor:'blue', visible:false});
  
 +
var txtGS2=cnfBox2.create('text',[-2,0, function()
 +
            {return '\\[X(f)= '+ Math.round((sldA2.Value()*sldDT2.Value()*Math.exp(-1*Math.PI*(sldF.Value()*sldDT2.Value())*(sldF.Value()*sldDT2.Value())))*1000)/1000 +' \\]' ;}],
 +
            {fixed:true, strokeColor:'blue', visible:false});
 +
var txtRS2=cnfBox2.create('text',[-2,0, function()
 +
            {return '\\[X(f)= '+ Math.round((sldA2.Value()*sldDT2.Value()*Math.sin(Math.PI*sldDT2.Value()*sldF.Value())/(Math.PI*sldDT2.Value()*sldF.Value()))*1000)/1000 +' \\]' ;}],
 +
            {fixed:true, strokeColor:'blue', visible:false});
 +
var txtDS2=cnfBox2.create('text',[-2,0, function()
 +
            {return '\\[X(f)= '+ Math.round((sldA2.Value()*sldDT2.Value()*Math.pow(Math.sin(Math.PI*sldDT2.Value()*sldF.Value())/(Math.PI*sldDT2.Value()*sldF.Value()),2))*1000)/1000 +' \\]' ;}],
 +
            {fixed:true, strokeColor:'blue', visible:false});
  
 
//Definition der Zeige und Verstecke Koordinatensystemfunktion
 
//Definition der Zeige und Verstecke Koordinatensystemfunktion

Revision as of 14:14, 18 September 2017

Impuls 1

Impuls 2

mit Gitter