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 ...
随机推荐
- Mac OS X系统安装盘制作
本文来记录一下制作苹果系统安装盘的步骤: 1. 准备一个空白的U盘或移动硬盘和去App Store下载好最新版本的系统,现在最新的是:macOS Sierra,下载后会默认打开安装进程,退出不管即可, ...
- LeetCode之263. Ugly Number
------------------------------------------------------------- 如果一个数的质因子只包括2,3,5,那么这个数n可以表示为:n=2x+3y+ ...
- 我的基于asp.net mvc5 +mysql+dapper+easyui 的Web开发框架(1)数据库访问(0)
一.数据库访问 概述 1. 数据库使用mysql,orm采用dapper框架.dapper框架应用简单,只是需要自己手写sql语句,但是对于像我这样写了多年sql语句的人来说,这应该不算问题,个人还是 ...
- Web Js 按键事件……Enter提交事件 Enter Js事件
$(document).ready(function(){ document.onkeydown = function (event){ if (event.keyCode==13) //回车键的键值 ...
- [MS SQL Server]SQL Server如何开启远程访问
在日常工作中,经常需要连接到远程的MS SQL Server数据库中.当然也经常会出现下面的连接错误. 解决方法: 1. 设置数据库允许远程连接,数据库实例名-->右键--->属性---C ...
- webpack初试
前言: 知道这完儿,没用过.关于webpack有很多介绍了,就不多说了.放几个链接,方便新手理解.这是给纯没用过的人了解的.这里只是简单介绍一下webpack的基本用法.大多内容都是来自webpack ...
- 关于SVN出现 svn working copy locked的原因及解决方法
今天使用SVN时电脑卡住了,于是结束进程中断了SVN的操作,于是出现了如题问题, 产生这种情况大多是因为上次svn更新命令执行失败且被自动锁定了. 如果cleanup没有效果的话只好手动删除锁定文件. ...
- JAVABeanUtils
在写如何使用java BeanUlits 之前需要清楚几件事情 1. 我们每次所定义的类,其实是实体,同时也被称作为JavaBean; 2. 为什么我们要使用BeanUlits这个框架 &g ...
- 使用Mysql 5.5数据库Hibernate自动建表创建表出错table doesn't exist
在mysql 5.0版本以后不支持 type=InnoDB 关键字,需要使用 engine=InnoDB 配置文件方言改成如下即可 <property name="dialect&qu ...
- 《DSP using MATLAB》示例Example5.22
代码: Nmax = 2048; fft_time = zeros(1, Nmax); for n = 1:1:Nmax x=rand(1,n); t=clock; fft(x); fft_time( ...