diff options
Diffstat (limited to '2753/CH4/EX4.18/Ex4_18.sce')
-rwxr-xr-x | 2753/CH4/EX4.18/Ex4_18.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2753/CH4/EX4.18/Ex4_18.sce b/2753/CH4/EX4.18/Ex4_18.sce new file mode 100755 index 000000000..b2f86f99f --- /dev/null +++ b/2753/CH4/EX4.18/Ex4_18.sce @@ -0,0 +1,11 @@ +//Example 4.18: +clc; +clear; +close; +//given data : +format('v',5) +A=50;//gain without feedback +Af=10;//gain with feedback +Beta=(((A/Af)-1)/A)*100;//feed back ratio +disp(Beta," percentage of feedback is ,(%)=") + |