1 / 11

2D Room Acoustic Simulation with CUDA

2D Room Acoustic Simulation with CUDA. Wei- Chih Hung Wen-Hsiang Shaw Yen-Cheng Chou. What is. 2D Room Acoustic Simulation with CUDA. 2D Room Acoustics is. The way to describe how sound propagates in a room Based on Sound Wave Equation. For what purpose?.

heaton
Download Presentation

2D Room Acoustic Simulation with CUDA

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 2D Room Acoustic Simulation with CUDA Wei-ChihHung Wen-Hsiang Shaw Yen-Cheng Chou

  2. What is 2D Room Acoustic Simulation with CUDA

  3. 2D Room Acoustics is • The way to describe how sound propagates in a room • Based on Sound Wave Equation

  4. For what purpose? 2D Room Acoustic Simulationwith CUDA

  5. 2D Room Acoustic Simulation can be used • In video game… • So that you can have the acoustic spatial perception • For you to hear the simulated sound given the room map… • Let’s say, you want to know what it sounds like if you are going to put a new stereo system in your room

  6. What is the difference? 2D Room Acoustic Simulation with CUDA

  7. The difference is • We use Adaptive Rectangular Decomposition (ARD) method • The propagation is simulated in frequency domain by exploiting the Acoustic Wave Equation numerically • The propagation in frequency domain is much more computationally efficient than the conventional method

  8. The difference is (cont’) • Through the process of pre-computation, the system is able to simulate any sound in real time • 2D map and the positions of the sound sources need to be designated in the process of pre-computed simulation.

  9. Why 2D Room Acoustic Simulation with CUDA

  10. CUDA benefits • Simulation of propagation because the pressure of each spatial point can be parallel computed • DCT implementation based on cuFFT

  11. Reference • Efficient and Accurate Sound Propagation Using Adaptive Rectangular Decomposition, NikunjRaghuvanshi et al. 2009

More Related