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 /2606/CH10/EX10.6 | |
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 '2606/CH10/EX10.6')
-rwxr-xr-x | 2606/CH10/EX10.6/ex10_6.jpg | bin | 0 -> 5806 bytes | |||
-rwxr-xr-x | 2606/CH10/EX10.6/ex10_6.sce | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/2606/CH10/EX10.6/ex10_6.jpg b/2606/CH10/EX10.6/ex10_6.jpg Binary files differnew file mode 100755 index 000000000..caabc7849 --- /dev/null +++ b/2606/CH10/EX10.6/ex10_6.jpg diff --git a/2606/CH10/EX10.6/ex10_6.sce b/2606/CH10/EX10.6/ex10_6.sce new file mode 100755 index 000000000..f86196772 --- /dev/null +++ b/2606/CH10/EX10.6/ex10_6.sce @@ -0,0 +1,10 @@ +//Page Number: 10.23
+//Example 10.6
+clc;
+//Given
+p=0.1; //dB
+p1=10^(-p/10);
+p2=sqrt(p1);
+t=acosd(p2);
+a=round(t);
+disp('degrees',a,'System cannot tolerate more than:');
|