diff options
Diffstat (limited to '2183/CH8/EX8.9.c/Ex_8_9_c.sce')
-rwxr-xr-x | 2183/CH8/EX8.9.c/Ex_8_9_c.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/2183/CH8/EX8.9.c/Ex_8_9_c.sce b/2183/CH8/EX8.9.c/Ex_8_9_c.sce new file mode 100755 index 000000000..0644ec5e8 --- /dev/null +++ b/2183/CH8/EX8.9.c/Ex_8_9_c.sce @@ -0,0 +1,13 @@ +// Example 8.9.c;//Link length +clc; +clear; +close; +pi=-3;//dBm +po=-42;//dBm +ac=2;//dBm +ma=8;//dBm +afc=0.4;//dBm +aj=0.1;//dBm +dl=1.5;//dbm +l=((pi-po-ac-ma-dl)/(afc+aj));//km +disp(l,"link length when dispersion equalisation penalty is included in km is") |