diff options
Diffstat (limited to 'combined.js')
-rw-r--r-- | combined.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/combined.js b/combined.js index 556107b0..eadbe93d 100644 --- a/combined.js +++ b/combined.js @@ -8600,7 +8600,7 @@ break DLRADAPT_f.prototype.define = function DLRADAPT_f() { p=[0,1]; rn=[]; -rd=[math.complex("0.2+0.8i"),math.complex("0.2-0.8i"),math.complex("0.3+0.7i"),math.complex("0.3-0.7i")]; +rd=[math.complex(0.2,0.8),math.complex(0.2,-0.8),math.complex(0.3,0.7),math.complex(0.3,-0.7)]; g=[1,1]; last_u=[]; last_y=[0,0]; @@ -8709,7 +8709,7 @@ break } LOGBLK_f.prototype.define = function LOGBLK_f() { in1=1; -a=%e; +a=math.E; model=scicos_model(); model.sim="logblk"; model.in=-1; @@ -8799,7 +8799,7 @@ break } EXPBLK_m.prototype.define = function EXPBLK_m() { in1=1; -a=%e; +a=math.E; model=scicos_model(); model.sim=list("expblk_m",4); model.in=-1; @@ -9015,7 +9015,7 @@ break } EXPBLK_f.prototype.define = function EXPBLK_f() { in1=1; -a=%e; +a=math.E; model=scicos_model(); model.sim="expblk"; model.in=-1; |