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 --- 752/CH8/EX8.11.1/8_11_1.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 752/CH8/EX8.11.1/8_11_1.sce (limited to '752/CH8/EX8.11.1') diff --git a/752/CH8/EX8.11.1/8_11_1.sce b/752/CH8/EX8.11.1/8_11_1.sce new file mode 100755 index 000000000..0abaa0e0f --- /dev/null +++ b/752/CH8/EX8.11.1/8_11_1.sce @@ -0,0 +1,13 @@ +clc; +//page no 274 +//prob no. 8.11.1 +//RC load ckt for diode detector with c=1000pF in paralel with R=10Kohm +fm=10*10^3;//modulation freq +c=1000*10^-12;R=10*10^3; +Yp=(1/R)+((%i)*2*(%pi)*fm*c);//admittance of RC load +disp(Yp); +Zp=1/sqrt((real(Yp)^2)+(imag(Yp)^2)); +disp(Zp); +//Determination of max modulation index +m=Zp/R; +disp(m,'The max modulation index is'); \ No newline at end of file -- cgit