Principles of measurement of sound intensity
Introduction
In accordance with the definition of instantaneous sound intensity as the product of the instantaneous acoustic pressure and the instantaneous particle velocity, an intensity measurement system should incorporate transducers of each of these the quantities. It is imperative that the presence of the transducers diffracts the sound field to an acceptably small degree, and that the transducer(sensor) assembly does not vibrate at audio-frequencies with a velocity amplitude comparable with the particle velocity of the acoustic field.
传感器使声场发生可接受的小角度的衍射是不可避免的,同时,相比于声场的particle velocity来说,传感器组并不会由于声音频率而发生震动。
Principles of Measurement of Sound Intensity
Sound pressure and particle velocity in a sound field can both be expressed as functions of the velocity potential of the field, but the relationship between the two depends upon the type of sound field, and is not unique. Therefore it is necessary to employ at least two sensors to determine sound intensity. Two categories of probe are in use: one with a particle velocity transduction unit, the other comprises two microphones. We shall refer to the former as a 'p-u' probe, and to the later as a 'p-p' probe, which enjoys far greater use.
The p-u principle
The p-p principle
Two nominally identical pressure sensors are placed close together in a support structure which is designed to minimise diffraction of the incident sound field. Most microphone capsules take the form of short cylinders which may be associated in various configurations.
In a small amplitude sound field, the component of pressure gradient in any direction n is proportional to the component of fluid particle acceleration in that direction:
The corresponding component of particle velocity is therefore given by the time integral
This is approximated as
where d is the distance separating the acoustic centres of the transducers; this will henceforth be termed the 'separation distance'.
The pressure at the point midway between sensors is approximated as
Hence, the instantaneous intensity component is approximated by
Many sources operate steadily; their sound fields may be considered to be stationary, and for the determination of source sound power the mean intensity is of prime interest. Time stationary signals x(t) and y(t) are such that x(dx/dt) = y(dy/dt) = 0, and x(dy/dt) = -y(dx/dt). In this case, p
Frequency Distribution of Sound Intensity in Time-Stationary Sound Fields
As we have seen, the component of the instantaneous sound intensity in any particular direction is atime-dependent quantity. The expression relevant to harmonic fields.
- p-u case
‘Indirect' frequency analysis procedures are based upon Fourier (spectral) analysis of the two probe signals, which is introduced here via the correlation function which indicates the time-average relationship between two signals in the time domain. The Cross-correlation Function between the pressure and particle velocity is defined as
(Note: in the case of harmonic signals the limiting process is replaced by a time average over an integer number of cycles.)
Hence, the mean intensity component in direction r is given by
The distribution in frequency of the product of the p and u component of that frequency is given by the Fourier transform of the cross-correlation function, which is termed the Cross-spectral Density:
This function is mathematically complex. indicating the average phase relationship between p and u.
R and S form a Fourier transform pair, and thus
and
In this sense, S represents the distribution of the contributions of different frequency components of the sound field to the mean intensity.
Cross-spectra possess the following properties:
The spectral function S is defined for all positive and negative frequencies, i.e. it can be represented by pairs of counter-rotating phasors(一对旋转的矢量). For practical purposes it is convenient to redefine the spectral densities as single-sided (单面)functions of frequency, thus:
Hence, the distribution of contributions of the different frequency components to the mean intensity component is
When a p-u probe is used, the equation above may be implemented directly with a two-channel FFT analyser to give I(w) in the direction of the probe axis. The total vector in a stationary field may be obtained by vector addition of the results of sequential measurements in three orthogonal directions.
The imaginary part of G(w) is proportional to the magnitude of the reactive intensity: however, unlike the real part, it does not represent the distribution of contributions of frequency components to a time-average quantity because the mean reactive intensity is zero at all frequencies. - p-p case
Principles of measurement of sound intensity的更多相关文章
- UVA10048 Audiophobia[Floyd变形]
UVA - 10048 Audiophobia Consider yourself lucky! Consider yourself lucky to be still breathing and h ...
- UVa 10048: Audiophobia
这道题要求我们求出图中的给定的两个节点(一个起点一个终点,但这是无向图)之间所有“路径中最大权值”的最小值,这无疑是动态规划. 我开始时想到根据起点和终点用动态规划直接求结果,但最终由于题中S过大,会 ...
- Uva10048 Audiophobia (Floyd)
题意:有一个无向带权图,求出两点之间路径的最大边权值最小能为多少. 思路:使用floyd算法跑一边以备查询,每一次跑的过程中dp[i][j]=min(dp[i][j],max(dp[i][k],dp[ ...
- Audiophobia(Floyd算法)
个人心得:这在一定途径上完成查询方面还是很吃力,得多锻炼空间能力,不能再每次都看到就后退,要全力应对, 那怕被虐的不要不要的. 这题主要是求俩个端点中所有路径中最大构成的集合中最小的数值,其实开始思想 ...
- UVa10048_Audiophobia(最短路/floyd)(小白书图论专题)
解题报告 题意: 求全部路中最大分贝最小的路. 思路: 类似floyd算法的思想.u->v能够有另外一点k.通过u->k->v来走,拿u->k和k->v的最大值和u-&g ...
- Indexing Sensor Data
In particular embodiments, a method includes, from an indexer in a sensor network, accessing a set o ...
- [快速幂]Codeforces Round #576 (Div. 2)-C. MP3
C. MP3 time limit per test 1 second memory limit per test 256 megabytes input standard input output ...
- Spatial Sound Research
Spatial Sound Research What are our goals? The basic goal of our research is to develop cost-effecti ...
- java sound初探
网上关于java sound的正规资源讲解的非常好,本文不再给出示例,主要提供一些好的资源,并说说我的一些理解,用于形成对java sound的整体认识. 一.几个词汇 TTS:text-to-spe ...
随机推荐
- C#做上位机软件——绘图并传输给下位机
拿到任务之后首先分成了几个部分: 1.绘图.学习了GDI+ 2.图片保存. 3.将图片转换成byte[].由于使用Socket通信,只能传输byte[]数据,所以这一步是向下位机传输的关键. 相应地, ...
- tp框架之函数调用
1.如果要在一个方法里面调用另一个方法,可以先用A方法实例化控制器 $m = A("控制器名"); ,然后根据方法名调用 $m->方法名(可传参数); 2.自定义函数库 ( ...
- Spring集成JUnit测试
1.程序中有Junit环境2.导入一个jar包.spring与junit整合jar包 spring-test-3.2.0.RELEASE.jar3.测试代码 @RunWith(SpringJUnit4 ...
- python学习 3笔记
merge dict def merge(defaults, override): r = {} for k, v in defaults.items(): if k in override: if ...
- LINUX 忘记root密码如何修改
重启linux系统 3 秒之内要按一下回车,出现如下界面 然后输入e 在 第二行最后边输入 single,有一个空格.具体方法为按向下尖头移动到第二行,按"e"进入编辑模式 在后边 ...
- Java基础加强之多线程篇(线程创建与终止、互斥、通信、本地变量)
线程创建与终止 线程创建 Thread类与Runnable接口的关系 public interface Runnable { public abstract void run(); } public ...
- 餐厅点餐系统app总结
总结: 三个冲刺已经结束,虽然没有说十分完美,但该实现的功能还是实现了,只是在市场是相较于专业性的缺乏竞争力,从界面到体验都需进一步优化. 每个人的进度不一样,为了同一个任务需要不断的磨合与合作,但慢 ...
- 杨氏矩阵定义及其查找的实现C++
先介绍一下这个数据结构的定义,Young Tableau有一个m*n的矩阵,然后有一数组 a[k], 其中 k<=m*n ,然后把a[k]中的数填入 m*n 的矩阵中,填充规则为: 1. 每一 ...
- Android 中 LayoutInflater 的使用
一.LayoutInflater 的作用 我们一般使用 LayoutInflater 做一件事:View inflate(int resource, ViewGroup root); inflate( ...
- REGEXP 正则的实现两个字符串组的匹配。(regexp)
主要懂3个mysql的方法:replace[替换] regexp[正则匹配] concat[连接] 由于某些原因,有时候我们没有按照范式的设计准则而把一些属性放到同一个字符串字段中.比如 ...