From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1754/CH3/EX3.4/Exa3_4.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 1754/CH3/EX3.4/Exa3_4.sce (limited to '1754/CH3/EX3.4/Exa3_4.sce') diff --git a/1754/CH3/EX3.4/Exa3_4.sce b/1754/CH3/EX3.4/Exa3_4.sce new file mode 100755 index 000000000..19118c7f4 --- /dev/null +++ b/1754/CH3/EX3.4/Exa3_4.sce @@ -0,0 +1,14 @@ +//Exa 3.4 +clc; +clear; +close; +//Given data : +A1=100;//unitless +A2=200;//unitless +A3=400;//unitless +A1=20*log10(A1);//in dB +A2=20*log10(A2);//in dB +A3=20*log10(A3);//in dB +NetVoltageGain=A1+A2+A3;//in dB +disp(NetVoltageGain,"Net Voltage Gain in decibels :"); +//Note : Answer in the book is wrong. \ No newline at end of file -- cgit