summaryrefslogtreecommitdiff
path: root/2183/CH8/EX8.9.a/Ex_8_9_a.sce
diff options
context:
space:
mode:
Diffstat (limited to '2183/CH8/EX8.9.a/Ex_8_9_a.sce')
-rwxr-xr-x2183/CH8/EX8.9.a/Ex_8_9_a.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2183/CH8/EX8.9.a/Ex_8_9_a.sce b/2183/CH8/EX8.9.a/Ex_8_9_a.sce
new file mode 100755
index 000000000..3e67f5df5
--- /dev/null
+++ b/2183/CH8/EX8.9.a/Ex_8_9_a.sce
@@ -0,0 +1,12 @@
+// Example 8.9.a //Link length
+clc;
+clear;
+close;
+pi=-3;//dBm
+po=-56;//dBm
+ac=2;//dBm
+ma=8;//dBm
+afc=0.4;//dBm
+aj=0.1;//dBm
+l=((pi-po-ac-ma)/(afc+aj));//km
+disp(l,"link length when operating at 50 M bit/s in km is")