acmus
Class CalculateRT60

java.lang.Object
  |
  +--acmus.CalculateRT60

public class CalculateRT60
extends java.lang.Object

Calculates the reverberation time


Constructor Summary
CalculateRT60(double d1, java.lang.String s1, double d2, java.lang.String s2, double d3, java.lang.String s3, double d4, java.lang.String s4, double d5, java.lang.String s5, double d6, java.lang.String s6, double d7, java.lang.String s7, double d8, java.lang.String s8, double d9, java.lang.String s9, double d10, java.lang.String s10, double constant, double w, double l, double h)
          Creates a new CalculateRT60
 
Method Summary
 void calculateRT60()
          Calculates the reverberation time
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculateRT60

public CalculateRT60(double d1,
                     java.lang.String s1,
                     double d2,
                     java.lang.String s2,
                     double d3,
                     java.lang.String s3,
                     double d4,
                     java.lang.String s4,
                     double d5,
                     java.lang.String s5,
                     double d6,
                     java.lang.String s6,
                     double d7,
                     java.lang.String s7,
                     double d8,
                     java.lang.String s8,
                     double d9,
                     java.lang.String s9,
                     double d10,
                     java.lang.String s10,
                     double constant,
                     double w,
                     double l,
                     double h)
Creates a new CalculateRT60
Parameters:
d1 - area of a ceiling
s1 - material of a ceiling
d2 - area of a frontwall
s2 - material of a frontwall
d3 - area of a backwall
s3 - material of a backwall
d4 - area of a leftwall
s4 - material of a leftwall
d5 - area of a rightwall
s5 - material of a rightwall
d6 - area of a floor
s6 - material of a floor
d7 - area of windows on the frontwall
s7 - material of windows on the frontwall
d8 - area of windows on the backwall
s8 - material of windows on the backwall
d9 - area of windows on the leftwall
s9 - material of windows on the leftwall
d10 - area of windows on the rightwall
s10 - material of windows on the rightwall
constant - a constant that equals 0.161 when the units of measurement are expressed in meters and 0.049 when in feet
w - width of a room
l - length of a room
h - height of a room
Method Detail

calculateRT60

public void calculateRT60()
Calculates the reverberation time
Parameters:
no - parameter