<?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: Sound from Ultrasound</title>
		<link>http://www.k-wave.org/forum/topic/sound-from-ultrasound</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 00:19:55 +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/sound-from-ultrasound" rel="self" type="application/rss+xml" />

		<item>
			<title>Bradley Treeby on "Sound from Ultrasound"</title>
			<link>http://www.k-wave.org/forum/topic/sound-from-ultrasound#post-4685</link>
			<pubDate>Tue, 19 Aug 2014 18:01:51 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">4685@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Unfortunately I don't have many other suggestions, except for continuing to increase the pressure to see if you see an effect.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PiesangBrood2000 on "Sound from Ultrasound"</title>
			<link>http://www.k-wave.org/forum/topic/sound-from-ultrasound#post-4682</link>
			<pubDate>Tue, 19 Aug 2014 14:52:38 +0000</pubDate>
			<dc:creator>PiesangBrood2000</dc:creator>
			<guid isPermaLink="false">4682@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Brad,&#60;/p&#62;
&#60;p&#62;the source pressure was at 2 Pa (peak). I've rerun the simulation with a RMS pressure of 6.5 Pa and it still doesn't seem to indicate any of the nonlinear effects I'm expecting.&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
PiesangBrood2000
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Sound from Ultrasound"</title>
			<link>http://www.k-wave.org/forum/topic/sound-from-ultrasound#post-4679</link>
			<pubDate>Mon, 18 Aug 2014 17:32:40 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">4679@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi PiesangBrood2000,&#60;/p&#62;
&#60;p&#62;This sounds like an interesting project. I don't have much experience simulating nonlinear effects in air. However, the contribution of the nonlinear effects will depend on the amplitude of the pressure waves. Wikipedia suggests to generate sound from ultrasound, you need ~110 dbSPL, i.e., the RMS pressure should be 20e-6*10^(110/20) = 6.5 Pa. What pressure do you currently use for your source?&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PiesangBrood2000 on "Sound from Ultrasound"</title>
			<link>http://www.k-wave.org/forum/topic/sound-from-ultrasound#post-4674</link>
			<pubDate>Fri, 15 Aug 2014 08:02:40 +0000</pubDate>
			<dc:creator>PiesangBrood2000</dc:creator>
			<guid isPermaLink="false">4674@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm trying to simulate a localized sound field in air using the sound from ultrasound techniques (&#60;a href=&#34;http://en.wikipedia.org/wiki/Sound_from_ultrasound)&#34; rel=&#34;nofollow&#34;&#62;http://en.wikipedia.org/wiki/Sound_from_ultrasound)&#60;/a&#62;. I've got two ultrasonic sources, one at 20 kHz and one at 21 kHz. Looking at the frequency spectrum of a sensor placed at the point where the two waves meet it does not give the expected result which is a harmonic at the difference frequency of 21 kHz - 20 kHz = 1 kHz.&#60;/p&#62;
&#60;p&#62;the grid is set up as follows:&#60;br /&#62;
    c0_min = 343;&#60;br /&#62;
    f_max = 25e3;&#60;br /&#62;
    x_size = 1;&#60;br /&#62;
    y_size = 1;&#60;br /&#62;
    points_per_wavelength = 2;&#60;br /&#62;
    dx = c0_min/(points_per_wavelength*f_max);&#60;br /&#62;
    dy = dx;&#60;br /&#62;
    Nx = round(x_size/dx);&#60;br /&#62;
    Ny = round(y_size/dy);&#60;br /&#62;
    kgrid = makeGrid(Nx, dx, Ny, dy);                       &#60;/p&#62;
&#60;p&#62;The medium is set up as follows:&#60;br /&#62;
    medium.sound_speed = 343;&#60;br /&#62;
    medium.alpha_coeff = 2.4*10^(-7);&#60;br /&#62;
    medium.alpha_power = 1.4484;&#60;br /&#62;
    medium.density = 1.045;&#60;br /&#62;
    medium.BonA = 0.4;&#60;br /&#62;
    [kgrid.t_array, dt] = makeTime(kgrid, medium.sound_speed);&#60;/p&#62;
&#60;p&#62;The sensor data looks like this: &#60;a href=&#34;http://imgur.com/T9zuyN4&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/T9zuyN4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;A FFT of this data looks like this: &#60;a href=&#34;http://imgur.com/ZB2eFQ4&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/ZB2eFQ4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is it possible to simulate the nonlinear effects with k_wave? If so what am I doing wrong?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
