diff options
author | Sunil Shetye | 2025-04-25 12:05:59 +0530 |
---|---|---|
committer | Sunil Shetye | 2025-04-25 13:07:05 +0530 |
commit | 3755b5555636071d26c43f669b6b156f2bd208ec (patch) | |
tree | 81da1e009f1043d360ae66f361b06041f3fe7c37 | |
parent | 307fd2f4cf05527899fd9a244dbef774625dfc44 (diff) | |
download | Common-Interface-Project-3755b5555636071d26c43f669b6b156f2bd208ec.tar.gz Common-Interface-Project-3755b5555636071d26c43f669b6b156f2bd208ec.tar.bz2 Common-Interface-Project-3755b5555636071d26c43f669b6b156f2bd208ec.zip |
remove call to evans
make assignment in loop silent
-rw-r--r-- | blocks/saveAPI/fixtures/saveAPI.yaml | 44 |
1 files changed, 2 insertions, 42 deletions
diff --git a/blocks/saveAPI/fixtures/saveAPI.yaml b/blocks/saveAPI/fixtures/saveAPI.yaml index cacb8790..349f93a0 100644 --- a/blocks/saveAPI/fixtures/saveAPI.yaml +++ b/blocks/saveAPI/fixtures/saveAPI.yaml @@ -168292,12 +168292,6 @@ G_s=horner(Gs,-s); - evans(Gs*G_s) - - //root locus - - evans(Gs*Dc) //Correct root locus - //Discrete-time controller nc=94.5*conv([7.98 1],[2.52 1]) @@ -170007,12 +170001,6 @@ //------------------------------------------------------------------ - //root locus - - evans(D*Gs,100) //Correct root locus - - //------------------------------------------------------------------ - //step response of the system with lag compensation t=0:0.1:5; @@ -174918,10 +174906,6 @@ sysc=Gs*Ds; - //Root locus - - evans(sysc) - //Contonuous time response of the system tc=0:0.1:30; @@ -176893,10 +176877,6 @@ Gs=syslin(''c'',num/den) - //Root locus - - evans(Gs,5) - // Step response K=1; @@ -177532,10 +177512,6 @@ Gs=syslin(''c'',num/den) - //Root locus - - evans(Gs,7) - //Response of the system K=2; @@ -178239,10 +178215,6 @@ Gs=syslin(''c'',num/den); - //Root locus - - evans(Gs,40) - //Response of the system K=0.5; @@ -178257,10 +178229,6 @@ D=123*(s^2+0.18*s+0.81)/(s+10)^2; - //Root locus - - evans(Gs*D,40) - //Response of the system witth notch filter K=0.5; @@ -178916,10 +178884,6 @@ Gs=syslin(''c'',num/den); - //Root locus - - evans(Gs,40) - //Response of the system K=0.5; @@ -178934,10 +178898,6 @@ D=123*(s^2+0.18*s+0.81)/(s+10)^2; - //Root locus - - evans(Gs*D,40) - //Response of the system witth notch filter K=0.5; @@ -180628,11 +180588,11 @@ if k*a/N > 1 then - Keq(i,1)=2/%pi*(k*asin(N/a/k)+N/a*sqrt(1-(N/k/a)^2)) + Keq(i,1)=2/%pi*(k*asin(N/a/k)+N/a*sqrt(1-(N/k/a)^2)); else - Keq(i,1)=k + Keq(i,1)=k; end |