summaryrefslogtreecommitdiff
path: root/257/CH5/EX5.1/example_5_1.sce
blob: 439a1a7408c36ed9bb0a696e2d5797790f010788 (plain)
1
2
3
4
5
6
7
8
syms G1 G2 G3 G4 H1 H2

a= G1*G4               //series
b=  (a)/(1-(a*H1))     //positive feedback
c= (b*(G2+G3))         // G2 AND G3 are in parallel
Y= c/(1+(c*H2))       // negetive feedback

disp(Y,"C/R =")