summaryrefslogtreecommitdiff
path: root/1151/CH1/EX1.37/example37.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1151/CH1/EX1.37/example37.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1151/CH1/EX1.37/example37.sce')
-rwxr-xr-x1151/CH1/EX1.37/example37.sce2
1 files changed, 2 insertions, 0 deletions
diff --git a/1151/CH1/EX1.37/example37.sce b/1151/CH1/EX1.37/example37.sce
new file mode 100755
index 000000000..91810aa14
--- /dev/null
+++ b/1151/CH1/EX1.37/example37.sce
@@ -0,0 +1,2 @@
+//derive transfer function using block diagram reduction
+printf("syms G1 H1 G2 H2 G3\n l1=G3/(1+G3*H1);//feedback blocks\n l2=G2*l1;//cascading of blocks\n l3=H2/G3;\n l4=l2/(1+l2*l3);//-ve feedback\n l5=l4*G1;//cascading blocks\n l6=l5/(1+l5);C(s)/R(s)=l6")