<?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: Understanding Absorption Parameters medium.alpha_coeff and medium.alpha_power</title>
		<link>http://www.k-wave.org/forum/topic/understanding-absorption-parameters-mediumalpha_coeff-and-mediumalpha_power</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Tue, 12 May 2026 23:39:19 +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/understanding-absorption-parameters-mediumalpha_coeff-and-mediumalpha_power" rel="self" type="application/rss+xml" />

		<item>
			<title>Bradley Treeby on "Understanding Absorption Parameters medium.alpha_coeff and medium.alpha_power"</title>
			<link>http://www.k-wave.org/forum/topic/understanding-absorption-parameters-mediumalpha_coeff-and-mediumalpha_power#post-7857</link>
			<pubDate>Tue, 29 Sep 2020 09:37:00 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">7857@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi emmal,&#60;/p&#62;
&#60;p&#62;By default, a perfectly matched layer (PML) is used at the walls, so the simulation will be the same as in an anechoic environment (you can read more about this in the examples and user manual).&#60;/p&#62;
&#60;p&#62;You can find some details about the absorption in air in &#60;a href=&#34;http://www.k-wave.org/forum/topic/absorbtion-coefficents#post-522&#34;&#62;this post&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Brad
&#60;/p&#62;</description>
		</item>
		<item>
			<title>emmal on "Understanding Absorption Parameters medium.alpha_coeff and medium.alpha_power"</title>
			<link>http://www.k-wave.org/forum/topic/understanding-absorption-parameters-mediumalpha_coeff-and-mediumalpha_power#post-7856</link>
			<pubDate>Mon, 28 Sep 2020 22:34:27 +0000</pubDate>
			<dc:creator>emmal</dc:creator>
			<guid isPermaLink="false">7856@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;I'm new to K-wave and confused about what the absorption parameters, defined by the alpha parameters (medium.alpha_coeff and medium.alpha_power), should be set to in the code or how to go about understanding what one would want to set them to. A project I'm working on is simulating a low-frequency (120-230 Hz), linear phased array with four point sources representing transducers. Also, my group wants the sound waves to be absorbed completely at the walls and the medium to behave like atmospheric air in an anechoic environment. Attached is a section of our code showing these parameters. The alpha coefficient and alpha power values were set based on a sample simulation.  &#60;/p&#62;
&#60;p&#62;% =================&#60;br /&#62;
% SIMULATION&#60;br /&#62;
% =================&#60;/p&#62;
&#60;p&#62;% create the computational grid&#60;br /&#62;
Nx = 250;           % number of grid points in the x (row) direction&#60;br /&#62;
Ny = Nx;            % number of grid points in the y (column) direction&#60;br /&#62;
dx = .01;       % grid point spacing in the x direction [m]&#60;br /&#62;
dy = dx;            % grid point spacing in the y direction [m]&#60;br /&#62;
kgrid = kWaveGrid(Nx, dx, Ny, dy);&#60;/p&#62;
&#60;p&#62;% define the properties of the propagation medium -- need to understand&#60;br /&#62;
% these a bit better. 0.97 was selected based upon anechoic chambers at low&#60;br /&#62;
% frequencies, but this determines properties of the PML&#60;br /&#62;
medium.sound_speed = 330;  % [m/s]&#60;br /&#62;
medium.alpha_coeff = 1;  % [dB/(MHz^y cm)]&#60;br /&#62;
medium.alpha_power = 1.5;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
