<?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: Changing Center of Receive Beamforming</title>
		<link>http://www.k-wave.org/forum/topic/changing-center-of-receive-beamforming</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 15:13:49 +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/changing-center-of-receive-beamforming" rel="self" type="application/rss+xml" />

		<item>
			<title>millsmess on "Changing Center of Receive Beamforming"</title>
			<link>http://www.k-wave.org/forum/topic/changing-center-of-receive-beamforming#post-6031</link>
			<pubDate>Fri, 30 Jun 2017 04:51:37 +0000</pubDate>
			<dc:creator>millsmess</dc:creator>
			<guid isPermaLink="false">6031@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Okay, that is good to know.&#60;/p&#62;
&#60;p&#62;Thanks again for you help - it's really nice to be working with a piece of software where the developers are willing to spend the time to answer questions about it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Changing Center of Receive Beamforming"</title>
			<link>http://www.k-wave.org/forum/topic/changing-center-of-receive-beamforming#post-6029</link>
			<pubDate>Thu, 29 Jun 2017 21:28:27 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">6029@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi millmess,&#60;/p&#62;
&#60;p&#62;The centre is assumed to be in the middle of the active elements. So if you translate the section of active elements, then it's possible to do this. Otherwise, unfortunately, there's no way to manually adjust the beamforming weights, or adjust the centre, and it's not something we're working on. Glad you managed to get it to work with the Beamformation Toolbox!&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>millsmess on "Changing Center of Receive Beamforming"</title>
			<link>http://www.k-wave.org/forum/topic/changing-center-of-receive-beamforming#post-6027</link>
			<pubDate>Thu, 29 Jun 2017 18:01:42 +0000</pubDate>
			<dc:creator>millsmess</dc:creator>
			<guid isPermaLink="false">6027@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Brad,&#60;/p&#62;
&#60;p&#62;Thanks for your reply.&#60;/p&#62;
&#60;p&#62;No, I don't think that is what I meant. I'll try and clarify.&#60;/p&#62;
&#60;p&#62;We can view the final formed image as a rectangle. Each scan_line() operation forms one subset of this final rectangle. Specifically, it forms a single line of the final rectangle.&#60;/p&#62;
&#60;p&#62;If I understand the steering_angle parameter, it specifies the angle of the line formed. However, the pivot-point of the line, if you will, remains at the center of the transducer (I think). So, as one adjusts the steering_angle parameter, one can sweep out a portion of a circle, forming an image in that region.&#60;/p&#62;
&#60;p&#62;What I would like to do instead is to translate the origin of the beamformed line, so that the entire image can be formed from a collection of vertical beamformed lines.&#60;/p&#62;
&#60;p&#62;Since my first post above I've discovered that the Beamformation Toolbox by Svetoslav Nikolov is capable of doing this and I've got it working with k-wave. However, I would still be interested in knowing if k-wave provides a built-in way of carrying out this sort of beamforming.&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Changing Center of Receive Beamforming"</title>
			<link>http://www.k-wave.org/forum/topic/changing-center-of-receive-beamforming#post-6023</link>
			<pubDate>Thu, 29 Jun 2017 15:08:09 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">6023@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi millsmess,&#60;/p&#62;
&#60;p&#62;You can adjust the focal depth and steering angle using the properties &#60;code&#62;focus_distance&#60;/code&#62; and &#60;code&#62;steering_angle&#60;/code&#62;, is that what you mean?&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>millsmess on "Changing Center of Receive Beamforming"</title>
			<link>http://www.k-wave.org/forum/topic/changing-center-of-receive-beamforming#post-6019</link>
			<pubDate>Wed, 28 Jun 2017 18:30:24 +0000</pubDate>
			<dc:creator>millsmess</dc:creator>
			<guid isPermaLink="false">6019@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;I'm running a simulation in which I specify some initial pressure conditions using source.p0, and then record sensor data using an ultrasound transducer object. I would like to create a beamformed imaged from the received data by beamforming a series of axial lines. It appears to me that the starting point of any beamformed line generated by transducer.scan_line() is centered laterally. &#60;/p&#62;
&#60;p&#62;Is there an easy way to beamform lines that are not centered laterally on the transducer? I guess I'm wondering if there is functionality in k-wave comparable to that provided xdc_center_focus() and xdc_focus() in Field II.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
