summaryrefslogtreecommitdiff
path: root/1151/CH1/EX1.26/example26.sce
blob: e633cfc7b5b194d4bec558282f23e8c76eebf12b (plain)
1
2
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")