Transmission Loss
The frequency-dependent transmission coefficients \((\tau)\) are calculated directly from the total transfer matrix \((T_{t})\) of a multilayered structure. These coefficients are a measure of how much sound passes through a structure.
The coefficients can be calculated under both normal and diffuse sound field conditions. Under a normal incidence sound field, the sound impinges on the surface from a single, perpendicular angle. In the diffuse field case, the incident sound theoretically strikes the surface of the material from all possible angles -- though the acoustipy implementation defaults to angles between 0 and 79, as seen in literature on the topic.
The transmission coefficients can then be used to calculate transmission loss \((TL)\), which is also a frequency dependent metric.
The acoustipy implementation for both cases can be found here.
Normal Incidence
Starting from the total transfer matrix:
Then, the transmission coefficients \((\tau)\) are:
where \(t\) is the total thickness of the structure and \(k_{0}\) is the wavenumber:
where \(\omega\) is the angular frequency and \(c_{0}\) is the speed of sound in air.
and where \(Z_{0}\) is the characteristic impedence of air:
and \(\rho_{0}\) is the density of air.
Then the transmission loss is:
Diffuse Incidence
Under the diffuse sound field condition, the calculation of the transmission coefficients is:
which yields a vector of shape \([f, \theta]\). To collapse this vector to shape \([f,1]\), Paris' formula is used as shown below.
the transmission loss is then calculated in the same manner as the normal incidence condition: