diff options
Diffstat (limited to '752/CH19/EX19.17.1')
-rwxr-xr-x | 752/CH19/EX19.17.1/19_17_1.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/752/CH19/EX19.17.1/19_17_1.sce b/752/CH19/EX19.17.1/19_17_1.sce new file mode 100755 index 000000000..3119fa7bc --- /dev/null +++ b/752/CH19/EX19.17.1/19_17_1.sce @@ -0,0 +1,11 @@ +clc;
+// page no 742
+// prob no 19.17.1
+// A digital satellite link is given with following specification
+Eb_N0=9.6;//ratio expessed in dB
+Rb=1.544*10^6;//bit rate expessed in bps
+// The bit rate in dB relative to 1bps is
+R_dB_b=10*log10(Rb) ;
+//The required CN0 ratio is
+CNo_db=Eb_N0+R_dB_b;
+disp(CNo_db,'The ratio C/No is');
\ No newline at end of file |