|
|
| Zeile 192: |
Zeile 192: |
| | {return '\\[x(t)= '+ Math.round((0)*1000)/1000 +' \\]'}}], | | {return '\\[x(t)= '+ Math.round((0)*1000)/1000 +' \\]'}}], |
| | {fixed:true, strokeColor:'red', visible:false}); | | {fixed:true, strokeColor:'red', visible:false}); |
| − |
| |
| − | var txtGS1=cnfBox1.create('text',[0,0, function()
| |
| − | {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});
| |
| − | 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});
| |
| − |
| |
| | | | |
| | | | |