<?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: definition of cyst phantom</title>
		<link>http://www.k-wave.org/forum/topic/definition-of-cyst-phantom-1</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 00:22:10 +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/definition-of-cyst-phantom-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Bradley Treeby on "definition of cyst phantom"</title>
			<link>http://www.k-wave.org/forum/topic/definition-of-cyst-phantom-1#post-5389</link>
			<pubDate>Tue, 16 Feb 2016 02:34:02 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">5389@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi sepand,&#60;/p&#62;
&#60;p&#62;The input signal is completely arbitrary. However, keep in mind that you should restrict the maximum frequency in the input signal to the maximum frequency supported by the grid. You can do this using &#60;code&#62;filterTimeSeries&#60;/code&#62; if needed.&#60;/p&#62;
&#60;p&#62;Regarding your cyst phantom, the code snippet doesn't run. What is the problem exactly? &#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sepand on "definition of cyst phantom"</title>
			<link>http://www.k-wave.org/forum/topic/definition-of-cyst-phantom-1#post-5383</link>
			<pubDate>Mon, 15 Feb 2016 11:39:07 +0000</pubDate>
			<dc:creator>sepand</dc:creator>
			<guid isPermaLink="false">5383@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Dear Ben Cox &#38;amp; Bradley Treeby&#60;br /&#62;
I am working on harmonic ultrasound imaging. I am using k-Wave for my simulations, but I have two main questions about k-Wave,&#60;br /&#62;
The first is about the excitation signals. I want to know that can k-Wave do the simulations with other types of excitation signals (input signals) except the Gaussian pulse?&#60;br /&#62;
The second is about the cyst phantom. I does my simulations on wire targets and I have get good images of them. I want to evaluate my simulations for cyst phantom and I want to have a cyst phantom with low intensity inside (black) and homogeneous, and random scatterers outside the cyst phantom with high intensity than inside (bright), but in simulations I can’t see the cyst clearly.&#60;br /&#62;
My cyst phantom code is:&#60;/p&#62;
&#60;p&#62;background_map_mean = 1;&#60;br /&#62;
background_map_std = 0.0008;&#60;br /&#62;
background_map = background_map_mean + background_map_std*randn([Nz, Nx]);&#60;/p&#62;
&#60;p&#62;% define a random distribution of scatterers for the highly scattering&#60;br /&#62;
% region&#60;br /&#62;
scattering_map =randn([Nz, Nx]);&#60;br /&#62;
scattering_c0 = c0 + 25 + 75*scattering_map;&#60;br /&#62;
scattering_c0(scattering_c0 &#38;gt; 1600) = 1600;&#60;br /&#62;
scattering_c0(scattering_c0 &#38;lt; 1400) = 1400;&#60;br /&#62;
scattering_rho0 = scattering_c0/1.5;&#60;/p&#62;
&#60;p&#62;% define properties&#60;br /&#62;
sound_speed_map = c0*ones(Nz, Nx).*background_map;&#60;br /&#62;
density_map = rho0*ones(Nz,Nx).*background_map;&#60;/p&#62;
&#60;p&#62;% define a sphere for a highly scattering region&#60;br /&#62;
scattering_region1 =sqrt(xx.^2+(zz-40e-3).^2)&#38;lt;5e-3;&#60;br /&#62;
scattering_region1=ones(Nz,Nx)-scattering_region1;&#60;br /&#62;
% assign region&#60;br /&#62;
sound_speed_map(scattering_region1 == 1) = scattering_c0(scattering_region1 == 1);&#60;br /&#62;
density_map(scattering_region1 == 1) = scattering_rho0(scattering_region1 == 1);&#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;
figure&#60;br /&#62;
imagesc(medium.density)&#60;/p&#62;
&#60;p&#62;colormap(gray(128))&#60;/p&#62;
&#60;p&#62;Thanks in advanced for your help&#60;br /&#62;
Best regards&#60;br /&#62;
Sepand
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
