<?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: How to set the center frequency and bandwidth of ultrasonic transducer</title>
		<link>http://www.k-wave.org/forum/topic/how-to-set-the-center-frequency-and-bandwidth-of-ultrasonic-transducer</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Tue, 12 May 2026 22:02: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/how-to-set-the-center-frequency-and-bandwidth-of-ultrasonic-transducer" rel="self" type="application/rss+xml" />

		<item>
			<title>Bradley Treeby on "How to set the center frequency and bandwidth of ultrasonic transducer"</title>
			<link>http://www.k-wave.org/forum/topic/how-to-set-the-center-frequency-and-bandwidth-of-ultrasonic-transducer#post-8962</link>
			<pubDate>Fri, 24 Nov 2023 17:50:48 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">8962@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;These are equivalent, as you've pointed out. Look at line 1104 in &#60;code&#62;kspaceFirstOrder2D&#60;/code&#62; (or search for &#60;code&#62;gaussianFilter&#60;/code&#62;).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zengqw2021 on "How to set the center frequency and bandwidth of ultrasonic transducer"</title>
			<link>http://www.k-wave.org/forum/topic/how-to-set-the-center-frequency-and-bandwidth-of-ultrasonic-transducer#post-8909</link>
			<pubDate>Tue, 12 Sep 2023 03:06:35 +0000</pubDate>
			<dc:creator>zengqw2021</dc:creator>
			<guid isPermaLink="false">8909@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Dear all,&#60;br /&#62;
     Does anyone know how to set the center frequency and bandwidth of the transducer in k-wave simulation.&#60;br /&#62;
I tried two Settings as follows:&#60;br /&#62;
    (1) Add the following statement before performing the kspaceFirstOrder2D:&#60;br /&#62;
      fc  =  1e6         ; % [Hz]&#60;br /&#62;
      Bw  =  70          ; % [%]&#60;br /&#62;
      sensor.frequency_response = [fc Bw] ;&#60;br /&#62;
      sensor_data = kspaceFirstOrder2D(kgrid, medium, source, sensor, input_args{:});&#60;/p&#62;
&#60;p&#62;    (2) Firstly, kwave simulation is carried out, and then signal processing is carried out：&#60;/p&#62;
&#60;p&#62;       sensor_data = kspaceFirstOrder2D(kgrid, medium, source, sensor, input_args{:});&#60;br /&#62;
       center_freq = 1.0e6;       % [Hz]&#60;br /&#62;
       bandwidth   = 70;          % [%]&#60;br /&#62;
       sensor_data_gaussian = gaussianFilter(sensor_data, fs, center_freq, bandwidth);&#60;/p&#62;
&#60;p&#62;       I find that the final result is the same. Is there anything wrong with it？
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
