diff options
Diffstat (limited to '3020/CH4/EX4.1/ex4_1.sce')
-rwxr-xr-x | 3020/CH4/EX4.1/ex4_1.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3020/CH4/EX4.1/ex4_1.sce b/3020/CH4/EX4.1/ex4_1.sce new file mode 100755 index 000000000..2619b6a6f --- /dev/null +++ b/3020/CH4/EX4.1/ex4_1.sce @@ -0,0 +1,6 @@ +clc;
+clear all;
+I1 = 0.1;// Intensity of sound produced in Watts per square meters
+I0 = 1e-12; // standard intensity level
+b = 10*log10(I1/I0);//The sound intensity produced by thunder
+disp('dB',b,'The sound intensity produced by thunder is')
|