<?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: Working of Detector</title>
		<link>http://www.k-wave.org/forum/topic/working-of-detector</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Tue, 12 May 2026 23:38:08 +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/working-of-detector" rel="self" type="application/rss+xml" />

		<item>
			<title>Bradley Treeby on "Working of Detector"</title>
			<link>http://www.k-wave.org/forum/topic/working-of-detector#post-813</link>
			<pubDate>Tue, 16 Oct 2012 08:04:38 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">813@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi ravigopal,&#60;/p&#62;
&#60;p&#62;Sorry to hear you couldn't get it working. What version of MATLAB are you using and what is the error the you see? If you are in another directory and type &#60;code&#62;help k-Wave&#60;/code&#62; does it print the k-Wave help?&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ravigopal on "Working of Detector"</title>
			<link>http://www.k-wave.org/forum/topic/working-of-detector#post-812</link>
			<pubDate>Tue, 16 Oct 2012 05:18:17 +0000</pubDate>
			<dc:creator>ravigopal</dc:creator>
			<guid isPermaLink="false">812@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I have downloaded K-Wave toolbox , every application has some bug.iam not able to run even one m file sucessfully. I used correct directoryand defined correct path in matlab.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Working of Detector"</title>
			<link>http://www.k-wave.org/forum/topic/working-of-detector#post-424</link>
			<pubDate>Mon, 02 Apr 2012 03:26:02 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">424@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Hussain,&#60;/p&#62;
&#60;p&#62;Just to be clear, in k-Wave, the shape and size of the detector has no effect on the acoustic waves, it just defines the grid points in the medium where the time history of the pressure field should be stored. To model a large detector, the sensor is defined as a number of contiguous grid points (in this case using a section of a sphere). As Ben has mentioned, to model a single element focused detector, you need to sum up the time signals stored at each of these grid points so you are left with a single time series. The &#60;code&#62;sensor_data&#60;/code&#62; output from the simulation functions is indexed as &#60;code&#62;sensor_data(position, time)&#60;/code&#62; so you can sum the signals using something like&#60;/p&#62;
&#60;p&#62;&#60;code&#62;signal = sum(sensor_data, 1);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;After you have summed the signals, you should see that when the object is in focus, the individual signals will coherently sum to yield a large signal amplitude. When the object is not in focus, the signals will largely cancel each other out, and the overall magnitude will be much smaller. In k-Wave, you will likely always see some signal unless the medium is very large, the absorption values very high, or you add noise to your signals. In practice, the sensitivity of your detector will limit when you are able to still see a signal.&#60;/p&#62;
&#60;p&#62;To answer your other questions:&#60;/p&#62;
&#60;p&#62;1. You can find the number of grid points in the sensor using &#60;code&#62;sum(sensor.mask(:))&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;2. I am not sure what you mean by the inner surface of the detector? As the time series are recorded at particular grid points, there is no 'inner' or 'outer' surface.&#60;/p&#62;
&#60;p&#62;3. You could either rotate the sensor using &#60;code&#62;permute&#60;/code&#62; or alternatively create the detector by masking out part of the sphere in the other directions.&#60;/p&#62;
&#60;p&#62;Good luck with your simulations,&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hussain on "Working of Detector"</title>
			<link>http://www.k-wave.org/forum/topic/working-of-detector#post-423</link>
			<pubDate>Mon, 02 Apr 2012 02:25:34 +0000</pubDate>
			<dc:creator>Hussain</dc:creator>
			<guid isPermaLink="false">423@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Ben,&#60;/p&#62;
&#60;p&#62;Initially when i was performing the simulations i got the average signal i.e. from the entire detector surface. But somehow i seem to get signal even when the object is far from the detector. I perform the simulation each time by changing the position of the object and my interest is to see the signal only when its in focus. I have some additional questions i'm extremely sorry to trouble you again and again. I am getting few results but not sure if it's the right one, i'm supposed to get.&#60;/p&#62;
&#60;p&#62;1. I would like to know if there is a way to find the number of voxels present in the detector?. How each voxel picks up the signal/pressure wave. &#60;/p&#62;
&#60;p&#62;2. What do i do to average the signals only from the inner surface of the bowl detector? As you pointed out, if the take the average of the signals i can get the sum of signals from the entire detector. I dont want the average over the entire surface i just need the average from the inner surface.&#60;/p&#62;
&#60;p&#62;3. In the Plot_Sim, currently i see the position of my detector alone x-y plane and y-z plane. How to place the detector in order to see the detector along x-z plane?&#60;/p&#62;
&#60;p&#62;Thanks for clarifying all the doubts.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Hussain
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bencox on "Working of Detector"</title>
			<link>http://www.k-wave.org/forum/topic/working-of-detector#post-418</link>
			<pubDate>Fri, 30 Mar 2012 00:12:55 +0000</pubDate>
			<dc:creator>bencox</dc:creator>
			<guid isPermaLink="false">418@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Hussain,&#60;/p&#62;
&#60;p&#62;From the images, it looks as though you are plotting lots of time series all on the same graph. Do you mean to do that? Each of the separate time series corresponds to the pressure measured at a different voxel in the sensor mask, ie. one time series per voxel. If you want to see the output of a bowl detector (rather than an array of single detection points) you need to add these together ie. sum over the relevant dimension.&#60;/p&#62;
&#60;p&#62;Hope that helps,&#60;/p&#62;
&#60;p&#62;Ben
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hussain on "Working of Detector"</title>
			<link>http://www.k-wave.org/forum/topic/working-of-detector#post-417</link>
			<pubDate>Thu, 29 Mar 2012 19:57:26 +0000</pubDate>
			<dc:creator>Hussain</dc:creator>
			<guid isPermaLink="false">417@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello Ben,&#60;/p&#62;
&#60;p&#62;What i was trying to explain to you is. I was running a simulation with an object(in Homogenous medium) on focus and found the pressure vs time signal as shown in the image below. I didn't average the signal over the entire detector surface. I could see multiple signals. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://imageshack.us/photo/my-images/268/infocusn.jpg/&#34; rel=&#34;nofollow&#34;&#62;http://imageshack.us/photo/my-images/268/infocusn.jpg/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now i tried to move the object out of focus and found the following signal.&#60;br /&#62;
&#60;a href=&#34;http://imageshack.us/photo/my-images/834/outoffocusy.jpg&#34; rel=&#34;nofollow&#34;&#62;http://imageshack.us/photo/my-images/834/outoffocusy.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure if these signals are reflections or signal coming from the object. Ideally the signal from an out of focus object should be negligible. &#60;/p&#62;
&#60;p&#62;I would be happy if you could help me in explaining why i get signal even if the object is out of focus and is there a possibility for me to see the signal that comes only from the inside surface of the detector. &#60;/p&#62;
&#60;p&#62;I have one more question also. When i run the simulation, i see a computational screen, which indicates X-Y plane, X-Z plane and Y-Z plane. I' would like to know which axis corresponds to which plane? &#60;/p&#62;
&#60;p&#62;Thanks a lot for answering my questions very patiently. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Hussain
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bencox on "Working of Detector"</title>
			<link>http://www.k-wave.org/forum/topic/working-of-detector#post-416</link>
			<pubDate>Thu, 29 Mar 2012 10:37:06 +0000</pubDate>
			<dc:creator>bencox</dc:creator>
			<guid isPermaLink="false">416@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;HI Hussain,&#60;/p&#62;
&#60;p&#62;I don't understand something. Are you currently seeing reflections? From where? Do you have heterogeneous material properties?&#60;/p&#62;
&#60;p&#62;Ben
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hussain on "Working of Detector"</title>
			<link>http://www.k-wave.org/forum/topic/working-of-detector#post-414</link>
			<pubDate>Wed, 28 Mar 2012 13:26:44 +0000</pubDate>
			<dc:creator>Hussain</dc:creator>
			<guid isPermaLink="false">414@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello Ben,&#60;/p&#62;
&#60;p&#62;Thanks for your reply. I don't understand what you meant by putting a bowl of detectors on the front of backing with different material properties. I would be happy if you could give me an example for doing this. &#60;/p&#62;
&#60;p&#62;I tried the simulations without averaging the signals from the detector, i noticed that the same number of signals even when i object is out of focus. Instead of averaging the signals from the entire surface, Is there a way i could average only selected region of the detector? This is help me analyze from where the signals are reflected? &#60;/p&#62;
&#60;p&#62;Is the bowl detector constructed on single layer of transducer elements or has many layers? If it has many layers that could be a reason for multiple reflections.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Hussain
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bencox on "Working of Detector"</title>
			<link>http://www.k-wave.org/forum/topic/working-of-detector#post-403</link>
			<pubDate>Fri, 23 Mar 2012 23:19:40 +0000</pubDate>
			<dc:creator>bencox</dc:creator>
			<guid isPermaLink="false">403@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Mmm, good question. &#60;/p&#62;
&#60;p&#62;In answer to the first part, there's nothing clever going on, we just measure the pressure time series at each pixel (or voxel) making up the sensor mask and add them together. What happens is that any sound that comes from the focus of the detector will sum up coherently when the time series' are added, and any sound that originated from outside the focus will not, so will not show up very much in the averaged time series. &#60;/p&#62;
&#60;p&#62;At the moment, the sensor mask just picks out the values of the pressure and particle velocity at the sensor points and returns them, so it has no way of telling which direction they came from. I suppose you could put the bowl of detectors on the front of a backing with different material properties (higher density and sound speed) which maybe could be designed to reflect away sound that comes from behind. It would also reflect the sound from the front from one transducer element to another, but it might be an interesting thing to try. Let us know if you get anything worked out with that!&#60;/p&#62;
&#60;p&#62;Ben
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hussain on "Working of Detector"</title>
			<link>http://www.k-wave.org/forum/topic/working-of-detector#post-399</link>
			<pubDate>Fri, 23 Mar 2012 14:05:31 +0000</pubDate>
			<dc:creator>Hussain</dc:creator>
			<guid isPermaLink="false">399@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello Brad and Ben,&#60;/p&#62;
&#60;p&#62;I would like to know, how the focused detector works? In the documentation you have mentioned that the directionality arises from spatially averaging across the detector surface. Is there a possibility to see the signals coming only from the inner surface of the bowl detector and not from the outer edges? &#60;/p&#62;
&#60;p&#62;Thanks a lot for your efforts to help us all.&#60;/p&#62;
&#60;p&#62;Hussain
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
