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/CH7/EX7.7/Ex7_7.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 2081/CH7/EX7.7/Ex7_7.sce (limited to '2081/CH7/EX7.7') diff --git a/2081/CH7/EX7.7/Ex7_7.sce b/2081/CH7/EX7.7/Ex7_7.sce new file mode 100755 index 000000000..d36bbb4be --- /dev/null +++ b/2081/CH7/EX7.7/Ex7_7.sce @@ -0,0 +1,13 @@ +Nmacro=7 +Nchmacro=16 +C1=Nmacro*Nchmacro//channel capacity + +Nminpmac=4 +C2=Nmacro*Nchmacro*Nminpmac + +Nmicpmin=4 +C3=Nmacro*Nchmacro*Nminpmac*Nmicpmin + +disp(C1,'channel capacity of macrocell system in no. of channels') +disp(C2,'channel capacity of minicell system in no. of channels') +disp(C3,'channel capacity of microcell system in no. of channels') -- cgit