Difference between revisions of "Applets:Spektrum"

From LNTwww
Line 243: Line 243:
 
var funcT1 = pltBox1.create('functiongraph',[function(x){
 
var funcT1 = pltBox1.create('functiongraph',[function(x){
 
             if (Math.abs(x)<=(sldDT1.Value()/2-(sldR1.Value()*sldDT1.Value())/2))
 
             if (Math.abs(x)<=(sldDT1.Value()/2-(sldR1.Value()*sldDT1.Value())/2))
                           {return sldA1.Value();}
+
                           {return x;}
 
             else if (((sldDT1.Value()/2-(sldR1.Value()*sldDT1.Value())/2)<= Math.abs(x)) && (Math.abs(x)<=((sldR1.Value()*sldDT1.Value())/2+sldDT1.Value()/2)))
 
             else if (((sldDT1.Value()/2-(sldR1.Value()*sldDT1.Value())/2)<= Math.abs(x)) && (Math.abs(x)<=((sldR1.Value()*sldDT1.Value())/2+sldDT1.Value()/2)))
                           {return sldA1.Value()*(((sldR1.Value()*sldDT1.Value())/2+sldDT1.Value()/2)-Math.abs(x))/(((sldR1.Value()*sldDT1.Value())/2+sldDT1.Value()/2)-(sldDT1.Value()/2-(sldR1.Value()*sldDT1.Value())/2))}
+
                           {return x*x}
 
             else
 
             else
 
                           {return 0}}],
 
                           {return 0}}],

Revision as of 14:56, 18 September 2017

Impuls 1

Impuls 2