diff options
Diffstat (limited to '998/CH29/EX29.27')
-rwxr-xr-x | 998/CH29/EX29.27/Ex27.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/998/CH29/EX29.27/Ex27.sce b/998/CH29/EX29.27/Ex27.sce new file mode 100755 index 000000000..7a9160dae --- /dev/null +++ b/998/CH29/EX29.27/Ex27.sce @@ -0,0 +1,8 @@ +//Ex:27
+clc;
+clear;
+close;
+r_b=62;//bit rate in db bits/s
+r_bu=71-62;//uplink bit rate increase
+p_up=2.4+r_bu;//Earth station transmitted power in dbW
+printf("The earth station transmitted power =%f dbw",p_up);
\ No newline at end of file |