summaryrefslogtreecommitdiff
path: root/2753/CH4/EX4.18/Ex4_18.sce
blob: b2f86f99feb15203f7386d6245d2a8aa797d9186 (plain)
1
2
3
4
5
6
7
8
9
10
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 ,(%)=")