diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /998/CH29/EX29.45/Ex45.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '998/CH29/EX29.45/Ex45.sce')
-rwxr-xr-x | 998/CH29/EX29.45/Ex45.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/998/CH29/EX29.45/Ex45.sce b/998/CH29/EX29.45/Ex45.sce new file mode 100755 index 000000000..d43cf3e90 --- /dev/null +++ b/998/CH29/EX29.45/Ex45.sce @@ -0,0 +1,8 @@ +//Ex:45
+clc;
+clear;
+close;
+p_tr1=-135;//power received in transponder-1 in dbW
+n_tr1=-150.5;//noise power in transponder-1 in dbw
+c_n=p_tr1-n_tr1;//C/N ratio in db
+printf("The C/N ratio=%f db",c_n);
\ No newline at end of file |