<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>k-Wave User Forum &#187; Topic: problem with simulation of signal from phantom with nonlinear effect</title>
		<link>http://www.k-wave.org/forum/topic/problem-with-simulation-of-signal-from-phantom-with-nonlinear-effect</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Tue, 12 May 2026 22:33:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.k-wave.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.k-wave.org/forum/rss/topic/problem-with-simulation-of-signal-from-phantom-with-nonlinear-effect" rel="self" type="application/rss+xml" />

		<item>
			<title>P.S on "problem with simulation of signal from phantom with nonlinear effect"</title>
			<link>http://www.k-wave.org/forum/topic/problem-with-simulation-of-signal-from-phantom-with-nonlinear-effect#post-8869</link>
			<pubDate>Tue, 25 Jul 2023 10:19:16 +0000</pubDate>
			<dc:creator>P.S</dc:creator>
			<guid isPermaLink="false">8869@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;My objective is to simulate echo from a phantom with two layers, for which I have set nonlinear parameters. However, when I reconstruct the B-mode image, I notice an unexpected line in the second layer, making the result look like it has three layers. I'm uncertain about what might be causing this issue in my code. Your assistance in resolving this matter would be greatly appreciated. Thank you.&#60;/p&#62;
&#60;p&#62;The parameters that I use are as follows:&#60;br /&#62;
c0 = 1480; % [m/s]&#60;br /&#62;
alpha_coeff0 = 0.5; % [dB/(MHz^y cm)]&#60;br /&#62;
alpha_power0 = 1.9;&#60;br /&#62;
rho0 = 1000; % [kg/m^3]&#60;br /&#62;
BonA = 6;&#60;/p&#62;
&#60;p&#62;% define properties&#60;br /&#62;
sound_speed_map = c0 * ones(Nx, Ny);%.* background_map;%;&#60;br /&#62;
density_map = rho0 * ones(Nx, Ny).* background_map;&#60;br /&#62;
alpha_coeff_map = alpha_coeff0 * ones(Nx, Ny);&#60;/p&#62;
&#60;p&#62;% make circle inclusion SoS&#60;br /&#62;
sound_speed_map(cond1,:) = 1520;&#60;/p&#62;
&#60;p&#62;% assign to the medium inputs&#60;br /&#62;
medium.sound_speed = sound_speed_map;&#60;br /&#62;
medium.density = density_map;&#60;br /&#62;
medium.BonA = 6*ones(Nx, Ny);
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
