diff options
Diffstat (limited to '287/CH13/EX13.4/Exa13_4.sci')
-rwxr-xr-x | 287/CH13/EX13.4/Exa13_4.sci | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/287/CH13/EX13.4/Exa13_4.sci b/287/CH13/EX13.4/Exa13_4.sci new file mode 100755 index 000000000..3052a71ed --- /dev/null +++ b/287/CH13/EX13.4/Exa13_4.sci @@ -0,0 +1,8 @@ +//Determine the probability that the signal exceeds the receiver senstivity
+
+Smin = 100;
+Pr = -110;
+
+Ps = 0.5 - 0.5*((Pr + Smin)/(10*1.414));
+
+disp(Ps, 'Probability that the signal exceeds the receiver senstivity is')
\ No newline at end of file |