Hi Brad,
I have seen the makecartbowl in Kwavearray_alpha0.1, I would like to ask you why you choose to arrange the elements in such a way as the pepe spiral. What are the advantages of this way? Have you ever considered the Archimedes spiral?Thanks.
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
kwavearray
(2 posts) (2 voices)-
Posted 4 years ago #
-
Hi Jack,
In the context of
kWaveArray
, themakeCartBowl
function is used to place the integration points over the surface of the bowl. The use of a spiral phyllotaxis pattern produces uniform samples covering any surface of revolution. In principle, any other distribution of integration points can also be used as long as suitable quadrature weights can be found. If a uniform (or approximately uniform) sampling strategy is used as is the case formakeCartBowl
, the quadrature weights are the same for all integration points and are easy to calculate. More details are in the corresponding paper.Brad
Posted 4 years ago #
Reply
You must log in to post.