In example_na_modelling_nonlinearity,what is 'wavelength_separation=15' physical unit
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
Nonlinear acoustics
(4 posts) (2 voices)-
Posted 4 years ago #
-
It is the number of wavelengths between the source and sensor. To convert to metres, multiply by the size of the wavelength.
Brad.
Posted 4 years ago # -
In same demo “example_na_modelling_nonlinearity”,After a short time the data disappeared when i set the speed of sound to 150,What caused this?
Posted 4 years ago # -
This combination of sound speed and shock parameter etc gives a negative value for B/A, so I guess the simulation becomes unstable. Try setting:
p0 = 50e3; % source pressure [Pa] c0 = 150; % sound speed [m/s] rho0 = 1000; % density [kg/m^3] alpha_0 = 2; % absorption coefficient [dB/(MHz^2 cm)]
Brad
Posted 4 years ago #
Reply
You must log in to post.