<?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: Sudden loss of Signal after some depth</title>
		<link>http://www.k-wave.org/forum/topic/sudden-loss-of-signal-after-some-depth</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Tue, 12 May 2026 22:02:58 +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/sudden-loss-of-signal-after-some-depth" rel="self" type="application/rss+xml" />

		<item>
			<title>binpersonal on "Sudden loss of Signal after some depth"</title>
			<link>http://www.k-wave.org/forum/topic/sudden-loss-of-signal-after-some-depth#post-8989</link>
			<pubDate>Wed, 13 Dec 2023 22:57:04 +0000</pubDate>
			<dc:creator>binpersonal</dc:creator>
			<guid isPermaLink="false">8989@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Dr.Treeby, also, the &#60;code&#62;no_dispersion&#60;/code&#62; flag doesn't seem to help the sudden loss of signal,  with the &#60;code&#62;medium.alpha_power = 1.0001&#60;/code&#62; and &#60;code&#62;no_dispersion&#60;/code&#62; flag, there is still loss of signal after some depth, but with &#60;code&#62;medium.alpha_power = 1.1&#60;/code&#62;, there is no loss.&#60;/p&#62;
&#60;p&#62;I somehow can not set &#60;code&#62;medium.alpha_power = 1&#60;/code&#62; with &#60;code&#62;no_dispersion&#60;/code&#62; flag or without. It produces errors.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>binpersonal on "Sudden loss of Signal after some depth"</title>
			<link>http://www.k-wave.org/forum/topic/sudden-loss-of-signal-after-some-depth#post-8988</link>
			<pubDate>Wed, 13 Dec 2023 22:02:39 +0000</pubDate>
			<dc:creator>binpersonal</dc:creator>
			<guid isPermaLink="false">8988@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Thanks! Is there a way to simulate &#60;code&#62;medium.alpha_power = 1&#60;/code&#62; ?  Even I set the &#60;code&#62;no_dispersion&#60;/code&#62; flag, I still can not set &#60;code&#62;medium.alpha_power = 1&#60;/code&#62;, K-Wave generates errors.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Sudden loss of Signal after some depth"</title>
			<link>http://www.k-wave.org/forum/topic/sudden-loss-of-signal-after-some-depth#post-8983</link>
			<pubDate>Tue, 12 Dec 2023 10:42:21 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">8983@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;If you want the waves to travel at &#60;code&#62;medium.sound_speed&#60;/code&#62;, I'd suggest setting the &#60;code&#62;no_dispersion&#60;/code&#62; flag. Otherwise, keep increasing &#60;code&#62;t_end&#60;/code&#62;, or do a calculation for what the dispersive sound speed is based on power law, e.g., using &#60;code&#62;powerLawKramersKronig&#60;/code&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>binpersonal on "Sudden loss of Signal after some depth"</title>
			<link>http://www.k-wave.org/forum/topic/sudden-loss-of-signal-after-some-depth#post-8982</link>
			<pubDate>Fri, 08 Dec 2023 01:04:40 +0000</pubDate>
			<dc:creator>binpersonal</dc:creator>
			<guid isPermaLink="false">8982@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Thanks! What is the suitable simulation time (&#60;code&#62;t_end&#60;/code&#62;) for &#60;code&#62;medium.alpha_power = 1.001&#60;/code&#62;? &#60;/p&#62;
&#60;p&#62;I found the problem is due to &#60;code&#62;medium.alpha_power&#60;/code&#62;, if I change &#60;code&#62;medium.alpha_power = 1.1&#60;/code&#62;, there is no sudden loss of signal.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Sudden loss of Signal after some depth"</title>
			<link>http://www.k-wave.org/forum/topic/sudden-loss-of-signal-after-some-depth#post-8954</link>
			<pubDate>Fri, 24 Nov 2023 17:28:36 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">8954@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;I haven't run your simulation, but I suspect it's because you also need to change the simulation time (&#60;code&#62;t_end&#60;/code&#62;) to be long enough for the waves to reach the bottom of the image and back. You likely see a change as you change the attenuation value, as this also changes the sound speed due to dispersion. This is especially true close to y = 1. If you don't want this behaviour, you can set &#60;code&#62;medium.alpha_mode = &#38;#39;no_dispersion&#38;#39;&#60;/code&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>binpersonal on "Sudden loss of Signal after some depth"</title>
			<link>http://www.k-wave.org/forum/topic/sudden-loss-of-signal-after-some-depth#post-8943</link>
			<pubDate>Tue, 07 Nov 2023 18:12:28 +0000</pubDate>
			<dc:creator>binpersonal</dc:creator>
			<guid isPermaLink="false">8943@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;It seems the sudden loss/decrease of signal is related to medium.alpha_coeff, if I use 0.3 for attenuation, the depth of sudden loss of signal increases (around 11000 sample points at 200 MHz sampling rate).&#60;/p&#62;
&#60;p&#62;I don't understand why there is a sudden decrease (completely black in B mode, but not zero), not gradually decrease in amplitude due to attenuation?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>binpersonal on "Sudden loss of Signal after some depth"</title>
			<link>http://www.k-wave.org/forum/topic/sudden-loss-of-signal-after-some-depth#post-8942</link>
			<pubDate>Tue, 07 Nov 2023 06:30:37 +0000</pubDate>
			<dc:creator>binpersonal</dc:creator>
			<guid isPermaLink="false">8942@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Dear Sir or Madam,&#60;/p&#62;
&#60;p&#62;I observed sudden loss of signal after a certain depth after I changed the B-mode linear array example. I can see the variations in speed map and density map up to 60 mm after plot, however, the beamformed scanline data suddenly drops after around 38.5 mm (around 10000 sample points at 200 MHz sampling rate), and the B-mode image becomes suddenly black after around 38.5 mm, and I didn't observe the gradually changes due to attenuation either.&#60;/p&#62;
&#60;p&#62;I think I used enough t_end, below are the changes I made: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;% set the size of the perfectly matched layer (PML)
pml_x_size = 10;                % [grid points]
pml_y_size = 5;                % [grid points]
pml_z_size = 5;                % [grid points]

% set total number of grid points not including the PML
Nx = 128*10 - 2 * pml_x_size;      % [grid points]
Ny = 128*3 - 2 * pml_y_size;      % [grid points]
Nz = 128 - 2 * pml_z_size;      % [grid points]

% set desired grid size in the x-direction not including the PML
x = 60e-3;                      % [m]

% calculate the spacing between the grid points
dx = x / Nx;                    % [m]
dy = dx;                        % [m]
dz = dx;                        % [m]

fs = 200 e6;
t_end = (Nx * dx) * 2.1 / c0);
kgrid.t_array = 0:1/fs:t_end;

tone_burst_freq = 3e6;
tone_burst_cycles = 2;

medium.alpha_coeff = 0.5;
medium.alpha_power = 1.001; 

transducer.number_elements = 64;  	% total number of transducer elements
transducer.element_width = 4;       % width of each element [grid points]
transducer.element_length = 72;  	% length of each element [grid points]
transducer.element_spacing = 1;  	% spacing (kerf  width) between the elements [grid points]
transducer.focus_distance = 30e-3;              % focus distance [m]
transducer.elevation_focus_distance = 29e-3;    % focus distance in the elevation plane [m]

number_scan_lines = 64;
number_active_elements = 64;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I also removed the all the highly scattering regions from the example.Others lines are copied from the example.&#60;/p&#62;
&#60;p&#62;Is there any settings I did wrong?  Anyone run into similar problems?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
