summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.5.b/Ex2_5b.sce
blob: 51691b04ac167a8f53576b2d322d5e88d94dbe94 (plain)
1
2
3
4
5
6
clc;
clear;
A1=0.045;
AT=1;
A2=AT/A1;
printf('\nThe amplifier gain need to offset the loss for overall gain of 1 is %.1f',A2);