<?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: Sensor mask of 3D Time Reversal Reconstruction For A Spherical Sensor</title>
		<link>http://www.k-wave.org/forum/topic/sensor-mask-of-3d-time-reversal-reconstruction-for-a-spherical-sensor</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 00:13:43 +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/sensor-mask-of-3d-time-reversal-reconstruction-for-a-spherical-sensor" rel="self" type="application/rss+xml" />

		<item>
			<title>Bradley Treeby on "Sensor mask of 3D Time Reversal Reconstruction For A Spherical Sensor"</title>
			<link>http://www.k-wave.org/forum/topic/sensor-mask-of-3d-time-reversal-reconstruction-for-a-spherical-sensor#post-4393</link>
			<pubDate>Sat, 29 Mar 2014 09:56:14 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">4393@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Marina,&#60;/p&#62;
&#60;p&#62;Unfortunately, if you want to place your sensor points in arbitrary positions, you will have to write some code to do this. An alternate to using a binary sensor mask as Anthony suggested would be to use a Cartesian sensor mask. This is just a list of the Cartesian coordinates of the sensor points. Using the desired radius of the sphere and the polar angles of your sensor points, it should be simple to calculate their positions.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marina on "Sensor mask of 3D Time Reversal Reconstruction For A Spherical Sensor"</title>
			<link>http://www.k-wave.org/forum/topic/sensor-mask-of-3d-time-reversal-reconstruction-for-a-spherical-sensor#post-4391</link>
			<pubDate>Sat, 29 Mar 2014 03:04:43 +0000</pubDate>
			<dc:creator>Marina</dc:creator>
			<guid isPermaLink="false">4391@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Anthony,&#60;/p&#62;
&#60;p&#62;It is very very kind of you to reply my question.&#60;/p&#62;
&#60;p&#62;If I do as what you said, it is true that I can control exactly where the sensor points are. But I need them to be on the same sphere, so I must make a lot of calculations by myself, instead of using some function like Makeball.&#60;/p&#62;
&#60;p&#62;Could you give me more some suggestions to solve this problem?&#60;/p&#62;
&#60;p&#62;Thanks a lot !!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anthony on "Sensor mask of 3D Time Reversal Reconstruction For A Spherical Sensor"</title>
			<link>http://www.k-wave.org/forum/topic/sensor-mask-of-3d-time-reversal-reconstruction-for-a-spherical-sensor#post-4385</link>
			<pubDate>Wed, 26 Mar 2014 12:10:28 +0000</pubDate>
			<dc:creator>Anthony</dc:creator>
			<guid isPermaLink="false">4385@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Marina, &#60;/p&#62;
&#60;p&#62;I am not a member of the development team so my answer is not at all &#34;official&#34; but I always define the sensor point myself. &#60;/p&#62;
&#60;p&#62;You just have to define the variable &#34;sensor.mask&#34; as a logical grid with the same size as your computational domain and set the value to &#34;true&#34; where you want to record the data. &#60;/p&#62;
&#60;p&#62;For example, if you want to record the data at all the points of your domain :&#60;br /&#62;
&#60;code&#62;sensor.mask(1:Nx, 1:Ny, 1:Nz) = true;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And then, you run kwave as usual:&#60;br /&#62;
&#60;code&#62;kspaceFirstOrder3D(kgrid, medium, source, sensor, input_args{:});&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This way, you control exactly where are your sensor points.&#60;/p&#62;
&#60;p&#62;Hope it helps :-)&#60;br /&#62;
Anthony
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marina on "Sensor mask of 3D Time Reversal Reconstruction For A Spherical Sensor"</title>
			<link>http://www.k-wave.org/forum/topic/sensor-mask-of-3d-time-reversal-reconstruction-for-a-spherical-sensor#post-4384</link>
			<pubDate>Mon, 24 Mar 2014 12:11:07 +0000</pubDate>
			<dc:creator>Marina</dc:creator>
			<guid isPermaLink="false">4384@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Brad,&#60;/p&#62;
&#60;p&#62;I am looking forward for your reply soon!&#60;/p&#62;
&#60;p&#62;Thanks a lot!&#60;/p&#62;
&#60;p&#62;Marina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marina on "Sensor mask of 3D Time Reversal Reconstruction For A Spherical Sensor"</title>
			<link>http://www.k-wave.org/forum/topic/sensor-mask-of-3d-time-reversal-reconstruction-for-a-spherical-sensor#post-4378</link>
			<pubDate>Thu, 20 Mar 2014 11:05:24 +0000</pubDate>
			<dc:creator>Marina</dc:creator>
			<guid isPermaLink="false">4378@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Brad,&#60;/p&#62;
&#60;p&#62;Actually I mean that I would like the sensor points to be positioned over the surface of the sphere not evenly, that is to say, I can control the distribution of these sensor points over the surface of the sphere. For example,I hope there are more sensor points somewhere (the density of sensor points is bigger) that other places over the surface of the sphere. And all the sensor points are positioned over the same surface of the sphere.&#60;/p&#62;
&#60;p&#62;Have I made myself understood?&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;Marina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Sensor mask of 3D Time Reversal Reconstruction For A Spherical Sensor"</title>
			<link>http://www.k-wave.org/forum/topic/sensor-mask-of-3d-time-reversal-reconstruction-for-a-spherical-sensor#post-4377</link>
			<pubDate>Wed, 19 Mar 2014 10:05:25 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">4377@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Marina,&#60;/p&#62;
&#60;p&#62;I'm not sure I follow exactly what you're trying to do. Do you mean you would like the sensor points to be randomly positioned over the surface of the sphere, or positioned over a different shaped surface, or something else?&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marina on "Sensor mask of 3D Time Reversal Reconstruction For A Spherical Sensor"</title>
			<link>http://www.k-wave.org/forum/topic/sensor-mask-of-3d-time-reversal-reconstruction-for-a-spherical-sensor#post-4375</link>
			<pubDate>Tue, 18 Mar 2014 15:02:22 +0000</pubDate>
			<dc:creator>Marina</dc:creator>
			<guid isPermaLink="false">4375@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;In the example of 3D Time Reversal Reconstruction For A Spherical Sensor, there is a function makecartsphere, which makes a sensor mask of 100 points evenly distributed around a sphere.&#60;/p&#62;
&#60;p&#62;But I want to make a spherical sensor mask of 100 points not evenly distributed around the sphere.&#60;/p&#62;
&#60;p&#62;Is there an easy way?&#60;/p&#62;
&#60;p&#62;thanks a lot!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
