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 --- 2081/CH12/EX12.1/Ex12_1.sce | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 2081/CH12/EX12.1/Ex12_1.sce (limited to '2081/CH12/EX12.1') diff --git a/2081/CH12/EX12.1/Ex12_1.sce b/2081/CH12/EX12.1/Ex12_1.sce new file mode 100755 index 000000000..ebe304123 --- /dev/null +++ b/2081/CH12/EX12.1/Ex12_1.sce @@ -0,0 +1,6 @@ +Bt=400*10^6 +Bc=100 +Gp=Bt/Bc//processing gain +k=log10(Gp)/log10(2) +printf('At 19.2 kbps the processing gain = %.f\n',Gp) +printf('minimum no. of PN bits k= %.f',k) -- cgit