<?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: LL</title>
		<link><a href='http://www.k-wave.org/forum/profile/ll'>ll</a></link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 01:05:15 +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>alisiddiqi87 on "Power law absorption coefficient units"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-coefficient-units#post-7702</link>
			<pubDate>Tue, 21 Jul 2020 10:24:56 +0000</pubDate>
			<dc:creator>alisiddiqi87</dc:creator>
			<guid isPermaLink="false">7702@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Bradley,&#60;/p&#62;
&#60;p&#62;I think NikiKeyz is right.&#60;/p&#62;
&#60;p&#62;&#38;gt;&#38;gt;To convert from dB/km to dB/cm you need to multiply by 1e-4.&#60;br /&#62;
It should be 1e-5.&#60;/p&#62;
&#60;p&#62;&#38;gt;&#38;gt;Then to convert from dB/m/kHz^y to dB/m/MHz^y requires multiplying the prefactor by a further 0.001^y&#60;br /&#62;
I think it should be 'dividing' the prefactor by a further 0.001^y&#60;/p&#62;
&#60;p&#62;Thanks and regards,&#60;br /&#62;
Ali
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Power law absorption coefficient units"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-coefficient-units#post-6064</link>
			<pubDate>Fri, 21 Jul 2017 13:47:13 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">6064@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;The conversion should be:&#60;/p&#62;
&#60;p&#62;(0.068e2) Np / m / MHz^-b = (0.068e2 * 8.686 / 100) dB / cm / MHz^-b = (0.59) dB / cm / MHz^-b&#60;/p&#62;
&#60;p&#62;You will need to assume a value of &#60;code&#62;alpha_power&#60;/code&#62; if you want to calculate &#60;code&#62;alpha_coeff&#60;/code&#62; from the absorption at a single frequency.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>v3p on "Power law absorption coefficient units"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-coefficient-units#post-6048</link>
			<pubDate>Fri, 07 Jul 2017 17:18:14 +0000</pubDate>
			<dc:creator>v3p</dc:creator>
			<guid isPermaLink="false">6048@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Thank you Bradley!&#60;br /&#62;
It was my mistake, as I understand now only alpha power should be a scalar.&#60;br /&#62;
Might I have one more assist from you. In new simulation I tried to make heterogeneous medium where one layer is skull bone and second brain. i took data from this site &#60;a href=&#34;http://www.kayelaby.npl.co.uk/general_physics/2_4/2_4_6.html&#34; rel=&#34;nofollow&#34;&#62;http://www.kayelaby.npl.co.uk/general_physics/2_4/2_4_6.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When I convert units I received a huge number for alpha coefficient, for example:&#60;br /&#62;
Brain: 0.068*10^2*8.686(db)*10^(6*1.3)(Hz)/100(cm)=~37*10^6...&#60;/p&#62;
&#60;p&#62;And second is possible to calculate alpha coefficient for skull when I know only alpha at certain frequency 9@3Mhz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Power law absorption coefficient units"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-coefficient-units#post-6036</link>
			<pubDate>Sun, 02 Jul 2017 21:48:18 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">6036@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi v3p,&#60;/p&#62;
&#60;p&#62;&#60;code&#62;medium.alpha_coeff&#60;/code&#62; can be defined as a matrix (see the heterogeneous medium examples included in the MATLAB help).&#60;/p&#62;
&#60;p&#62;To make your conversion:&#60;br /&#62;
- multiply by 8.686 to convert from Nepers to dB&#60;br /&#62;
- divide by 100 to convert from per m to per cm&#60;br /&#62;
- multiply by 1e12 to convert from per Hz^2 to per MHz^2&#60;/p&#62;
&#60;p&#62;This gives:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;medium.alpha_coeff = 0.26;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Remember to set &#60;code&#62;medium.alpha_power&#60;/code&#62; to 2.&#60;/p&#62;
&#60;p&#62;Brad
&#60;/p&#62;</description>
		</item>
		<item>
			<title>v3p on "Power law absorption coefficient units"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-coefficient-units#post-6034</link>
			<pubDate>Sat, 01 Jul 2017 12:44:08 +0000</pubDate>
			<dc:creator>v3p</dc:creator>
			<guid isPermaLink="false">6034@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;In addition how can I change layer alpha coeff. if it should be a scalar? :/&#60;br /&#62;
I am trying to simulate layered medium with different alpha coedd.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>v3p on "Power law absorption coefficient units"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-coefficient-units#post-6032</link>
			<pubDate>Fri, 30 Jun 2017 21:19:31 +0000</pubDate>
			<dc:creator>v3p</dc:creator>
			<guid isPermaLink="false">6032@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;How can I get the right values for medium.alpha_coeff and medium.alpha_power for:&#60;/p&#62;
&#60;p&#62;1) Glycerol, it article absorption equal to ~ 3000 10−15 neper m−1 Hz−2?&#60;br /&#62;
2) Any kind of foam or porous material!?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NikiKeyz on "Power law absorption coefficient units"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-coefficient-units#post-5839</link>
			<pubDate>Tue, 21 Feb 2017 22:44:41 +0000</pubDate>
			<dc:creator>NikiKeyz</dc:creator>
			<guid isPermaLink="false">5839@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi!&#60;br /&#62;
It seems to be a mistake here.&#60;br /&#62;
dB/km/kHz^y = 1e-5 dB/cm/kHz^y = 1e-5 dB/cm/(1e-3 MHz)^y&#60;br /&#62;
y = 1.4484&#60;br /&#62;
(1e-3)^1.4484 = 4.5165e-5&#60;br /&#62;
So 5.3273*x^1.4484 dB/km/kHz^y = 1.1795*x^1.4484 dB/cm/MHz^y
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Power law absorption in skull bone and water medium"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-in-skull-bone-and-water-medium#post-5730</link>
			<pubDate>Tue, 01 Nov 2016 22:51:50 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">5730@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Michele,&#60;/p&#62;
&#60;p&#62;The 8.686 comes from the conversion from Nepers to dB:&#60;/p&#62;
&#60;p&#62;alpha_dB = 20*log10 (exp(alpha_Neper)) = alpha_Neper * 20*log10 (exp) = 8.686 * alpha_Neper &#60;/p&#62;
&#60;p&#62;To convert from dB/m to dB/(MHz cm), divide by 100*frequency.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yodish on "Power law absorption in skull bone and water medium"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-in-skull-bone-and-water-medium#post-5725</link>
			<pubDate>Fri, 28 Oct 2016 11:16:55 +0000</pubDate>
			<dc:creator>yodish</dc:creator>
			<guid isPermaLink="false">5725@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;just a quick question: what does the term 8.686 come from.&#60;/p&#62;
&#60;p&#62;Is the conversion from dB/m to dB/(MHz cm) displayed above correct?&#60;/p&#62;
&#60;p&#62;Thanks a lot for the answer&#60;/p&#62;
&#60;p&#62;Michele
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Power law absorption in skull bone and water medium"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-in-skull-bone-and-water-medium#post-5630</link>
			<pubDate>Wed, 10 Aug 2016 17:09:07 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">5630@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Songwriter45,&#60;/p&#62;
&#60;p&#62;It sounds like the measured attenuation value you are referring to is actually a measurement of transmission loss, is that right? In other words, it accounts for attenuation within the skull layer in addition to attenuation due to reflections (caused by the impedance mismatch between the skull and the surrounding medium). If this is the case, then this isn't the attenuation value you want to use in k-Wave, as the attenuation due to the impedance mismatch will already be inherently included in your simulation when you define heterogeneous material properties.&#60;/p&#62;
&#60;p&#62;Hope that helps,&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Songwriter45 on "Power law absorption in skull bone and water medium"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-in-skull-bone-and-water-medium#post-5610</link>
			<pubDate>Wed, 27 Jul 2016 14:38:18 +0000</pubDate>
			<dc:creator>Songwriter45</dc:creator>
			<guid isPermaLink="false">5610@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Brad.&#60;/p&#62;
&#60;p&#62;The attenuation value of -12 dB that I'm talking about is obtained by simulation, as shown in a public paper of University of Columbia (amplitude in the focus in presence of skull compared to the one in absence of skull) and in my simulations I get -4 dB, not -12 dB, so my value of attenuation of skull might be wrong.&#60;br /&#62;
The only data I know from this paper is that skull attenuation measured at 500 kHz is 60 Np/m.&#60;/p&#62;
&#60;p&#62;Reaserchers of Columbia are using an &#34;alpha_coeff_skull=20 dB/(MHz^1.1 cm)&#34; but with an &#34;alpha_poewer=1.1&#34;, not 2. If I use the same alpha_power they use, but employing my conversion method, I get ~11 dB/(MHz^1.1 cm), not 20, so I get lower attenuation of focused beam when propagating through skull.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Power law absorption in skull bone and water medium"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-in-skull-bone-and-water-medium#post-5600</link>
			<pubDate>Wed, 27 Jul 2016 09:04:17 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">5600@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Songwriter45,&#60;/p&#62;
&#60;p&#62;You're method of converting the units of attenuation looks correct. To me, the value of attenuation ~20 dB/(MHz^2 cm) is on the high side, especially if this is for the compressional wave (e.g., see Table 1 and Figure 5 &#60;a href=&#34;http://www.homepages.ucl.ac.uk/~rmapbtr/papers/JOURN_23_2014_Treeby_JASA_PowerLawAbsorptionElastic.pdf&#34;&#62;in this paper&#60;/a&#62;).&#60;/p&#62;
&#60;p&#62;Is your reference value of -12 dB for the same frequency?&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Songwriter45 on "Power law absorption in skull bone and water medium"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-in-skull-bone-and-water-medium#post-5589</link>
			<pubDate>Fri, 15 Jul 2016 23:17:51 +0000</pubDate>
			<dc:creator>Songwriter45</dc:creator>
			<guid isPermaLink="false">5589@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;I'm studying FUS transcranial propagation through a human skull submerged in water, but I'm having many problems when defining absorption properties of both mediums skull and water. I'm getting confused when obtaining &#34;medium.alpha_coef&#34; and &#34;medium.alpha_power&#34;. &#60;/p&#62;
&#60;p&#62;Let me explain: I have an attenuation of 60 Np/m on skull measured at 500 kHz, so I define &#34;alpha_ref = 60 Np/m&#34;, &#34;f_ref = 0.5e6 Hz&#34;, &#34;alpha_power = 2&#34; and finally I obtain &#34;alpha_coeff_skull = alpha_ref*8.686*((1e6/f_ref)^alpha_power)/100&#34;. For water I do the same: attenuation of 2.5 Np/m measured at 1 MHz, so I define &#34;alpha_ref = 2.5 Np/m&#34;, &#34;f_ref = 1e6 Hz&#34;, the same alpha power as in skull &#34;alpha_power = 2&#34; and finally I obtain &#34;alpha_coeff_water = alpha_ref*8.686*((1e6/f_ref)^alpha_power)/100&#34;.&#60;/p&#62;
&#60;p&#62;Could you tell me if this method is right?&#60;/p&#62;
&#60;p&#62;The problem I have is that I read in many papers that skull generates a global attenuation of about -12 dB, and I get only -4 dB, so I thought attenuation parameters were wrong.&#60;/p&#62;
&#60;p&#62;Thank you in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PiesangBrood2000 on "Power law absorption coefficient units"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-coefficient-units#post-4681</link>
			<pubDate>Tue, 19 Aug 2014 12:14:27 +0000</pubDate>
			<dc:creator>PiesangBrood2000</dc:creator>
			<guid isPermaLink="false">4681@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Bradley,&#60;/p&#62;
&#60;p&#62;That clears things up, thanks a lot!&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
PiesangBrood2000
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Power law absorption coefficient units"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-coefficient-units#post-4678</link>
			<pubDate>Mon, 18 Aug 2014 17:21:47 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">4678@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi PiesangBrood2000,&#60;/p&#62;
&#60;p&#62;Yes you're correct - the units in k-Wave should be dB/cm/MHz^y. To convert from dB/km to dB/cm you need to multiply by 1e-4. The absorption in air in the audible frequency range is very low compared the absorption in tissue in the MHz range. Most of the examples in the toolbox use parameters relevant to ultrasound in tissue.&#60;/p&#62;
&#60;p&#62;Hope that helps,&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PiesangBrood2000 on "Power law absorption coefficient units"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-coefficient-units#post-4673</link>
			<pubDate>Thu, 14 Aug 2014 13:37:08 +0000</pubDate>
			<dc:creator>PiesangBrood2000</dc:creator>
			<guid isPermaLink="false">4673@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Also this value of 2.4X10^-7 for alpha_coeff seems very small, compared to the 0.75 used in the example problems. I assume the examples aren't for waves in air (sound speed of 1500 m/s) as well as being in the MHz range.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PiesangBrood2000 on "Power law absorption coefficient units"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-coefficient-units#post-4672</link>
			<pubDate>Thu, 14 Aug 2014 13:30:12 +0000</pubDate>
			<dc:creator>PiesangBrood2000</dc:creator>
			<guid isPermaLink="false">4672@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Ben,&#60;/p&#62;
&#60;p&#62;Thanks, that does help.&#60;br /&#62;
In the k-Wave manual it gives the units for alpha_coeff as [dB/(MHz^y cm)] not [dB/(MHz^y m)], is this correct? If so then it would only be necessary to multiply the 2.4X10^-7 by a factor of 0.01 right?&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
PiesangBrood2000
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bencox on "Power law absorption coefficient units"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-coefficient-units#post-4671</link>
			<pubDate>Wed, 13 Aug 2014 20:50:46 +0000</pubDate>
			<dc:creator>bencox</dc:creator>
			<guid isPermaLink="false">4671@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi PiesangBrood2000,&#60;/p&#62;
&#60;p&#62;To convert from dB/km to dB/m requires multiplying the prefactor by 0.001. Then to convert from dB/m/kHz^y to dB/m/MHz^y requires multiplying the prefactor by a further 0.001^y. So to convert your 5.3273 dB/km/kHz^y to dB/m/MHz^y as required by k-Wave, you need to multiply by 0.001^(y+1). &#60;/p&#62;
&#60;p&#62;So 5.3273 dB/km/kHz^y = 5.3273*0.001^(y+1) dB/m/MHz^y = 2.4x10^-7 dB/m/MHz^y.&#60;/p&#62;
&#60;p&#62;Hope that helps,&#60;br /&#62;
Ben
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PiesangBrood2000 on "Power law absorption coefficient units"</title>
			<link>http://www.k-wave.org/forum/topic/power-law-absorption-coefficient-units#post-4670</link>
			<pubDate>Tue, 12 Aug 2014 12:49:28 +0000</pubDate>
			<dc:creator>PiesangBrood2000</dc:creator>
			<guid isPermaLink="false">4670@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm struggling to get the right values for medium.alpha_coeff and medium.alpha_power. I'm working from the &#34;Attenuation of sound in air&#34; table from&#60;br /&#62;
&#60;a href=&#34;http://www.kayelaby.npl.co.uk/general_physics/2_4/2_4_1.html&#34; rel=&#34;nofollow&#34;&#62;http://www.kayelaby.npl.co.uk/general_physics/2_4/2_4_1.html&#60;/a&#62;.&#60;br /&#62;
From their data I got an approximate fitting formula of y=5.3273*x^1.4484 (for 50% humidity) where y is the attenuation coefficient in [dB/km] and x is the frequency in [kHz].&#60;br /&#62;
I assume since medium.alpha_coeff is measured in [dB/(MHz^y cm]) I cant use 5.3273 as is. Would 0.053273 be the correct value for medium.alpha_coeff in [dB/(MHz^y cm)]?&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
PiesangBrood2000
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
