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/CH10/EX10.3/Ex10_3.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 2081/CH10/EX10.3/Ex10_3.sce (limited to '2081/CH10/EX10.3/Ex10_3.sce') diff --git a/2081/CH10/EX10.3/Ex10_3.sce b/2081/CH10/EX10.3/Ex10_3.sce new file mode 100755 index 000000000..ed7b08896 --- /dev/null +++ b/2081/CH10/EX10.3/Ex10_3.sce @@ -0,0 +1,12 @@ +BW=25*10^3//bandwidth of POCSAG=bandwidth of FLEX system + +TDR1=1200// transmission data rate +SPef1=TDR1/BW//spectral efficiency + +TDR2=6400 +SPef2=TDR2/BW +disp(SPef1,'the spectral efficiency in bps/Hz at 1200 bps transmission data rate in POCSAG paging system') +disp(SPef2,'the spectral efficiency in bps/Hz at 6400 bps transmission data rate in FLEX paging system') + +Cinc=TDR2/TDR1 +disp(Cinc,'estimating increase in capacity in times') -- cgit