summaryrefslogtreecommitdiff
path: root/3281/CH2/EX2.19
diff options
context:
space:
mode:
Diffstat (limited to '3281/CH2/EX2.19')
-rw-r--r--3281/CH2/EX2.19/ex2_19.jpgbin0 -> 8372 bytes
-rw-r--r--3281/CH2/EX2.19/ex2_19.sce22
2 files changed, 22 insertions, 0 deletions
diff --git a/3281/CH2/EX2.19/ex2_19.jpg b/3281/CH2/EX2.19/ex2_19.jpg
new file mode 100644
index 000000000..bf823b7c3
--- /dev/null
+++ b/3281/CH2/EX2.19/ex2_19.jpg
Binary files differ
diff --git a/3281/CH2/EX2.19/ex2_19.sce b/3281/CH2/EX2.19/ex2_19.sce
new file mode 100644
index 000000000..a1ae2a018
--- /dev/null
+++ b/3281/CH2/EX2.19/ex2_19.sce
@@ -0,0 +1,22 @@
+//Page Number: 105
+//Example 2.19
+clc;
+//Given
+c=3D+8; //m/s
+a=2.29; //cm
+b=1.02; //cm
+a1=a/100 ;//m
+b1=b/100; //m
+f=6D+9; //Hz
+e=1;
+mu=1/(c^2);
+
+//Cut off frequency
+lamc=2*a1;
+fc=c/lamc;
+w=2*%pi*fc;
+
+//Attenuation constant
+a=(w*sqrt(1-((f/fc)^2)))/c;;
+adb=-20*log10(exp(-a));
+disp('dB/m',adb,'Attenuation constant:');