Hello!
First of all thanks a lot for this handy toolbox! It's really helpful.
I'm currently working on a 3D simulation program. The space I want to simulate contains a wave source(pulse wave), a curved reflector(to a focus point) and homogeneous medium(nonlinear). It turned out that I can only go with 64*64*64 grid and it's still very slow(running the program).
The command I'm using is KspaceFirstOrder3D.
However right now 64*64*64 might not be accurate enuff. So is there any way I can make a larger grid with acceptable running time?
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
3D grid simulation matters
(2 posts) (2 voices)-
Posted 10 years ago #
-
Hi jing0008,
You should have a look at the C++ code (see chapter 4 of k-wave users'manual): it is considerably faster.
Anthony
Posted 10 years ago #
Reply
You must log in to post.