summaryrefslogtreecommitdiff
path: root/2606/CH10/EX10.6
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2606/CH10/EX10.6
downloadScilab-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-x2606/CH10/EX10.6/ex10_6.jpgbin0 -> 5806 bytes
-rwxr-xr-x2606/CH10/EX10.6/ex10_6.sce10
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
new file mode 100755
index 000000000..caabc7849
--- /dev/null
+++ b/2606/CH10/EX10.6/ex10_6.jpg
Binary files differ
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:');