<?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: Center frequency and % bandwidth of the linear array transducer</title>
		<link>http://www.k-wave.org/forum/topic/center-frequency-and-bandwidth-of-the-linear-array-transducer</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 01:01: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/topic/center-frequency-and-bandwidth-of-the-linear-array-transducer" rel="self" type="application/rss+xml" />

		<item>
			<title>YichuanTang on "Center frequency and % bandwidth of the linear array transducer"</title>
			<link>http://www.k-wave.org/forum/topic/center-frequency-and-bandwidth-of-the-linear-array-transducer#post-8842</link>
			<pubDate>Mon, 19 Jun 2023 20:12:28 +0000</pubDate>
			<dc:creator>YichuanTang</dc:creator>
			<guid isPermaLink="false">8842@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Thank you both.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prabhakar.amarana on "Center frequency and % bandwidth of the linear array transducer"</title>
			<link>http://www.k-wave.org/forum/topic/center-frequency-and-bandwidth-of-the-linear-array-transducer#post-7032</link>
			<pubDate>Fri, 06 Sep 2019 09:27:52 +0000</pubDate>
			<dc:creator>prabhakar.amarana</dc:creator>
			<guid isPermaLink="false">7032@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Dear Brad,&#60;br /&#62;
Thanks for your kind response.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "Center frequency and % bandwidth of the linear array transducer"</title>
			<link>http://www.k-wave.org/forum/topic/center-frequency-and-bandwidth-of-the-linear-array-transducer#post-7008</link>
			<pubDate>Thu, 22 Aug 2019 15:58:54 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">7008@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi prabhakar.amarana,&#60;/p&#62;
&#60;p&#62;This is controlled by the input signal you define. For example, you could create a delta pulse, and then filter using a bandpass filter:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;clearvars;

% define delta function
sig = zeros(1, 100);
sig(end/2) = 1;

% apply bandpass filter
sampling_freq = 50e6;
center_freq = 3e6;
bandwidth = 100;
sig_filt = gaussianFilter(sig, sampling_freq, center_freq, bandwidth);

% plot the signal
figure;
plot(sig_filt);

% plot the spectrum
spect(sig_filt, sampling_freq, &#38;#39;Plot&#38;#39;, [true, false]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope that helps,&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prabhakar.amarana on "Center frequency and % bandwidth of the linear array transducer"</title>
			<link>http://www.k-wave.org/forum/topic/center-frequency-and-bandwidth-of-the-linear-array-transducer#post-6996</link>
			<pubDate>Wed, 07 Aug 2019 07:37:18 +0000</pubDate>
			<dc:creator>prabhakar.amarana</dc:creator>
			<guid isPermaLink="false">6996@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;I need to use a linear array transducer to perform simulations.&#60;br /&#62;
How can I specify the center frequency and % bandwidth of the linear array transducer in k-wave?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
