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

		<item>
			<title>Bradley Treeby on "About sensor mask"</title>
			<link>http://www.k-wave.org/forum/topic/about-sensor-mask#post-4737</link>
			<pubDate>Mon, 22 Sep 2014 20:31:55 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">4737@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Hamid,&#60;/p&#62;
&#60;p&#62;By default, the sensor data is simply sampled at each time point at the grid points defined by &#60;code&#62;sensor.mask&#60;/code&#62;. No other processing is applied (unless &#60;code&#62;sensor.directivity_angle&#60;/code&#62; or &#60;code&#62;sensor.frequency_response&#60;/code&#62; are defined).&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hamid on "About sensor mask"</title>
			<link>http://www.k-wave.org/forum/topic/about-sensor-mask#post-4736</link>
			<pubDate>Mon, 22 Sep 2014 19:49:39 +0000</pubDate>
			<dc:creator>Hamid</dc:creator>
			<guid isPermaLink="false">4736@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Could you please let me know if the signals recorded at the positions of the transducers are pure pressure? Or you have considered the effect of transducer too? In other words, in the Homogeneous Propagation Medium Example, the matrix sensor_data contains the pressure or the pressure convolved the effect of transducer?&#60;br /&#62;
Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "About sensor mask"</title>
			<link>http://www.k-wave.org/forum/topic/about-sensor-mask#post-4625</link>
			<pubDate>Tue, 08 Jul 2014 14:44:16 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">4625@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Reza,&#60;/p&#62;
&#60;p&#62;There are two requirements for defining a sensor mask in this way. First, your image must be the same size as the computational grid (or you should trim/pad it so they match). Second, the mask must be binary, i.e., a matrix of ones and zeros. For example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;% load image
filename = [getkWavePath &#38;#39;examples/example_source_one.png&#38;#39;];
im = loadImage(filename);

% convert to binary sensor mask
mask = zeros(size(im));
mask(im &#38;gt; 0) = 1;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let me know if you get stuck.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Reza on "About sensor mask"</title>
			<link>http://www.k-wave.org/forum/topic/about-sensor-mask#post-4624</link>
			<pubDate>Tue, 08 Jul 2014 13:58:28 +0000</pubDate>
			<dc:creator>Reza</dc:creator>
			<guid isPermaLink="false">4624@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello&#60;br /&#62;
I want to use a specific shape of sensor mask as picture file. I write the code as follow&#38;gt;&#60;br /&#62;
sensor.mask = loadImage('beads5.jpg');&#60;/p&#62;
&#60;p&#62;But the code doesnt work and some errors appeas. I want to know is there anz specific limitation for sensor.mask.&#60;br /&#62;
For example I made a function name CI and write the code as follow:&#60;br /&#62;
sensor.mask = loadImage(CI);&#60;/p&#62;
&#60;p&#62;Again it did not work.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
