<?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; User Favorites: zetera0702</title>
		<link><a href='http://www.k-wave.org/forum/profile/zetera0702'>zetera0702</a></link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 01:05:03 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>bencox on "Reconstructing a section of the image with 2D Time Reversal Reconstruction For A"</title>
			<link>http://www.k-wave.org/forum/topic/reconstructing-a-section-of-the-image-with-2d-time-reversal-reconstruction-for-a#post-8554</link>
			<pubDate>Fri, 17 Jun 2022 15:04:13 +0000</pubDate>
			<dc:creator>bencox</dc:creator>
			<guid isPermaLink="false">8554@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi zetera0702,&#60;/p&#62;
&#60;p&#62;You have to have the sensors in the domain when doing time reversal reconstruction,  but you could always mask them out afterwards.&#60;/p&#62;
&#60;p&#62;Best wishes&#60;br /&#62;
Ben
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zetera0702 on "Reconstructing a section of the image with 2D Time Reversal Reconstruction For A"</title>
			<link>http://www.k-wave.org/forum/topic/reconstructing-a-section-of-the-image-with-2d-time-reversal-reconstruction-for-a#post-8545</link>
			<pubDate>Mon, 30 May 2022 22:38:56 +0000</pubDate>
			<dc:creator>zetera0702</dc:creator>
			<guid isPermaLink="false">8545@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;I am generating sensor data through the simulation 2D Time Reversal Reconstruction For A Circular Sensor and then I enter them into a network to improve the synogram, however when reconstructing the image, the circle of the sensors is seen, I want to know if you can reconstruct only the central section of the image so that the sensors are not shown, I have been trying to make a kgrid to generate the data as follows:&#60;br /&#62;
PML_size = 20; % size of the PML in grid points.&#60;br /&#62;
Nx = 256 - 2 * PML_size; % number of grid points in the x direction&#60;br /&#62;
Ny = 256 - 2 * PML_size; % number of grid points in the y direction&#60;br /&#62;
x = 50.1e-3; % total grid size [m]&#60;br /&#62;
y = 50.1e-3; % total grid size [m] dx = 2.3194e-3; % total grid size [m]&#60;br /&#62;
dx = x/Nx; % grid point spacing in the x direction [m] dy = 2.3194e-3; % total grid size [m]&#60;br /&#62;
dy = y/Ny; % grid point spacing in the y direction [m] kgrid = kWaveGrid [m] kgrid = kWaveGrid [m&#60;br /&#62;
kgrid = kWaveGrid(Nx, dx, Ny, dy);&#60;/p&#62;
&#60;p&#62;I have subsequently generated a reconstruction kgrid that is smaller with:&#60;br /&#62;
Nx = 300; % number of grid points in the x direction.&#60;br /&#62;
Ny = 300; % number of grid points in the y direction&#60;br /&#62;
xx=20.1e-3;&#60;br /&#62;
yy=20.1e-3;&#60;br /&#62;
dx = xx/Nx; % grid point spacing in the x direction [m]; dy = 6.7e-5; % number of grid points in the y direction&#60;br /&#62;
dy = yy/Ny; % grid point spacing in the y direction [m]&#60;br /&#62;
kgrid_recon = kWaveGrid(Nxx, dxx, Nyy, dyy);&#60;/p&#62;
&#60;p&#62;but when I do it I get the following error &#60;/p&#62;
&#60;p&#62;Error using cart2grid (line 118)&#60;br /&#62;
Cartesian points must lie within the grid defined by kgrid.&#60;/p&#62;
&#60;p&#62;Error in kspaceFirstOrder_inputChecking (line 616)&#60;br /&#62;
                [sensor.mask, order_index, reorder_index] = cart2grid(kgrid, sensor.mask,&#60;br /&#62;
                flags.axisymmetric);&#60;/p&#62;
&#60;p&#62;Error in kspaceFirstOrder2D (line 537)&#60;br /&#62;
kspaceFirstOrder_inputChecking;&#60;/p&#62;
&#60;p&#62;Error in Reconstruccion_Sensor_circular_ejemplo (line 87)&#60;br /&#62;
p0_recon = kspaceFirstOrder2D(kgrid_recon, medium, source, sensor,input_args{:});&#60;/p&#62;
&#60;p&#62;i.e. my general grid is 50.1mm x50.1mm and the reconstruction grid I need to be 20.1mmx20.1mm.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
