<?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: t0 b_mode example</title>
		<link>http://www.k-wave.org/forum/topic/t0-b_mode-example</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 15:41:27 +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/t0-b_mode-example" rel="self" type="application/rss+xml" />

		<item>
			<title>Bradley Treeby on "t0 b_mode example"</title>
			<link>http://www.k-wave.org/forum/topic/t0-b_mode-example#post-6732</link>
			<pubDate>Tue, 29 Jan 2019 22:28:52 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">6732@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Sjoerd,&#60;/p&#62;
&#60;p&#62;Well spotted - thanks for posting. I've just updated the code ready for the next release.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sjoerdn on "t0 b_mode example"</title>
			<link>http://www.k-wave.org/forum/topic/t0-b_mode-example#post-6708</link>
			<pubDate>Mon, 14 Jan 2019 16:14:06 +0000</pubDate>
			<dc:creator>sjoerdn</dc:creator>
			<guid isPermaLink="false">6708@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;There is a minor mistake in 'example_us_bmode_linear_transducer.m', that caused the b-mode image to be displayed incorrectly. The time array is shifted by t0 (half a pulse length), implemented as:&#60;/p&#62;
&#60;p&#62;  t0 = length(input_signal) * kgrid.dt / 2;&#60;br /&#62;
  r = c0 * ( (1:length(kgrid.t_array)) * kgrid.dt/ 2 - t0);    % [m]&#60;/p&#62;
&#60;p&#62;However, this should be (t0 included within brackets):&#60;/p&#62;
&#60;p&#62;  t0 = length(input_signal) * kgrid.dt / 2;&#60;br /&#62;
  r = c0 * ( (1:length(kgrid.t_array)) * kgrid.dt - t0)/ 2 ;    % [m]&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Sjoerd
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
