summaryrefslogtreecommitdiff
path: root/1151/CH1/EX1.26/example26.sce
diff options
context:
space:
mode:
Diffstat (limited to '1151/CH1/EX1.26/example26.sce')
-rwxr-xr-x1151/CH1/EX1.26/example26.sce3
1 files changed, 3 insertions, 0 deletions
diff --git a/1151/CH1/EX1.26/example26.sce b/1151/CH1/EX1.26/example26.sce
new file mode 100755
index 000000000..e633cfc7b
--- /dev/null
+++ b/1151/CH1/EX1.26/example26.sce
@@ -0,0 +1,3 @@
+//determine the transfer function
+printf("syms R1 R2 C1 C2\nz1=R2/(R2*C2*s+1);\n z2=(R1*C1*s+1)/(C1*s);\n g=z2/(z1+z2);Transfer function Eo(s)/Ei(s)=g")
+