diff options
Diffstat (limited to '46/CH16/EX16.5')
-rwxr-xr-x | 46/CH16/EX16.5/Example16_5.sce | 9 | ||||
-rwxr-xr-x | 46/CH16/EX16.5/figure16_5.jpg | bin | 0 -> 59036 bytes |
2 files changed, 9 insertions, 0 deletions
diff --git a/46/CH16/EX16.5/Example16_5.sce b/46/CH16/EX16.5/Example16_5.sce new file mode 100755 index 000000000..d9e951dce --- /dev/null +++ b/46/CH16/EX16.5/Example16_5.sce @@ -0,0 +1,9 @@ +//Example 16.5 +clc +s=poly(0,'s'); +disp("G=10*(0.5*s+1)*exp(-s/10)/(((s+1)^2)*(0.1*s+1))") +printf("exp(-0.1*s)=(2-0.1*s)/(2+0.1*s)\n)") +G=10*(0.5*s+1)*(2-0.1*s)/(((s+1)^2)*(0.1*s+1)*(2+0.1*s)); +Gs=syslin('c',G) +clf +bode(Gs) diff --git a/46/CH16/EX16.5/figure16_5.jpg b/46/CH16/EX16.5/figure16_5.jpg Binary files differnew file mode 100755 index 000000000..7388a021a --- /dev/null +++ b/46/CH16/EX16.5/figure16_5.jpg |