diff options
Diffstat (limited to '3020/CH4/EX4.6/ex4_6.sce')
-rwxr-xr-x | 3020/CH4/EX4.6/ex4_6.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3020/CH4/EX4.6/ex4_6.sce b/3020/CH4/EX4.6/ex4_6.sce new file mode 100755 index 000000000..619a87783 --- /dev/null +++ b/3020/CH4/EX4.6/ex4_6.sce @@ -0,0 +1,6 @@ +clc;
+clear all;
+V = 1500; // Volume of the hall in cubic meters
+A1 = 80; // Absorption of the sound by the hall in sabine
+rt = (0.163*V)/(A1);//The reverberation time of the hall
+disp('s',rt,'The reverberation time of the hall is')
|