diff options
Diffstat (limited to '998/CH29/EX29.13/Ex13.sce')
-rwxr-xr-x | 998/CH29/EX29.13/Ex13.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/998/CH29/EX29.13/Ex13.sce b/998/CH29/EX29.13/Ex13.sce new file mode 100755 index 000000000..8094bc3b4 --- /dev/null +++ b/998/CH29/EX29.13/Ex13.sce @@ -0,0 +1,9 @@ +//Ex:13
+clc;
+clear;
+close;
+k=-228.6;//Boltzman;s const in dbW/k/Hz
+t_s=18.8;//System temp noise in db
+b_n=74.3;//Noise bandwidth in db
+n_r=k+b_n+t_s;//Receiver noise power in db watt
+printf("Receiver noise power=%f db watt",n_r);
\ No newline at end of file |