summaryrefslogtreecommitdiff
path: root/2606/CH10/EX10.6/ex10_6.sce
blob: f86196772bb30808862e6ca72502dc03dbfa6434 (plain)
1
2
3
4
5
6
7
8
9
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:');