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 ...
随机推荐
- kaggle入门2——改进特征
1:改进我们的特征 在上一个任务中,我们完成了我们在Kaggle上一个机器学习比赛的第一个比赛提交泰坦尼克号:灾难中的机器学习. 可是我们提交的分数并不是非常高.有三种主要的方法可以让我们能够提高他: ...
- LightGBM中GBDT的实现
现在LightGBM开源了,这里将之前的一个文档发布出来供大家参考,帮助更快理解LightGBM的实现,整体思路应该是类似的. LightGBM优雅,快速,效果好,希望LightGBM越来越好:) L ...
- 【转载】 mysql explain用法
转载链接: mysql explain用法 官网说明: http://dev.mysql.com/doc/refman/5.7/en/explain-output.html 参数: htt ...
- 3*n/2 - 2
求区间范围最小值最大值 用分治法(Divide and Conquer)求n元数组最小元与最大元,当n=1时,不用比较,最大元和最小元都是这个数:当n=2时,一次比较就可以找出两个数据元素的最大元和最 ...
- HTML5教程之html 5 本地数据库(Web Sql Database)
HTML5的Web SQL Databases(html5 本地数据库)的确很诱惑人,当你发现可以用与mysql查询一样的查询语句来操作本地数据库时,你会发现这东西挺有趣的.今天,我们一起来了解HTM ...
- 创建Azure DS 虚拟机并附加SSD硬盘
$subscriptionName = "Windows Azure Enterprise Trial" #订阅名称 $location = "China East&qu ...
- [UWP]UWP中获取联系人/邮件发送/SMS消息发送操作
这篇博客将介绍如何在UWP程序中获取联系人/邮件发送/SMS发送的基础操作. 1. 获取联系人 UWP中联系人获取需要引入Windows.ApplicationModel.Contacts名称空间. ...
- 分割一个表到多个实体<EntityFramework6.0>
声明方式 public class Photograph { [Key] [DatabaseGenerated(DatabaseGeneratedOption.Identity)] public in ...
- 15.linux按键驱动程序(二)
linux按键驱动程序 包含内容定时器延时去抖动,阻塞型设备驱动设计 一.定时器延时去抖 按键所用开关为机械弹性开关,当机械触点断开.闭合时,由于机械触点的弹性作用,开关不会马上稳定地接通或断开.因而 ...
- 安装opensuse时遇到的一些问题
1.硬盘安装suse的时候提示找不到源,因为是2块硬盘所以需要mount一下硬盘. 2.安装N卡驱动的时候,推荐一键安装,不然需要把所有GCC和make安装好,并且禁用系统的nouneau.