summaryrefslogtreecommitdiff
path: root/3020/CH4/EX4.6/ex4_6.sce
blob: 619a8778374f0049cc7dc3f23d670636e4b63317 (plain)
1
2
3
4
5
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')