Hi,Brad.
Here is my code:
% muscle
medium.sound_speed = 1588 * ones(Nx,Ny); % [m/s]
medium.density = 1090 * ones(Nx, Ny); % [kg/m^3]
medium.alpha_coeff = 0.6*ones(Nx,Ny); % [dB/(MHz^y cm)]
medium.BonA = 7.8*ones(Nx,Ny);
medium.alpha_power =1.2;
Theoretically, the higher the frequency of the source, the greater the attenuation factor.
When the frequency of the source is 1MHz, the attenuation is -82dB. When the frequency of the source is 2MHz, the attenuation is -76dB.
This is the opposite of the theoretical calculation,Why does this happen?