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

		<item>
			<title>bencox on "About adjoint operator of wave propagation"</title>
			<link>http://www.k-wave.org/forum/topic/about-adjoint-operator-of-wave-propagation#post-8412</link>
			<pubDate>Thu, 06 Jan 2022 17:22:37 +0000</pubDate>
			<dc:creator>bencox</dc:creator>
			<guid isPermaLink="false">8412@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Refik, &#60;/p&#62;
&#60;p&#62;Thanks for flagging that up. We'll put a corrected version in the next release of the k-Wave toolbox (thanks to Felix Lucka). I guess the missing scaling factor comes out in the wash if you are using a gradient descent-type method with a chosen step-size for the reconstruction.&#60;/p&#62;
&#60;p&#62;Best wishes&#60;br /&#62;
Ben
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rcam2 on "About adjoint operator of wave propagation"</title>
			<link>http://www.k-wave.org/forum/topic/about-adjoint-operator-of-wave-propagation#post-8316</link>
			<pubDate>Sat, 25 Sep 2021 05:28:14 +0000</pubDate>
			<dc:creator>rcam2</dc:creator>
			<guid isPermaLink="false">8316@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;First of all, thank you for your efforts to develop and share the k-wave toolbox!&#60;/p&#62;
&#60;p&#62;I am working on an iterative reconstruction method for Photoacoustic tomography, and I would like to use k-wave for simulation of forward and adjoint operators. However, I am having trouble with the implementation of adjoint operator. I have read your paper named &#34;On the adjoint operator in photoacoustic tomography&#34; and also looked at the example Matlab file for Iterative Image Reconstruction Using The Adjoint. In the example file and the paper, you state that the adjoint model is just the forward model with the source suitably defined.&#60;/p&#62;
&#60;p&#62;I am literally using the code snippet below from the example file. However, when I apply the inner product test to validate the adjoint, the results of the inner products are very different than each others. One inner product is more than three times the other, so I am not talking about a precision error. Could you help me understand more about how to implement the adjoint operator?&#60;/p&#62;
&#60;p&#62;% set the source type to act as an adjoint source&#60;br /&#62;
source.p_mode = 'additive';&#60;/p&#62;
&#60;p&#62;% calculate the difference between the measured and modelled data&#60;br /&#62;
difference = modelled_time_series - sensor_data;&#60;/p&#62;
&#60;p&#62;% assign the difference time series as an adjoint source&#60;br /&#62;
% (see Appendix B in Arridge et al. Inverse Problems 32, 115012 (2016))&#60;br /&#62;
time_reversed_data = fliplr(difference);&#60;br /&#62;
source.p = [time_reversed_data(:, 1), time_reversed_data(:, 1), time_reversed_data(:, 1:end-1)] + ...&#60;br /&#62;
    [zeros(size(time_reversed_data(:, 1))), time_reversed_data(:, 1:end-1), 2 * time_reversed_data(:, end)];&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Refik Mert Cam
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
