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 --- 1574/CH3/EX3.25/M_Ex_3_25.sce | 18 ++++++++++++++++++ 1574/CH3/EX3.25/Result_Figure_3_Ex3_25.jpg | Bin 0 -> 19408 bytes 1574/CH3/EX3.25/Result_of_Chapter_3_Ex3_25.JPG | Bin 0 -> 126569 bytes 3 files changed, 18 insertions(+) create mode 100755 1574/CH3/EX3.25/M_Ex_3_25.sce create mode 100755 1574/CH3/EX3.25/Result_Figure_3_Ex3_25.jpg create mode 100755 1574/CH3/EX3.25/Result_of_Chapter_3_Ex3_25.JPG (limited to '1574/CH3/EX3.25') diff --git a/1574/CH3/EX3.25/M_Ex_3_25.sce b/1574/CH3/EX3.25/M_Ex_3_25.sce new file mode 100755 index 000000000..a7307b99c --- /dev/null +++ b/1574/CH3/EX3.25/M_Ex_3_25.sce @@ -0,0 +1,18 @@ +clc +//Chapter3: Modulation +//Example3.25, pageno 175 +//Given +//em=3sin(2*pi*1000t)+5cos(2*pi*3000t) +//ec=50sin(2*pi*500e3*t) +m1=0.06//(sine wave amplitude/ peak carrier voltage) +m2=0.1//(cosine wave amplitude/ peak carrier voltage) +Vc=50//Carrier voltage +R=50//load resistance +Pc=(Vc^2)/(2*R)//Peak carrier power +Pt=Pc*(1+((m1^2+m2^2)/2))//Total power after modulation +mprintf('Average power is: %f watts',Pt) +F=[0,2.5,1.5,50,1.5,2.5,0] +T=[490,497,499,500,501,503,510] +plot2d3(T,F,5) +xlabel("Freq", "fontsize",3); +ylabel("Amplitude", "fontsize",3, "color", "blue"); diff --git a/1574/CH3/EX3.25/Result_Figure_3_Ex3_25.jpg b/1574/CH3/EX3.25/Result_Figure_3_Ex3_25.jpg new file mode 100755 index 000000000..f0c20820c Binary files /dev/null and b/1574/CH3/EX3.25/Result_Figure_3_Ex3_25.jpg differ diff --git a/1574/CH3/EX3.25/Result_of_Chapter_3_Ex3_25.JPG b/1574/CH3/EX3.25/Result_of_Chapter_3_Ex3_25.JPG new file mode 100755 index 000000000..33b9fa6ee Binary files /dev/null and b/1574/CH3/EX3.25/Result_of_Chapter_3_Ex3_25.JPG differ -- cgit