summaryrefslogtreecommitdiff
path: root/3515/CH5/EX5.1/Ex_5_1.sce
blob: 8bb18b1fde447b8459b591b70873a3d6b7fa48f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Exa 5.1
format('v',7);
clc;
clear;
close;
// Given data
A= 800;// unit less
Af= 50;// unit less
// Formula Af= A/(1+Bita*A)
Bita= 1/Af-1/A;
disp(Bita*100,"Percentage of output which is feedback to the input in % is  ")