<?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: Doppler effect of the source</title>
		<link>http://www.k-wave.org/forum/topic/doppler-effect-of-the-source</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 00:11:39 +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/doppler-effect-of-the-source" rel="self" type="application/rss+xml" />

		<item>
			<title>abdolraz on "Doppler effect of the source"</title>
			<link>http://www.k-wave.org/forum/topic/doppler-effect-of-the-source#post-885</link>
			<pubDate>Fri, 26 Oct 2012 17:02:58 +0000</pubDate>
			<dc:creator>abdolraz</dc:creator>
			<guid isPermaLink="false">885@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Brad!&#60;/p&#62;
&#60;p&#62;Thank you very much! I actually found the example folder in the toolbox and I understood how you did that. My bad, I completely forgot that you have the m file for the examples:)&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Mona
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Doppler effect of the source"</title>
			<link>http://www.k-wave.org/forum/topic/doppler-effect-of-the-source#post-878</link>
			<pubDate>Fri, 26 Oct 2012 14:03:56 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">878@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Mona,&#60;/p&#62;
&#60;p&#62;Unfortunately it's not completely straightforward, but it's certainly achievable. The basic idea is that the source mask is set to contain &#60;em&#62;all&#60;/em&#62; the positions where the source will travel. For each grid point in the source mask, you can then define a time varying input signal assigned to &#60;code&#62;source.p&#60;/code&#62; in the form:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;source.p(1, :) = xxx;  % signal at the first source point
source.p(2, :) = xxx;  % signal at the second source point
...&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To make the source move, you can then &#34;move&#34; the driving signal between the grid points in the source mask. In the example in the toolbox, this is done using interpolation to make the transition smoother, but you could start just by jumping from one grid point to the next. &#60;/p&#62;
&#60;p&#62;I hope that helps - if you deconstruct the toolbox example it should hopefully make more sense.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>abdolraz on "Doppler effect of the source"</title>
			<link>http://www.k-wave.org/forum/topic/doppler-effect-of-the-source#post-876</link>
			<pubDate>Fri, 26 Oct 2012 00:04:42 +0000</pubDate>
			<dc:creator>abdolraz</dc:creator>
			<guid isPermaLink="false">876@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Brad!&#60;br /&#62;
Thanks for replying to my question and sorry for my late respond, I wasn't aware that you replied to me.&#60;/p&#62;
&#60;p&#62;Yes, I did check the example, I think the part that I don't understand is how I define the source element, source.mask, to be active and deactive while the source is moving. For ex. if source is moving with the velocity of 1m/s in x direction and I have a grid of 100X100 (x,y) then I should somehow would be able to bring time to the position of the source. I don't know how. I tried so many ways of applying such as defining an array of the position for source, but it doesn't seem I did it right.&#60;/p&#62;
&#60;p&#62;I understood about how to define a time varying signal, but I couldn't understand how to define a time varying position of a signal. As, we define the properties of source and sensor before, running the simulation that time appears.&#60;/p&#62;
&#60;p&#62;I hope I explained well, I really appreciate if you could help me out in this case.&#60;/p&#62;
&#60;p&#62;Mona
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Doppler effect of the source"</title>
			<link>http://www.k-wave.org/forum/topic/doppler-effect-of-the-source#post-786</link>
			<pubDate>Mon, 01 Oct 2012 22:48:00 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">786@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Mona,&#60;/p&#62;
&#60;p&#62;This example is now part of the toolbox. If you open the MATLAB documentation (by clicking on the blue question mark icon on the menu bar, then selecting &#34;k-Wave Toolbox&#34; from the contents list), you should see it under the heading &#34;Time Varying Source Problems&#34;.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>abdolraz on "Doppler effect of the source"</title>
			<link>http://www.k-wave.org/forum/topic/doppler-effect-of-the-source#post-785</link>
			<pubDate>Mon, 01 Oct 2012 19:09:40 +0000</pubDate>
			<dc:creator>abdolraz</dc:creator>
			<guid isPermaLink="false">785@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Brad, I was wondering if I could also get an example of the moving source for doppler effect k-wave as well.&#60;/p&#62;
&#60;p&#62;Thank you!&#60;br /&#62;
Mona
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Doppler effect of the source"</title>
			<link>http://www.k-wave.org/forum/topic/doppler-effect-of-the-source#post-94</link>
			<pubDate>Wed, 05 Jan 2011 12:29:13 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">94@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;You can find the Doppler example here.&#60;/p&#62;
&#60;p&#62;EDIT: This example is now included within the B.0.3 release of the toolbox.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Doppler effect of the source"</title>
			<link>http://www.k-wave.org/forum/topic/doppler-effect-of-the-source#post-90</link>
			<pubDate>Mon, 03 Jan 2011 23:33:00 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">90@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;I have emailed you a simple example of using k-Wave to simulate the Doppler effect (to the email address you supplied on the forum). I hope it gets you started. I will also upload the example to the forum when I am back at my desk.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eric on "Doppler effect of the source"</title>
			<link>http://www.k-wave.org/forum/topic/doppler-effect-of-the-source#post-88</link>
			<pubDate>Tue, 14 Dec 2010 16:19:08 +0000</pubDate>
			<dc:creator>Eric</dc:creator>
			<guid isPermaLink="false">88@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Thanks a lot.&#60;/p&#62;
&#60;p&#62;I have to say that i am quite a begginer and your coming example will be helpful I believe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Doppler effect of the source"</title>
			<link>http://www.k-wave.org/forum/topic/doppler-effect-of-the-source#post-87</link>
			<pubDate>Tue, 14 Dec 2010 11:32:19 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">87@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Eric,&#60;/p&#62;
&#60;p&#62;It may be possible to define a &#60;code&#62;source.p_mask&#60;/code&#62; that traces the path you wish the source to travel, and then design your &#60;code&#62;source.p&#60;/code&#62; such that the source 'moves' from one position to the next while (hopefully) maintaining the desired source shape and strength.&#60;/p&#62;
&#60;p&#62;I will endeavour to create an example sometime in the next couple of weeks, and let you know of any difficulties I encounter.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eric on "Doppler effect of the source"</title>
			<link>http://www.k-wave.org/forum/topic/doppler-effect-of-the-source#post-86</link>
			<pubDate>Fri, 10 Dec 2010 13:31:27 +0000</pubDate>
			<dc:creator>Eric</dc:creator>
			<guid isPermaLink="false">86@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I just discover k-wave and I am very interested for an acoustic project.&#60;/p&#62;
&#60;p&#62;But after crawling the documentation and the Internet and still wonder if there is a way to induce a doppler effect of the source by moving it ?&#60;/p&#62;
&#60;p&#62;Thanks for your answer&#60;/p&#62;
&#60;p&#62;Best regards
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
