<?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: Medium properties</title>
		<link>http://www.k-wave.org/forum/topic/medium-properties</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 04:32:50 +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/medium-properties" rel="self" type="application/rss+xml" />

		<item>
			<title>Bradley Treeby on "Medium properties"</title>
			<link>http://www.k-wave.org/forum/topic/medium-properties#post-7943</link>
			<pubDate>Thu, 26 Nov 2020 11:49:53 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">7943@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;See my response to your previous post &#60;a href=&#34;http://www.k-wave.org/forum/topic/grids-in-a-wavelength&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>viku361 on "Medium properties"</title>
			<link>http://www.k-wave.org/forum/topic/medium-properties#post-7925</link>
			<pubDate>Thu, 19 Nov 2020 08:24:18 +0000</pubDate>
			<dc:creator>viku361</dc:creator>
			<guid isPermaLink="false">7925@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello Sir, How can I create a spherical interface for two heterogeneous mediums?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Medium properties"</title>
			<link>http://www.k-wave.org/forum/topic/medium-properties#post-7810</link>
			<pubDate>Fri, 11 Sep 2020 10:31:26 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">7810@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi viku361,&#60;/p&#62;
&#60;p&#62;The medium properties are just MATLAB matrices, so you can define them using any way you like. One way to make a tilted half space would be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;% draw line
line = makeLine(50, 50, [20, 1], [40, 50]);

% find where line starts in each column
[line_start, ~] = find(line);

% fill it in
for ind = 1:50
    line(line_start(ind):end, ind) = 1;
end

% plot
figure;
imagesc(line);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Note, there are almost certainly more efficient ways to do this.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>viku361 on "Medium properties"</title>
			<link>http://www.k-wave.org/forum/topic/medium-properties#post-7788</link>
			<pubDate>Thu, 03 Sep 2020 13:07:05 +0000</pubDate>
			<dc:creator>viku361</dc:creator>
			<guid isPermaLink="false">7788@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;hi  brad,&#60;br /&#62;
I want to form an interface which will be formed by two different mediums. And that interface can be tilted. How will i form the interface? Please suggest me @ &#60;a href=&#34;mailto:vivekraj361@gmail.com&#34;&#62;vivekraj361@gmail.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Medium properties"</title>
			<link>http://www.k-wave.org/forum/topic/medium-properties#post-7744</link>
			<pubDate>Wed, 19 Aug 2020 14:44:48 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">7744@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi viku361,&#60;/p&#62;
&#60;p&#62;You could take a look at the &#60;a href=&#34;http://www.k-wave.org/documentation/example_tvsp_snells_law.php&#34;&#62;Snell's Law And Critical Angle Reflection Example&#60;/a&#62; as a starting point. Open this in the MATLAB help browser to run and edit the code.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>viku361 on "Medium properties"</title>
			<link>http://www.k-wave.org/forum/topic/medium-properties#post-7730</link>
			<pubDate>Sun, 09 Aug 2020 08:48:14 +0000</pubDate>
			<dc:creator>viku361</dc:creator>
			<guid isPermaLink="false">7730@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;hi everybody,&#60;br /&#62;
I want to perform a simulation in which i have two mediums of different acoustic impedances.&#60;br /&#62;
I want to see the beam profile when a sound wave from a single (large)  round ultrasound transducer will emit and recieve the beam. What will be the beam behaviour at the interface of the two media.(in case of refraction i mean)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
