1. Overview & Objective
This case study evaluates the predictive fidelity of a web-based 3D Voxel Finite-Difference Helmholtz eigensolver against physical acoustic measurements gathered using a UMIK-1 calibrated microphone and Room EQ Wizard (REW).
The goal is to determine the accuracy of low-frequency () modal frequency identification, standing wave pressure distributions, and reverberation decay () estimations in small listening environments under real-world boundary conditions.
2. Test Environment Setup & Boundary Conditions
Room Geometry & Construction
- Dimensions: , , (Volume ).
- Construction: Double-layer drywall over wooden studs (walls/ceiling), carpet over concrete slab (floor). Single door at rear right corner, standard double-pane glass window on left wall.
- Calculated Schroeder Cutoff Frequency ():
Measurement Rig
- Microphone: MiniDSP UMIK-1 (individually calibrated 0° text file loaded).
- Audio Interface & Output: RME Babyface Pro FS, driving a pair of Neumann KH 120 A active studio monitors.
- Sweep Parameters: REW 5.30 log sine sweep (, length, reference level at listening position).
Simulation Parameters (roomtreatment.diy Engine)
- Grid Discretization: 3D uniform spatial voxel grid pitch ( interior air cells).
- Boundary Condition: Robin impedance mapping for drywall () and concrete slab ().
- Eigensolver: SciPy
scipy.sparse.linalg.eigsh(Shift-and-Invert Arnoldi/Lanczos, , eigenmodes computed).
3. Empirical Results: Simulated vs. Measured Modal Frequencies
The table below compares the calculated room mode frequencies from the 3D Voxel PDE solver against the physical resonant peaks identified via REW high-resolution FFT measurement at the listening chair ().
| Mode Index () | Mode Type | Theoretical Analytical (Shoebox) | 3D Voxel PDE Simulated (roomtreatment.diy) | Measured REW Peak | Absolute Error () |
|---|---|---|---|---|---|
| (1, 0, 0) | Axial (Length) | 32.7 Hz | 32.5 Hz | 32.1 Hz | +0.4 Hz |
| (0, 1, 0) | Axial (Width) | 44.9 Hz | 44.7 Hz | 44.2 Hz | +0.5 Hz |
| (1, 1, 0) | Tangential | 55.5 Hz | 55.2 Hz | 54.8 Hz | +0.4 Hz |
| (0, 0, 1) | Axial (Height) | 70.0 Hz | 69.4 Hz | 68.2 Hz | +1.2 Hz |
| (2, 0, 0) | Axial (Length) | 65.5 Hz | 65.1 Hz | 64.6 Hz | +0.5 Hz |
| (2, 1, 0) | Tangential | 79.4 Hz | 78.9 Hz | 78.1 Hz | +0.8 Hz |
| (1, 1, 1) | Oblique | 89.3 Hz | 88.5 Hz | 87.1 Hz | +1.4 Hz |
Note: Minor down-shifts in measured real-world modal frequencies relative to pure analytical shoebox numbers are attributed to wall compliance (drywall flexing at low frequencies increases effective acoustic volume).
4. Frequency Response & Null Alignment
Below , boundary-influenced phase cancellation produces sharp notches in spatial SPL.
In this test setup, the primary left speaker placement () created a measured Speaker-Boundary Interference Response (SBIR) null at 58 Hz dropping -18.5 dB below baseline.
- REW Measured Null: (Depth: )
- Simulated PDE Null (
roomtreatment.diy): (Depth: ) - Predictive Frequency Delta: alignment.
5. First-Order Perturbation Theory vs. Post-Treatment REW Decay
Four 100mm porous fiberglass panels (, flow resistivity ) were installed at front wall-ceiling dihedral junctions.
Instead of full matrix re-computation, the simulation updated modal decay rates using 1st-order surface integral perturbation:
-Octave Low-Frequency Comparison:
-
63 Hz Octave Band:
- Bare Room (Measured): | Bare Room (Simulated):
- Treated Room (Measured REW): | Treated Room (Simulated):
- Delta:
-
125 Hz Octave Band:
- Bare Room (Measured): | Bare Room (Simulated):
- Treated Room (Measured REW): | Treated Room (Simulated):
- Delta:
6. Limitations & Edge Cases
- Flexible Boundaries: Low-frequency membrane flexing in thin drywall non-rigidly alters acoustic impedance, causing downward modal shifts not fully captured by static Robin boundary coefficients.
- High-Frequency Transition: Above , the solver transitions from wave PDEs to Image Source Method (ISM) and stochastic ray tracing. Diffusion coefficients for highly textured surfaces require manual approximation.
7. Community Feedback Invitation
We developed this numerical solver pipeline into an open web tool at roomtreatment.diy to make fast 3D acoustic simulation accessible directly in the browser without requiring desktop CAD/FEA installs.
We welcome feedback from the Audio Science Review community regarding boundary admittance assumptions, perturbation error limits, and comparison against your own REW impulse response measurements.