<?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: Simulate Ultrasound image from CT</title>
		<link>http://www.k-wave.org/forum/topic/simulate-ultrasound-image-from-ct</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 01:36:01 +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/simulate-ultrasound-image-from-ct" rel="self" type="application/rss+xml" />

		<item>
			<title>Bradley Treeby on "Simulate Ultrasound image from CT"</title>
			<link>http://www.k-wave.org/forum/topic/simulate-ultrasound-image-from-ct#post-6783</link>
			<pubDate>Sun, 17 Mar 2019 22:37:35 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">6783@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Kunal,&#60;/p&#62;
&#60;p&#62;The volume data is the CT image in Hounsfield units. Although note an image is just a matrix of numbers. Unfortunately, I don't have any idea about CT data for the feet.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>khoslaygr26 on "Simulate Ultrasound image from CT"</title>
			<link>http://www.k-wave.org/forum/topic/simulate-ultrasound-image-from-ct#post-6758</link>
			<pubDate>Wed, 13 Feb 2019 18:27:34 +0000</pubDate>
			<dc:creator>khoslaygr26</dc:creator>
			<guid isPermaLink="false">6758@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
In the above code what is exactly in the Volume data.&#60;br /&#62;
where can one find this CT data for the feet (specifically the calcenous or heel bone).&#60;br /&#62;
Are they images or simply matrices of HU values?&#60;br /&#62;
I want to use the data to simulate ultrasound within the heel.&#60;br /&#62;
Thanks&#60;br /&#62;
Kunal
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Simulate Ultrasound image from CT"</title>
			<link>http://www.k-wave.org/forum/topic/simulate-ultrasound-image-from-ct#post-6456</link>
			<pubDate>Sun, 13 May 2018 19:59:47 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">6456@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi dhchen,&#60;/p&#62;
&#60;p&#62;That looks like the correct approach. You will likely also need to add some small scale scatterers (e.g., using random noise) to the background values so you can see contrast on the generated ultrasound image.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dhchen on "Simulate Ultrasound image from CT"</title>
			<link>http://www.k-wave.org/forum/topic/simulate-ultrasound-image-from-ct#post-6441</link>
			<pubDate>Sat, 28 Apr 2018 09:07:22 +0000</pubDate>
			<dc:creator>dhchen</dc:creator>
			<guid isPermaLink="false">6441@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I have a CT volume and I want to simulate Ultrasound image from it. I have used hounsfield2density to get the speed and density, but I have no idea how to adjust the parameters in example_us_bmode_linear_transducer.m.&#60;/p&#62;
&#60;p&#62;% load volumeData from zraw&#60;br /&#62;
Nx = size(volumeData,1);   % [grid points]&#60;br /&#62;
Ny = size(volumeData,2);   % [grid points]&#60;br /&#62;
Nz = size(volumeData,3);   % [grid points]&#60;/p&#62;
&#60;p&#62;...&#60;/p&#62;
&#60;p&#62;for scan_line_index = 1:number_scan_lines&#60;br /&#62;
    ...&#60;br /&#62;
    [ct_density, ct_sound_speed] = hounsfield2density(volumeData);&#60;br /&#62;
    medium.sound_speed = ct_sound_speed(:, medium_position:medium_position + Ny - 1, :);&#60;br /&#62;
    medium.density = ct_density(:, medium_position:medium_position + Ny - 1, :);&#60;br /&#62;
    % medium.sound_speed = sound_speed_map(:, medium_position:medium_position + Ny - 1, :);&#60;br /&#62;
    % medium.density = density_map(:, medium_position:medium_position + Ny - 1, :);&#60;br /&#62;
    ...&#60;/p&#62;
&#60;p&#62;Is it right? Can anyone give me some suggestions? Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
