<?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: sampling frequency and maximum supported frequency</title>
		<link>http://www.k-wave.org/forum/topic/sampling-frequency-and-maximum-supported-frequency</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Tue, 12 May 2026 23:28: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/sampling-frequency-and-maximum-supported-frequency" rel="self" type="application/rss+xml" />

		<item>
			<title>NealXu on "sampling frequency and maximum supported frequency"</title>
			<link>http://www.k-wave.org/forum/topic/sampling-frequency-and-maximum-supported-frequency#post-6255</link>
			<pubDate>Wed, 10 Jan 2018 19:09:02 +0000</pubDate>
			<dc:creator>NealXu</dc:creator>
			<guid isPermaLink="false">6255@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi..as per my knowledge if you need to propagate higher frequencies, you can simply decrease your spatial grid step which will of course require more RAM and computational time but you can use the C versions of k-Wave or the GPU version if Matlab is too slow.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "sampling frequency and maximum supported frequency"</title>
			<link>http://www.k-wave.org/forum/topic/sampling-frequency-and-maximum-supported-frequency#post-5388</link>
			<pubDate>Tue, 16 Feb 2016 02:28:40 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">5388@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Prabodh,&#60;/p&#62;
&#60;p&#62;If you look at the Fourier spectrum of your recorded time signal, it won't contain any energy above the maximum frequency spatially supported on the grid (e.g., see the second figure in &#60;a href=&#34;http://www.k-wave.org/documentation/example_na_filtering.php&#34;&#62;this example&#60;/a&#62;). The time sampling is typically finer than the spatial sampling to meet stability requirements, i.e., c*dt &#38;lt; dx or CFL &#38;lt; 1. You can read more about this in the k-Wave manual if you would like more details. You will also encounter this situation in experimental data, where the temporal sampling frequency is often much higher than the maximum frequency in your data.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prabodh_iitk on "sampling frequency and maximum supported frequency"</title>
			<link>http://www.k-wave.org/forum/topic/sampling-frequency-and-maximum-supported-frequency#post-5379</link>
			<pubDate>Thu, 04 Feb 2016 06:44:47 +0000</pubDate>
			<dc:creator>prabodh_iitk</dc:creator>
			<guid isPermaLink="false">5379@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Dear Anthony,&#60;/p&#62;
&#60;p&#62;Thank you for your response. My major concern lies in the fact that if I take the Fourier spectra of the photoacoustic signal, It will have the frequency amplitudes corresponding to the sampling frequency that is ~ 60MHz. While the maximum supported frequency is 7.5 MHz. So I wish to know what the significance of the amplitudes corresponding to the frequencies greater than 7.5MHz are.&#60;/p&#62;
&#60;p&#62;Thank you&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
Regards&#60;br /&#62;
Prabodh
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anthony on "sampling frequency and maximum supported frequency"</title>
			<link>http://www.k-wave.org/forum/topic/sampling-frequency-and-maximum-supported-frequency#post-5376</link>
			<pubDate>Wed, 03 Feb 2016 17:22:07 +0000</pubDate>
			<dc:creator>Anthony</dc:creator>
			<guid isPermaLink="false">5376@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Prabodh,&#60;/p&#62;
&#60;p&#62;The maximum supported frequency is computed based on the spatial grid step because you need at least two grid points per wavelength (Shannon-Nyquist theorem): see the user guide for more details.&#60;/p&#62;
&#60;p&#62;Therefore, if you need to propagate higher frequencies, you can simply decrease your spatial grid step (which will of course require more RAM and computational time but you can use the C versions of k-Wave or the GPU version if Matlab is too slow).&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Anthony&#60;/p&#62;
&#60;p&#62;PS : You probably have a medium with a 1500m/s sound speed which gives you a wavelength of 0.2e-3m at 7.5 MHz, which corresponds to 2 points per wavelength.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prabodh_iitk on "sampling frequency and maximum supported frequency"</title>
			<link>http://www.k-wave.org/forum/topic/sampling-frequency-and-maximum-supported-frequency#post-5375</link>
			<pubDate>Wed, 03 Feb 2016 08:18:13 +0000</pubDate>
			<dc:creator>prabodh_iitk</dc:creator>
			<guid isPermaLink="false">5375@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Dear Sir,&#60;/p&#62;
&#60;p&#62;I was running example_IVP_3D_simulation.m code with :&#60;br /&#62;
% create the computational grid&#60;br /&#62;
Nx = 64;            % number of grid points in the x direction&#60;br /&#62;
Ny = 64;            % number of grid points in the y direction&#60;br /&#62;
Nz = 64;            % number of grid points in the z direction&#60;br /&#62;
dx = 0.1e-3;        % grid point spacing in the x direction [m]&#60;br /&#62;
dy = 0.1e-3;        % grid point spacing in the y direction [m]&#60;br /&#62;
dz = 0.1e-3;        % grid point spacing in the z direction [m]&#60;/p&#62;
&#60;p&#62;*****************************&#60;br /&#62;
Running k-Wave simulation...&#60;br /&#62;
  start time: 03-Feb-2016 12:20:30&#60;br /&#62;
  reference sound speed: 1800m/s&#60;br /&#62;
  dt: 16.6667ns, t_end: 7.3833us, time steps: 444&#60;br /&#62;
  input grid size: 64 by 64 by 64 grid points (6.4 by 6.4 by 6.4mm)&#60;br /&#62;
  maximum supported frequency: 7.5MHz&#60;/p&#62;
&#60;p&#62;Here maximum supported frequency is 7.5MHz while the sampling frequency is ~ 60 MHz.&#60;/p&#62;
&#60;p&#62;I wish to know what is the meaning for maximum supported frequency? &#60;/p&#62;
&#60;p&#62;Does this mean that we need to filter out all the frequencies &#38;gt; 7.5MHz from the simulated photoacoustic signal?  &#60;/p&#62;
&#60;p&#62;Thank you.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
Regards&#60;br /&#62;
Prabodh
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
