图像处理中值滤波器中英文对照外文翻译文献

图像处理中值滤波器中英文对照外文翻译文献
图像处理中值滤波器中英文对照外文翻译文献

中英文资料对照外文翻译

一、英文原文

A NEW CONTENT BASED MEDIAN FILTER

ABSTRACT

In this paper the hardware implementation of a contentbased median filter suitabl e for real-time impulse noise suppression is presented. The function of the proposed ci rcuitry is adaptive; it detects the existence of impulse noise in an image neighborhood and applies the median filter operator only when necessary. In this way, the blurring o f the imagein process is avoided and the integrity of edge and detail information is pre served. The proposed digital hardware structure is capable of processing gray-scale im ages of 8-bit resolution and is fully pipelined, whereas parallel processing is used to m inimize computational time. The architecturepresented was implemented in FPGA an d it can be used in industrial imaging applications, where fast processing is of the utm ost importance. The typical system clock frequency is 55 MHz.

1. INTRODUCTION

Two applications of great importance in the area of image processing are noise filtering and image enhancement [1].These tasks are an essential part of any image pro cessor,whether the final image is utilized for visual interpretation or for automatic an alysis. The aim of noise filtering is to eliminate noise and its effects on the original im age, while corrupting the image as little as possible. To this end, nonlinear techniques (like the median and, in general, order statistics filters) have been found to provide mo re satisfactory results in comparison to linear methods. Impulse noise exists in many p ractical applications and can be generated by various sources, including a number of man made phenomena, such as unprotected switches, industrial machines and car ign ition systems. Images are often corrupted by impulse noise due to a noisy sensor or ch annel transmission errors. The most common method used for impulse noise suppressi on n forgray-scale and color images is the median filter (MF) [2].The basic drawback o f the application of the MF is the blurringof the image in process. In the general case,t he filter is applied uniformly across an image, modifying pixels that arenot contamina ted by noise. In this way, the effective elimination of impulse noise is often at the exp ense of an overalldegradation of the image and blurred or distorted features[3].In this paper an intelligent hardware structure of a content based median filter (CBMF) suita ble for impulse noise suppression is presented. The function of the proposed circuit is to detect the existence of noise in the image window and apply the corresponding MF

only when necessary. The noise detection procedure is based on the content of the im age and computes the differences between the central pixel and thesurrounding pixels of a neighborhood. The main advantage of this adaptive approach is that image blurrin g is avoided and the integrity of edge and detail information are preserved[4,5]. The pro posed digital hardware structure is capable of processing gray-scale images of 8-bitres olution and performs both positive and negative impulse noise removal. The architectt ure chosen is based on a sequence of four basic functional pipelined stages, and parall el processing is used within each stage. A moving window of a 3×3 and 5×5-pixel im age neighborhood can be selected. However, the system can be easily expanded to acc ommodate windows of larger sizes. The proposed structure was implemented using fi eld programmable gate arrays (FPGA). The digital circuit was designed, compiled and successfully simulated using the MAX+PLUS II Programmable Logic Development S ystem by Altera Corporation. The EPF10K200SFC484-1 FPGA device of the FLEX1 0KE device family was utilized for the realization of the system. The typical clock fre quency is 55 MHz and the system can be used for real-time imaging applications whe re fast processing is required [6]. As an example,the time required to perform filtering of a gray-scale image of 260×244 pixels is approximately 10.6 msec.

2. ADAPTIVE FILTERING PROCEDURE

The output of a median filter at a point x of an image f depends on the values of t he image points in the neighborhood of x. This neighborhood is determined by a wind ow W that is located at point x of f including n points x1, x2, …, xn of f, with n=2k+1. The proposed adaptive content based median filter can be utilized for impulse noisesu p pression in gray-scale images. A block diagram of the adaptive filtering procedure is depicted in Fig. 1. The noise detection procedure for both positive and negative noise is as follows:

(i) We consider a neighborhood window W that is located at point x of the image f. Th e differences between the central pixel at point x and the pixel values of the n-1surr ounding points of the neighborhood (excluding thevalue of the central pixel) are co mputed.

(ii) The sum of the absolute values of these differences is computed, denoted as fabs(x ). This value provides ameasure of closeness between the central pixel and its su rrounding pixels.

(iii) The value fabs(x) is compared to fthreshold(x), which is anappropriately selected positive integer threshold value and can be modified. The central pixel is conside red to be noise when the value fabs(x) is greater than thethreshold value fthresho d(x).

(iv) When the central pixel is considered to be noise it is substituted by the median val ue of the image neighborhood,denoted as fk+1, which is the normal operationof the median filter. In the opposite case, the value of the central pixel is not altered and the procedure is repeated for the next neighborhood window.From the noised etection scheme described, it should be mentioned that the noise detection level procedure can be controlled and a range of pixel values (and not only the fixed

values of 0 and 255, salt and pepper noise) is considered asimpulse noise.In Fig. 2 the results of the application of the median filter and the CBMF in the gray-sca le image “Peppers” are depicted.More specifically, in Fig. 2(a) the original,uncor rupted image“Peppers” is depicted. In Fig. 2(b) the original imagedegraded by 5% both positive and negative impulse noise isillustrated. In Figs 2(c) and 2(d) the re

sultant images of the application of median filter and CBMF for a 3×3-pixel win dow are shown, respectively. Finally, the resultant images of the application of m edian filter and CBMF for a 5×5-pixelwindow are presented in Figs 2(e) and 2(f). It can be noticed that the application of the CBMF preserves much better edges a nddetails of the images, in comparison to the median filter.A number of different objective measures can be utilized forthe evaluation of these results. The most wi dely used measures are the Mean Square Error (MSE) and the Normalized Mean Square Error (NMSE) [1]. The results of the estimation of these measures for the two filters are depicted in Table I.For the estimation of these measures, the result ant images of the filters are compared to the original, uncorrupted image.From T able I it can be noticed that the MSE and NMSE estimatedfor the application of t he CBMF are considerably smaller than those estimated for the median filter, in all the cases.

Table I. Similarity measures.

3. HARDWARE ARCHITECTURE

The structure of the adaptive filter comprises four basic functional units, the mo ving window unit , the median computation unit , the arithmetic operations unit , and th e output selection unit . The input data of the system are the gray-scale values of the pi xels of the image neighborhood and the noise threshold value. For the computation of the filter output a3×3 or 5×5-pixel image neighborhood can be selected. Image input d ata is serially imported into the first stage. In this way,the total number of the inputpin s are 24 (21 inputs for the input data and 3 inputs for the clock and the control signalsr equired). The output data of the system are the resultant gray-scale values computed f or the operation selected (8pins).

The moving window unit is the internal memory of the system,used for storing th e input values of the pixels and for realizing the moving window operation. The pixel values of the input image, denoted as “IMAGE_INPUT[7..0]”, areimported into this u nit in serial. For the representation of thethreshold value used for the detection of a no Filter Impulse noise 5% mse Nmse(×10-2) 3×3 5×5 3×3 5×5

Median CBMF 57.554 35.287 130.496 84.788 0.317 0.194 0.718 0.467

ise pixel 13 bits are required. For the moving window operation a 3×3 (5×5)-pixel sep entine type memory is used, consisting of 9 (25)registers. In this way,

when the windo

P1 P2 P3

w is moved into the next image neighborhood only 3 or 5 pixel values stored in the m

emory are altered. The “en5×5” control signal is used for the selection of the size of th e image window, when“en5×5” is equal to “0” (“1”) a 3×3 (5×5)-pixel neighborhood is selected. It should be mentioned that the modules of the circuit used for the 3×3-pix el window are utilized for the 5×5-pixel window as well. For these modules, 2-to-1mu ltiplexers are utilized to select the appropriate pixel values,where necessary. The mod ules that are utilized only in the case of the 5×5-pixel neighborhood are enabled by th e“en5×5” control signal. The outputs of this unit are rows ofpixel values (3 or 5, respe ctively), which are the inputs to the median computation unit.The task of the median c omputation unit is to compute themedian value of the image neighborhood in order to substitutethe central pixel value, if necessary. For this purpose a25-input sorter is utili zeed. The structure of the sorter has been proposed by Batcher and is based on the use of CS blocks. ACS block is a max/min module; its first output is the maximumof the i nputs and its second output the minimum. The implementation of a CS block includes a comparator and two 2-to-1 multiplexers. The outputs values of the sorter, denoted a s “OUT_0[7..0]”…. “OUT_24[7..0]”, produce a “sorted list” of the 25 initial pixel val ues. A 2-to-1 multiplexer isused for the selection of the median value for a 3×3 or 5×5-pixel neighborhood.

The function of the arithmetic operations unit is to computethe value fabs(x), whi ch is compared to the noise threshold value in the final stage of the adaptive filter.The in puts of this unit are the surrounding pixel values and the central pixelof the neighb orhood. For the implementation of the mathematical expression of fabs(x), the circuit of this unit contains a number of adder modules. Note that registers have been used to achieve a pipelined operation. An additional 2-to-1 multiplexer is utilized for the selec tion of the appropriate output value, depending on the “en5×5” control signal. From th e implementation point of view, the use of arithmetic blocks makes this stage hardwar e demanding.

The output selection unit is used for the selection of the appropriateoutput value of the performed noise suppression operation. For this selection, the corresponding no ise threshold value calculated for the image neighborhood,“NOISE_THRES HOLD[1 2..0]”,is employed. This value is compared to fabs(x) and the result of the comparison Classifies the central pixel either as impulse noise or not. If thevalue fabs(x) is greater than the threshold value fthreshold(x) the central pixel is positive or negative impulse noise and has to be eliminated. For this reason, the output of the comparison is used as the selection signal of a 2-to-1 multiplexer whose inputs are the central pixel and the c orresponding median value for the image neighborhood. The output of the multiplexer is the output of this stage and the final output of the circuit of the adaptive filter.The st ructure of the CBMF, the computation procedure and the design of the four aforeme n tioned units are illustrated in Fig. 3.

Image

windoe

Figure 1: Block diagram of the filtering method

Figure 2: Results of the application of the CBMF: (a) Original image, (b) noise corrupted image (c) Restored image by a 3x3 MF, (d) Restored image by a 3x3 CBMF, (e) Restored image by a 5x5 M

F and (f) Restored image by a 5x5 CBMF.

4. IMPLEMENTATION ISSUES

The proposed structure was implemented in FPGA,which offer an attractive com bination of low cost, high performance and apparent flexibility, using the software pa ckage+PLUS II of Altera Corporation. The FPGA used is the EPF10K200SFC484-1 d evice of the FLEX10KE device family,a device family suitable for designs that requir e high densities and high I/O count. The 99% of the logic cells(9965/9984 logic cells) of the device was utilized to implement the circuit . The typical operating clock frequ ency of the system is 55 MHz. As a comparison, the time required to perform filtering of a gray-scale image of 260×244 pixelsusing Matlab? software on a Pentium 4/2.4 G Hz computer system is approximately 7.2 sec, whereas the corresponding time using h ardware is approximately 10.6 msec.The modification of the system to accommodate windows oflarger sizes can be done in a straightforward way, requiring onlya small nu mber of changes. More specifically, in the first unit the size of the serpentine memory P4P5P6

P7P8P9

Subtractor

arry

Median

filter

adder compara

tor

muitiplex

er

f abc(x)value

and the corresponding number of multiplexers increase following a square law. In the second unit, the sorter module should be modified,and in the third unit the number of the adder devicesincreases following a square law. In the last unit no changes are requ ired.

5. CONCLUSIONS

This paper presents a new hardware structure of a content based median filter, ca pable of performing adaptive impulse noise removal for gray-scale images. The noise detection procedure takes into account the differences between the central pixel and th e surrounding pixels of a neighborhood.The proposed digital circuit is capable ofproce ssing grayscale images of 8-bit resolution, with 3×3 or 5×5-pixel neighborhoods as op tions for the computation of the filter output. However, the design of the circuit is dire ctly expandableto accommodate larger size image windows. The adaptive filter was d eigned and implemented in FPGA. The typical clock frequency is 55 MHz and the sys tem is suitable forreal-time imaging applications.

REFERENCES

[1] W. K. Pratt, Digital Image Processing. New York: Wiley,1991.

[2] G. R. Arce, N. C. Gallagher and T. Nodes, “Median filters:Theory and applica

t ions,” in Advances in ComputerVision and Image Processing, Greenwich, CT: JAI, 1986.

[3] T. A. Nodes and N. C. Gallagher, Jr., “The output distributionof median type filt

e rs,” IEEE Transactions onCommunications, vol. COM-32, pp. 532-541, May

1984.

[4] T. Sun and Y. Neuvo, “Detail-preserving median basedfilters in image

processing,” Pattern Recognition Letters,vol. 15, pp. 341-347, Apr. 1994.

[5] E. Abreau, M. Lightstone, S. K. Mitra, and K. Arakawa,“A new efficient approach

for the removal of impulsenoise from highly corrupted images,” IEEE Transa ctionson Image Processing, vol. 5, pp. 1012-1025, June 1996.

[6] E. R. Dougherty and P. Laplante, Introduction to Real-Time Imaging, Bellingham:

SPIE/IEEE Press, 1995.

二、英文翻译

基于中值滤波的新的内容

摘要

在本设计中的提出了基于中值滤波的硬件实现用来抑制脉冲噪声的干扰。拟议的电路功能是自适应;只有在必要时它才检测到存在邻域图像中的脉冲噪声中并应用中值滤波运算符。用这种方式,可以避免使图像在处理过程中变模糊并且完整的保留了图像边缘和细节的重要信息。拟议的数字硬件结构是能够处理的8位灰度图像决议和完全流水线,而将用来并行处理计的算时间降至最低,FPGA 的现场可编程结构和其在图像处理领域的应用,在这些领域内快速的运算是极为重要的。典型的系统时钟频率为55Mhz.

1 介绍

在图像处理过程中有非常重要的应用程序分别是噪声过滤和图像增强。在图像处理过程中这些都是很必要的,不管最终图像是否用于视觉解释或自动分析。噪声滤波的目的是消除噪声及对原始图像影响,同尽可能少的时损坏原来的图像。因此非线性(例如中值滤波哦,一般情况下的顺序统计滤波器)与线性的滤波器先比,提供了更令人满意结果。脉冲噪声存在许多实际的应用程序中,并且来源广泛,包括一些人类的行为,例如作为保护的开关、工业机械、和汽车点火系统。由于嘈杂的传感器或通道传输错误的脉冲噪声早造成工图像的损坏。最常见用于灰度和彩色图像脉冲噪声抑制的方法是中值滤波。中值滤波的缺点是在应在模糊图像的滤波过程中。在一般情况下,筛选器是将应用于整个图像,修改的像素的均匀从而不受噪音污染。这种方式,有效的消除脉冲噪声往往是以整体图像的模糊或扭曲功能的退化为代价的。在本设计中提出的一种基于有效率才不脉冲噪声的中值滤波器上提出的。提出的电路电路具有只有当检测到当前图像中存在噪声时才启动相应的中值滤波程序。噪音检测过程基于图像的内容和计算中央像素和

周围的邻居的像素之间的差异。这种自适应的方法主要优势是避免图像的模糊和保留边缘详细信息的完整性。这种数字硬件结构是有能够进行8位分辨率的灰

度图象处理和执行这两个正面和负面的脉冲噪声去除。选择这种电路结构是基于四种基本的系列功能和在每一个阶段并行执行的流水线功能。但是,系统可以轻松地扩展以容纳更大的窗口大小。这个结构将使用可编程门阵列。数字电路的设计在由Altera 公司提供的的可编程逻辑发展系统MAX+plus ii下成功编译和仿真。本系统将使用EPF10K200SFC484-1 FPGAFLEX10KE系列的芯片。其时钟频率是55MHZ并且此系统能被用于实时成像应用程序,在此系统中快熟处理是很必要的。例如对一张像素为260 × 244灰度图像所需要的时间为10.6毫秒。

2.自适应的筛选过程

图像f点的中值输出取决于图像附近x点的值。这个小区由w的窗口,位

与n = 2 k + 1个。自适应内容基于中值滤波器器可用于点f附近有n 个x1,x

2

于脉冲抑制灰度图像的噪声。自适应滤波的块状图过程如图 1 所示。噪声检测过程正面和负面的噪音如下所示:

(一)我们认为附近窗口w位于图像f的x点处,同x点的差异并计算其附近的n-1个像素值,包括中间值。

(二) 这些差异的总和是绝对值的计算,用fab(x)表示。这个值提供了中间点

和周围点之间最密切的关系。

(三)将值fabs(x)与fthreshold(x)进行对比,看哪一个更适合作为正确的正整数阈值并可以进行修改。当fans(x)大于阈值值fthreshold(x)时中央像素就会被认为是噪声。

(四) 中央像素被认为是噪音时,将被附近的中值所取代,及fk+1是中值滤波器的正常输出值。在相反的情况下,中间像素值不会改变,并重复该过程下一步的邻域窗口。从所述的噪声检测方案中,应该提到噪声检测水平过程是可以控制,并且像素值的范围(和不只固定值0和255,盐和胡椒粉噪音)被认为是脉冲噪声。在图 2 中位数的应用程序的结果进行筛选和描述"椒盐"的灰度图像中的 CBMF。更具体地说,在图 2 (a)的原始的、未损坏的图像描述"椒盐"。在图2 (b) 原始图像5%,这两个正面和负面的脉冲噪声被降级说明了。无花果2(c) 和2(d)的结果图像3 × 3 像素窗口中值滤波和CBMF中的应用显示,分别。最后,结果的图像5 ×5 像素的中值滤波和CBMF的应用窗口载列于无花果2(e)和 2 (f)。相比中

值滤波器可以看到CBMF的应用可以保留好得多边缘和细节的图像。可以利用一些不同的客观措施来评价这些结果。使用最广泛的方法是均方错误(MSE)和规范化均方误差(NMSE)。对这些措施的结果的评估对比如表一。对于这些措施的评估输出的图像将与原始的、为受损的图像进行比较。从表可以看出对于CBMF的MSE和NMSE评估在任何情况下比所有的中值滤波器都要小。

3硬件结构体系

自适应滤波器的结构包括四个基本功能单位、移动窗口单位、中位数的计算单位、算术运算的单位与输出选择单位。输入的系统的数据是图像邻域灰度值像素和噪声的阈值。滤波器的输出可以选择 3 × 3或 5 × 5图像附近的像素点。第一阶段是输入的数据以串行方式导入。这种方式,输入引脚的总数是24 (21投入输入的数据和时钟和控制信号3投入必需)。

输出数据是系统的合力灰度值计算的所选操作(8针脚)。用于存储输入的像素值和实现移动窗口操作的是移动窗口模块内部的内存系统。像素值输入的图像IMAGE_INPUT[7..0],简称能量吸收率是导入到此序列中的单元,表示用来检测噪声像素的13位的阈值是必要的。对于一个3 × 3 (5 × 5)的移动窗口操作使用像素蛇纹石类型的内存,组成的9 (25)注册。使用这种方式当窗口一如的图像领域仅有3 或5像素值存储是内存就会发生改变。使用"en5 ×5"控制信号选择图像窗口的大小的时en5 × 5等于0(1)3 × 3 (5 × 5)像素邻域处于选中状态。对于这些模块,当有需要时2-1多路复用器要选择适当的像素值。只有在使用5 × 5像素领域模块时,使能信号en5 × 5才为1。此单元的输出是行的像素值(3 或5,分别),即那些计算单元的输入值。计算单元的任务就是,当如有必要时计算图像领域的中值一边代替中心点的像素值。为了达到此效果我们需要利用25输入排序器。直到Batcher提出排序器结构,且其基于CS块的使用。一个CS 模块是一个最大/最小模块;它的第一个输出是输入的最大值,第二个输出是是最小值。CS模块实施包括一个比较器和一个2选1多路复用器。排序器的输出用OUT_0[7..0]、OUT_24[7..0],并作出25 初始像素值列表。2选1多路复用器用于 3 × 3 或5 × 5领域像素中值的输出。

算术运算单元的功能是计算值fabs(x),即通过比较作为自适应滤波器噪声阀值输出最后阶段的中值。输入单元的值是中央相熟周围领域的值。对于fab(x)数学表达式执行,此电路的数学表达式包括很多加法器模块。需要注意的是需要用到寄存器用来实现流水线的操作。另外2选1多路复用器被利用于相应的选择输出值,这就要取决于en5 × 5控制信号。从实施点方向看,算数快的使用适当的这一部分的电路满足要求。对于此选择,相应的噪声阀值是为相应的噪声阀值所计算,采用NOISE_THRESHOLD[12..0]表示。此值是同fabs(x)和比较的结果进行分类不论是作为脉冲噪声或不的中央像素相比较的。如果fabs(x)值大于阈值fthreshold(x)则中央的像素是积极的还是消极的脉冲噪声并且需要要被淘汰。为此,比较的输出将被用作2选1多路复用器的信号,即输入信号是中央中央像素和是图像领域相关的中值。多路复用器的输出是输出阶段和适应滤波器电路的最终输出。CBMF的结构、计算过程的结构和上述所说的四个单元的设计如图3所示。

4.执行问题

目标结构将在FPGA上实现,FPGA结构具有低成本、高性能和相对灵活性的特点,并有使用Altera 公司的Max+plus ii软件包的功能。使用FPGA的EPF10K200SFC484-1装置的FLEX10KE 设备系列适用于要求高的密度的设计的设备系列和高I/O 计数。设备99%的逻辑单元格(9965/9984逻辑单元格)被用作电路的实施。系统的时钟频率为55MHZ。作为比较,执行的260 × 244像素的灰度图像的筛选奔腾4/2.4GHZ 的计算机上使用Matlab ?软件需要的时间的系统时间是约为7.2 秒,而相应的使用硬件的时间是约10.6 毫秒。系统的改造是为了以容纳windows系统的改造,要求只要少量的更改,就可以简单的方式做较大的改变。更具体地说,在第一单元的蛇纹石的内存和相应的大小后一个正方形的多路复用器增加的数目的定律。在第二个单位中,应修改排序器模块,并且在第三单元加法器增加的增加以下平方的规则。在最后一个单元中是没必要没有变化的。

5.结论

本文介绍的内容是基于中值滤波的新硬件的结构,是一种能够执行自适应的

传感器技术论文中英文对照资料外文翻译文献

中英文对照资料外文翻译文献 附件1:外文资料翻译译文 传感器新技术的发展 传感器是一种能将物理量、化学量、生物量等转换成电信号的器件。输出信号有不同形式,如电压、电流、频率、脉冲等,能满足信息传输、处理、记录、显示、控制要求,是自动检测系统和自动控制系统中不可缺少的元件。如果把计算机比作大脑,那么传感器则相当于五官,传感器能正确感受被测量并转换成相应输出量,对系统的质量起决定性作用。自动化程度越高,系统对传感器要求越高。在今天的信息时代里,信息产业包括信息采集、传输、处理三部分,即传感技术、通信技术、计算机技术。现代的计算机技术和通信技术由于超大规模集成电路的飞速发展,而已经充分发达后,不仅对传感器的精度、可靠性、响应速度、获取的信息量要求越来越高,还要求其成本低廉且使用方便。显然传统传感器因功能、特性、体积、成本等已难以满足而逐渐被淘汰。世界许多发达国家都在加快对传感器新技术的研究与开发,并且都已取得极大的突破。如今传感器新技术的发展,主要有以下几个方面: 利用物理现象、化学反应、生物效应作为传感器原理,所以研究发现新现象与新效应是传感器技术发展的重要工作,是研究开发新型传感器的基础。日本夏普公司利用超导技术研制成功高温超导磁性传感器,是传感器技术的重大突破,其灵敏度高,仅次于超导量子干涉器件。它的制造工艺远比超导量子干涉器件简单。可用于磁成像技术,有广泛推广价值。 利用抗体和抗原在电极表面上相遇复合时,会引起电极电位的变化,利用这一现象可制出免疫传感器。用这种抗体制成的免疫传感器可对某生物体内是否有这种抗原作检查。如用肝炎病毒抗体可检查某人是否患有肝炎,起到快速、准确作用。美国加州大学巳研制出这类传感器。 传感器材料是传感器技术的重要基础,由于材料科学进步,人们可制造出各种新型传感器。例如用高分子聚合物薄膜制成温度传感器;光导纤维能制成压力、流量、温度、位移等多种传感器;用陶瓷制成压力传感器。

图像处理中值滤波器中英文对照外文翻译文献

中英文资料对照外文翻译 一、英文原文 A NEW CONTENT BASED MEDIAN FILTER ABSTRACT In this paper the hardware implementation of a contentbased median filter suitabl e for real-time impulse noise suppression is presented. The function of the proposed ci rcuitry is adaptive; it detects the existence of impulse noise in an image neighborhood and applies the median filter operator only when necessary. In this way, the blurring o f the imagein process is avoided and the integrity of edge and detail information is pre served. The proposed digital hardware structure is capable of processing gray-scale im ages of 8-bit resolution and is fully pipelined, whereas parallel processing is used to m inimize computational time. The architecturepresented was implemented in FPGA an d it can be used in industrial imaging applications, where fast processing is of the utm ost importance. The typical system clock frequency is 55 MHz. 1. INTRODUCTION Two applications of great importance in the area of image processing are noise filtering and image enhancement [1].These tasks are an essential part of any image pro cessor,whether the final image is utilized for visual interpretation or for automatic an alysis. The aim of noise filtering is to eliminate noise and its effects on the original im age, while corrupting the image as little as possible. To this end, nonlinear techniques (like the median and, in general, order statistics filters) have been found to provide mo re satisfactory results in comparison to linear methods. Impulse noise exists in many p ractical applications and can be generated by various sources, including a number of man made phenomena, such as unprotected switches, industrial machines and car ign ition systems. Images are often corrupted by impulse noise due to a noisy sensor or ch annel transmission errors. The most common method used for impulse noise suppressi on n forgray-scale and color images is the median filter (MF) [2].The basic drawback o f the application of the MF is the blurringof the image in process. In the general case,t he filter is applied uniformly across an image, modifying pixels that arenot contamina ted by noise. In this way, the effective elimination of impulse noise is often at the exp ense of an overalldegradation of the image and blurred or distorted features[3].In this paper an intelligent hardware structure of a content based median filter (CBMF) suita ble for impulse noise suppression is presented. The function of the proposed circuit is to detect the existence of noise in the image window and apply the corresponding MF

中英文参考文献格式

中文参考文献格式 参考文献(即引文出处)的类型以单字母方式标识: M——专著,C——论文集,N——报纸文章,J——期刊文章,D——学位论文,R——报告,S——标准,P——专利;对于不属于上述的文献类型,采用字母“Z”标识。 参考文献一律置于文末。其格式为: (一)专著 示例 [1] 张志建.严复思想研究[M]. 桂林:广西师范大学出版社,1989. [2] 马克思恩格斯全集:第1卷[M]. 北京:人民出版社,1956. [3] [英]蔼理士.性心理学[M]. 潘光旦译注.北京:商务印书馆,1997. (二)论文集 示例 [1] 伍蠡甫.西方文论选[C]. 上海:上海译文出版社,1979. [2] 别林斯基.论俄国中篇小说和果戈里君的中篇小说[A]. 伍蠡甫.西方文论选:下册[C]. 上海:上海译文出版社,1979. 凡引专著的页码,加圆括号置于文中序号之后。 (三)报纸文章 示例 [1] 李大伦.经济全球化的重要性[N]. 光明日报,1998-12-27,(3) (四)期刊文章 示例 [1] 郭英德.元明文学史观散论[J]. 北京师范大学学报(社会科学版),1995(3). (五)学位论文 示例 [1] 刘伟.汉字不同视觉识别方式的理论和实证研究[D]. 北京:北京师范大学心理系,1998. (六)报告 示例 [1] 白秀水,刘敢,任保平. 西安金融、人才、技术三大要素市场培育与发展研究[R]. 西安:陕西师范大学西北经济发展研究中心,1998. (七)、对论文正文中某一特定内容的进一步解释或补充说明性的注释,置于本页地脚,前面用圈码标识。 参考文献的类型 根据GB3469-83《文献类型与文献载体代码》规定,以单字母标识: M——专著(含古籍中的史、志论著) C——论文集 N——报纸文章 J——期刊文章 D——学位论文 R——研究报告 S——标准 P——专利 A——专著、论文集中的析出文献 Z——其他未说明的文献类型 电子文献类型以双字母作为标识: DB——数据库 CP——计算机程序 EB——电子公告

机械设计设计外文文献翻译、中英文翻译、外文翻译

机械设计 摘要:机器是由机械装置和其它组件组成的。它是一种用来转换或传递能量的装置,例如:发动机、涡轮机、车辆、起重机、印刷机、洗衣机、照相机和摄影机等。许多原则和设计方法不但适用于机器的设计,也适用于非机器的设计。术语中的“机械装置设计”的含义要比“机械设计”的含义更为广泛一些,机械装置设计包括机械设计。在分析运动及设计结构时,要把产品外型以及以后的保养也要考虑在机械设计中。在机械工程领域中,以及其它工程领域中,所有这些都需要机械设备,比如:开关、凸轮、阀门、船舶以及搅拌机等。 关键词:设计流程设计规则机械设计 设计流程 设计开始之前就要想到机器的实际性,现存的机器需要在耐用性、效率、重量、速度,或者成本上得到改善。新的机器必需具有以前机器所能执行的功能。 在设计的初始阶段,应该允许设计人员充分发挥创造性,不要受到任何约束。即使产生了许多不切实际的想法,也会在设计的早期,即在绘制图纸之前被改正掉。只有这样,才不致于阻断创新的思路。通常,还要提出几套设计方案,然后加以比较。很有可能在这个计划最后决定中,使用了某些不在计划之内的一些设想。 一般的当外型特点和组件部分的尺寸特点分析得透彻时,就可以全面的设计和分析。接着还要客观的分析机器性能的优越性,以及它的安全、重量、耐用性,并且竞争力的成本也要考虑在分析结果之内。每一个至关重要的部分要优化它的比例和尺寸,同时也要保持与其它组成部分相协调。 也要选择原材料和处理原材料的方法。通过力学原理来分析和实现这些重要的特性,如那些静态反应的能量和摩擦力的最佳利用,像动力惯性、加速动力和能量;包括弹性材料的强度、应力和刚度等材料的物理特性,以及流体润滑和驱动器的流体力学。设计的过程是重复和合作的过程,无论是正式或非正式的进行,对设计者来说每个阶段都很重要。 最后,以图样为设计的标准,并建立将来的模型。如果它的测试是符合事先要

无线传感器网络论文中英文资料对照外文翻译

中英文资料对照外文翻译 基于网络共享的无线传感网络设计 摘要:无线传感器网络是近年来的一种新兴发展技术,它在环境监测、农业和公众健康等方面有着广泛的应用。在发展中国家,无线传感器网络技术是一种常用的技术模型。由于无线传感网络的在线监测和高效率的网络传送,使其具有很大的发展前景,然而无线传感网络的发展仍然面临着很大的挑战。其主要挑战包括传感器的可携性、快速性。我们首先讨论了传感器网络的可行性然后描述在解决各种技术性挑战时传感器应产生的便携性。我们还讨论了关于孟加拉国和加利 尼亚州基于无线传感网络的水质的开发和监测。 关键词:无线传感网络、在线监测 1.简介 无线传感器网络,是计算机设备和传感器之间的桥梁,在公共卫生、环境和农业等领域发挥着巨大的作用。一个单一的设备应该有一个处理器,一个无线电和多个传感器。当这些设备在一个领域部署时,传感装置测量这一领域的特殊环境。然后将监测到的数据通过无线电进行传输,再由计算机进行数据分析。这样,无线传感器网络可以对环境中各种变化进行详细的观察。无线传感器网络是能够测量各种现象如在水中的污染物含量,水灌溉流量。比如,最近发生的污染涌流进中国松花江,而松花江又是饮用水的主要来源。通过测定水流量和速度,通过传感器对江水进行实时监测,就能够确定污染桶的数量和流动方向。 不幸的是,人们只是在资源相对丰富这个条件下做文章,无线传感器网络的潜力在很大程度上仍未开发,费用对无线传感器网络是几个主要障碍之一,阻止了其更广阔的发展前景。许多无线传感器网络组件正在趋于便宜化(例如有关计算能力的组件),而传感器本身仍是最昂贵的。正如在在文献[5]中所指出的,成功的技术依赖于

IIR数字滤波器的设计外文文献以及翻译

IIR Digita Filter Design An important step in the development of a digital filter is the determination of a realizable transfer function G(z) approximating the given frequency response specifications. If an IIR filter is desired,it is also necessary to ensure that G(z) is stable. The process of deriving the transfer function G(z) is called digital filter design. After G(z) has been obtained, the next step is to realize it in the form of a suitable filter structure. In chapter 8,we outlined a variety of basic structures for the realization of FIR and IIR transfer functions. In this chapter,we consider the IIR digital filter design problem. The design of FIR digital filters is treated in chapter 10. First we review some of the issues associated with the filter design problem. A widely used approach to IIR filter design based on the conversion of a prototype analog transfer function to a digital transfer function is discussed next. Typical design examples are included to illustrate this approach. We then consider the transformation of one type of IIR filter transfer function into another type, which is achieved by replacing the complex variable z by a function of z. Four commonly used transformations are summarized. Finally we consider the computer-aided

中英文论文参考文献标准格式 超详细

超详细中英文论文参考文献标准格式 1、参考文献和注释。按论文中所引用文献或注释编号的顺序列在论文正文之后,参考文献之前。图表或数据必须注明来源和出处。 (参考文献是期刊时,书写格式为: [编号]、作者、文章题目、期刊名(外文可缩写)、年份、卷号、期数、页码。参考文献是图书时,书写格式为: [编号]、作者、书名、出版单位、年份、版次、页码。) 2、附录。包括放在正文内过份冗长的公式推导,以备他人阅读方便所需的辅助性数学工具、重复性数据图表、论文使用的符号意义、单位缩写、程序全文及有关说明等。 参考文献(即引文出处)的类型以单字母方式标识,具体如下: [M]--专著,著作 [C]--论文集(一般指会议发表的论文续集,及一些专题论文集,如《***大学研究生学术论文集》[N]-- 报纸文章 [J]--期刊文章:发表在期刊上的论文,尽管有时我们看到的是从网上下载的(如知网),但它也是发表在期刊上的,你看到的电子期刊仅是其电子版 [D]--学位论文:不区分硕士还是博士论文 [R]--报告:一般在标题中会有"关于****的报告"字样 [S]-- 标准 [P]--专利 [A]--文章:很少用,主要是不属于以上类型的文章 [Z]--对于不属于上述的文献类型,可用字母"Z"标识,但这种情况非常少见 常用的电子文献及载体类型标识: [DB/OL] --联机网上数据(database online) [DB/MT] --磁带数据库(database on magnetic tape) [M/CD] --光盘图书(monograph on CDROM) [CP/DK] --磁盘软件(computer program on disk) [J/OL] --网上期刊(serial online) [EB/OL] --网上电子公告(electronic bulletin board online) 很显然,标识的就是该资源的英文缩写,/前面表示类型,/后面表示资源的载体,如OL表示在线资源 二、参考文献的格式及举例 1.期刊类 【格式】[序号]作者.篇名[J].刊名,出版年份,卷号(期号)起止页码. 【举例】 [1] 周融,任志国,杨尚雷,厉星星.对新形势下毕业设计管理工作的思考与实践[J].电气电子教学学报,2003(6):107-109. [2] 夏鲁惠.高等学校毕业设计(论文)教学情况调研报告[J].高等理科教育,2004(1):46-52. [3] Heider, E.R.& D.C.Oliver. The structure of color space in naming and memory of two languages [J]. Foreign Language Teaching and Research, 1999, (3): 62 67. 2.专著类

外文翻译中文

运作整合 供应链协作的首要问题是提高运作整合的程度。供应链协作课达到的好处,直接关系到捕捉效率之间的职能的企业,以及全国的企业,构成了国内或国际供应链。本章重点阐述的挑战,一体化管理,由研究为什么一体化创造价值,并通过详列的挑战,双方的企业集成和供应链整合。必不可少的供应链流程是确定的。注意的是,然后向信息技术提供,以方便集成化供应链规划。本章最后审查了定价。在最后的分析,定价的做法和政府是至关重要的供应链的连续性。 为什么整合创造价值 基本的优点与挑战的综合管理介绍了在第1章。进一步解释整合管理的重要性,有用的指出客户都至少有三个角度的价值。 传统的角度来看,价值是经济价值。第二个价值的角度来看,是市场价值。 实现双方经济和市场价值是很重要的客户。然而,越来越多的企业认识到商业上的成功也取决于第三个角度来看,价值,被称为关联性。 物流一体化目标 为实现物流一体化的供应链背景下,6个业务目标必须同时取得:( 1 )响应,( 2 )差额减少,( 3 )库存减少,( 4 )托运巩固,( 5 )质量,( 6 )生命周期支持。的相对重要性,每个直接关系到公司的物流战略。 响应 一公司的工作能力,以满足客户的要求,及时被称为反应。作为一再指出,信息技术是促进反应为基础的战略,允许业务的承诺被推迟到最后可能时间,其次是加速投放。实施对应策略服务,以减少库存承诺或部署在预期客户的需求。响应服务转向业务重点从预测未来的需求,以容纳顾客对快速订单到出货的基础上。理想的情况是,在一个负责任的系统中,库存是没有部署,直到客户承诺。支持这样的承诺,公司必须有物流的属性,库存的可用性和及时交付,一旦客户订单收到。 差异减少 所有经营领域的物流系统很容易受到差额。方差结果从未能履行任何预期的层面后勤业务不如预期。举例来说,毫不拖延地在客户订单处理,意想不到的干扰,以便选择,抵港货物损坏,在客户的位置,和/或未能提供在适当的位置上的时间,所有创造无计划的差异,在订单到交货周期。一个共同的解决办法,以保障对不利的差异是使用库存安全库存,以缓冲行动。这亦是共同使用的首选运输,以克服意想不到的差异延误交货计划。这种做法,鉴于其相关的成本高,可以尽量减少使用资讯科技,以维持积极的物流控制。向程度的差异是最小化,物流的生产力将提高。因此,差异减少,消除系统中断,是一个基本的目标,综合物流管理。 库存减少 要达到的目标,库存减少,一个综合物流系统必须控制资产的承诺,并把速度。资产的承诺,是财政的价值部署清单。把速度,反映了利率,这是充实库存随着时间的推移。高转率,再加上预期的库存供货,平均资产用于库存正在迅速而有效利用,这就是整体资产承诺支持一个综合运作减至最低。 库存能够而且确实方便可取的好处这是很重要的要请记住。库存是至关重要的实现规模经济,在制造业和采购。目的是要减少和管理存货,以尽可能最低的水平,同时实现整体供应链绩效的目标。

压力传感器外文翻译

压力传感器 合理进行压力传感器的误差补偿是其应用的关键。压力传感器主要有偏移量误差、灵敏度误差、线性误差和滞后误差,本文将介绍这四种误差产生的机理和对测试结果的影响,同时将介绍为提高测量精度的压力标定方法以及应用实例。 目前市场上传感器种类丰富多样,这使得设计工程师可以选择系统所需的压力传感器。这些传感器既包括最基本的变换器,也包括更为复杂的带有片上电路的高集成度传感器。由于存在这些差异,设计工程师必须尽可能够补偿压力传感器的测量误差,这是保证传感器满足设计和应用要求的重要步骤。在某些情况下,补偿还能提高传感器在应用中的整体性能。 本文以摩托罗拉公司的压力传感器为例,所涉及的概念适用于各种压力传感器的设计应用。 摩托罗拉公司生产的主流压力传感器是一种单片压阻器件,该器件具有 3 类: 1.基本的或未加补偿标定; 2.有标定并进行温度补偿; 3.有标定、补偿和放大。 偏移量、范围标定以及温度补偿均可以通过薄膜电阻网络实现,这种薄膜电阻网络在封装过程中采用激光修正。 该传感器通常与微控制器结合使用,而微控制器的嵌入软件本身建立了传感器数学模型。微控制器读取了输出电压后,通过模数转换器的变换,该模型可以将电压量转换为压力测量值。传感器最简单的数学模型即为传递函数。该模型可在整个标定过程中进行优化,并且模型的成熟度将随标定点的增加而增加。 从计量学的角度看,测量误差具有相当严格的定义:它表征了测量压力与实际压力之间的差异。而通常无法直接得到实际压力,但可以通过采用适当的压力标准加以估计,计量人员通常采用那些精度比被测设备高出至少 10 倍的仪器作为测量标准。 由于未经标定的系统只能使用典型的灵敏度和偏移值将输出电压转换为压 力,测得的压力将产生如图 1 所示的误差。 这种未经标定的初始误差由以下几个部分组成: a.偏移量误差。由于在整个压力范围内垂直偏移保持恒定,因此变换器扩散和激光调节修正的变化将产生偏移量误差。 b.灵敏度误差,产生误差大小与压力成正比。如果设备的灵敏度高于典型值,灵敏度误差将是压力的递增函数(见图 1)。如果灵敏度低于典型值,那么灵敏度误差将是压力的递减函数。该误差的产生原因在于扩散过程的变化。

数字滤波器的外文翻译

FIR 数字滤波器的有限字长系数优化的比较研究 拜彻尔,泰勒,罗兰 威尔士大学纽波特学院运算工程学校 摘要:实时数字滤波器频率响应的精度受实现时系数约束条件即有限字长(FWL)的影响。该文仅考虑FIR 数字滤波器有关的FWL 问题。准确和近似响应之间的最大误差限的约束条件所对应的理论问题和统计误差值都进行了详细的研究。利用实数值遗传算法作为优化工具,并由若干设计案例的FWL 效应获得其最大误差限和误差值。由此,完成了简单凑整逼近、遗传算法优化、整数规划法,以及简单希尔登山者方法之间的比较。 关键词:实时数字滤波器; 有限字长;遗传算法;整数规划 1. 前言 FIR 数字滤波器广泛用于图像处理、移动通信、医疗电子,以及很多其他的信号处理应用。为降低能耗和提高运算量,截断系数到最短长度是有优势的。然而,该截断会引起滤波嚣设计参数的变化,在某些情况下这是不可接收的。此即优化问题,即尽可能地选择近似系数值的微小变化量,以便最好的服从设计规范标准。针对有限脉冲响应(FIR)滤波器形式结构的线性相位已被证明是鲁棒的,因而FWL 系数的自我实现的研究是极具有吸引力的[1]。FWL FIR 对称数字滤波器的研究涉及到一组系数的选择,从而这个新频率响应可以作为无限准确系数截断的一个结果,可以最大的接近所给定的规范频率响应。 已知的为解决该问题所使用的算法均基于两种方法:局部搜索法[2]和整数规划分支界限法[3,4]。局部搜索法需要选择一组可行的FWL 系数(称为四舍五入值),用以给出一个频率响应并用以检验H 的领域。同时要选定滤波器的传递函数,以便得到更好的滤波器H',即具有低误差函数的滤波器。如果找到了这样的一个滤波器H',那么便可用H'来代替H ,而算法即可进入下一步或者终止。分支界限算法涉及对一组可能解所构成的树的系统性修正,这些解依赖于由枚举总数所确定的下界值。这两种算法本质上计算密集,且不能保证全局优化。其问题即是在于进一步复合,使其更加灵敏以便增加滤波器长度。 2. FWL 系数及误差目标函数 用以导出FWL 系数的最常用定点算法是直接量化法。使用标准滤波器设计技术导出的高精度系数在该方法中首次被利用,以得出FWL 的量化系数。如下量化系数的起始解给出。 h ri =round[h ei 2B-1] i=0,1,2,...,N-1 (1) 这里,h ri 为四舍五入系数,hei 为高精度系数,B 为用以描述系数的位数,N 为滤波器长度。 优化过程的主要目的在于极小化目标函数,其明确目标为获得一个与期望的响应尽可能接近的滤波器频率响应。目标函数被用于500个等距频率的格点。 目标函数通过以下式来评价: }H max ,H 110max{max }H H 1{ObjV s p s s p p i i L s i 2 i P i 2 i -++-=∑∑== (2) H ip =遗传算法优化滤波器在通带中对应频率的幅值响应 H is =遗传算法优化滤波器在阻带中对应频率的幅值响应 L=频率格点的数目(500)

中英文参考文献格式

中英文参考文献格式! (細節也很重要啊。。)来源:李菲玥的日志 规范的参考文献格式 一、参考文献的类型 参考文献(即引文出处)的类型以单字母方式标识,具体如下: M——专著C——论文集N——报纸文章J——期刊文章 D——学位论文R——报告S——标准P——专利 A——文章 对于不属于上述的文献类型,采用字母“Z”标识。 常用的电子文献及载体类型标识: [DB/OL]——联机网上数据(database online) [DB/MT]——磁带数据库(database on magnetic tape) [M/CD]——光盘图书(monograph on CD ROM) [CP/DK]——磁盘软件(computer program on disk) [J/OL]——网上期刊(serial online) [EB/OL]——网上电子公告(electronic bulletin board online) 对于英文参考文献,还应注意以下两点: ①作者姓名采用“姓在前名在后”原则,具体格式是:姓,名字的首字母. 如:Malcolm R ichard Cowley 应为:Cowley, M.R.,如果有两位作者,第一位作者方式不变,&之后第二位作者名字的首字母放在前面,姓放在后面,如:Frank Norris 与Irving Gordon应为:Norri s, F. & I.Gordon.; ②书名、报刊名使用斜体字,如:Mastering English Literature,English Weekly。二、参考文献的格式及举例 1.期刊类 【格式】[序号]作者.篇名[J].刊名,出版年份,卷号(期号):起止页码. 【举例】 [1] 周融,任志国,杨尚雷,厉星星.对新形势下毕业设计管理工作的思考与实践[J].电气电子教学学报,2003(6):107-109.

传感器外文翻译

Basic knowledge of transducers A transducer is a device which converts the quantity being measured into an optical, mechanical, or-more commonly-electrical signal. The energy-conversion process that takes place is referred to as transduction. Transducers are classified according to the transduction principle involved and the form of the measured. Thus a resistance transducer for measuring displacement is classified as a resistance displacement transducer. Other classification examples are pressure bellows, force diaphragm, pressure flapper-nozzle, and so on. 1、Transducer Elements Although there are exception ,most transducers consist of a sensing element and a conversion or control element. For example, diaphragms,bellows,strain tubes and rings, bourdon tubes, and cantilevers are sensing elements which respond to changes in pressure or force and convert these physical quantities into a displacement. This displacement may then be used to change an electrical parameter such as voltage, resistance, capacitance, or inductance. Such combination of mechanical and electrical elements form electromechanical transducing devices or transducers. Similar combination can be made for other energy input such as thermal. Photo, magnetic and chemical,giving thermoelectric, photoelectric,electromaanetic, and electrochemical transducers respectively. 2、Transducer Sensitivity The relationship between the measured and the transducer output signal is usually obtained by calibration tests and is referred to as the transducer sensitivity K1= output-signal increment / measured increment . In practice, the transducer sensitivity is usually known, and, by measuring the output signal, the input quantity is determined from input= output-signal increment / K1. 3、Characteristics of an Ideal Transducer The high transducer should exhibit the following characteristics a) high fidelity-the transducer output waveform shape be a faithful reproduction of the measured; there should be minimum distortion. b) There should be minimum interference with the quantity being measured; the presence of the transducer should not alter the measured in any way. c) Size. The transducer must be capable of being placed exactly where it is needed.

英文引用及参考文献格式要求

英文引用及参考文献格式要求 一、参考文献的类型 参考文献(即引文出处)的类型以单字母方式标识,具体如下: M——专著C——论文集N——报纸文章 J——期刊文章D——学位论文R——报告 对于不属于上述的文献类型,采用字母“Z”标识。 对于英文参考文献,还应注意以下两点: ①作者姓名采用“姓在前名在后”原则,具体格式是:姓,名字的首字母.如:MalcolmRichardCowley应为:Cowley,M.R.,如果有两位作者,第一位作者方式不变,&之后第二位作者名字的首字母放在前面,姓放在后面,如:FrankNorris与IrvingGordon应为:Norris,F.&I.Gordon.; ②书名、报刊名使用斜体字,如:MasteringEnglishLiterature,EnglishWeekly。 二、参考文献的格式及举例 1.期刊类 【格式】[序号]作者.篇名[J].刊名,出版年份,卷号(期号):起止页码. 【举例】 [1]王海粟.浅议会计信息披露模式[J].财政研究,2004,21(1):56-58. [2]夏鲁惠.高等学校毕业论文教学情况调研报告[J].高等理科教育,2004(1):46-52. [3]Heider,E.R.&D.C.Oliver.Thestructureofcolorspaceinnamingandmemo ryoftwolanguages[J].ForeignLanguageTeachingandResearch,1999,(3):62–6 7. 2.专著类 【格式】[序号]作者.书名[M].出版地:出版社,出版年份:起止页码. 【举例】[4]葛家澍,林志军.现代西方财务会计理论[M].厦门:厦门大学出版社,2001:42. [5]Gill,R.MasteringEnglishLiterature[M].London:Macmillan,1985:42-45. 3.报纸类 【格式】[序号]作者.篇名[N].报纸名,出版日期(版次). 【举例】 [6]李大伦.经济全球化的重要性[N].光明日报,1998-12-27(3). [7]French,W.BetweenSilences:AVoicefromChina[N].AtlanticWeekly,198 715(33). 4.论文集 【格式】[序号]作者.篇名[C].出版地:出版者,出版年份:起始页码. 【举例】 [8]伍蠡甫.西方文论选[C].上海:上海译文出版社,1979:12-17. [9]Spivak,G.“CantheSubalternSpeak?”[A].InC.Nelson&L.Grossberg(e ds.).VictoryinLimbo:Imigism[C].Urbana:UniversityofIllinoisPress,1988, pp.271-313.

外文翻译中文版(完整版)

毕业论文外文文献翻译 毕业设计(论文)题目关于企业内部环境绩效审计的研究翻译题目最高审计机关的环境审计活动 学院会计学院 专业会计学 姓名张军芳 班级09020615 学号09027927 指导教师何瑞雄

最高审计机关的环境审计活动 1最高审计机关越来越多的活跃在环境审计领域。特别是1993-1996年期间,工作组已检测到环境审计活动坚定的数量增长。首先,越来越多的最高审计机关已经活跃在这个领域。其次是积极的最高审计机关,甚至变得更加活跃:他们分配较大部分的审计资源给这类工作,同时出版更多环保审计报告。表1显示了平均数字。然而,这里是机构间差异较大。例如,环境报告的数量变化,每个审计机关从1到36份报告不等。 1996-1999年期间,结果是不那么容易诠释。第一,活跃在环境审计领域的最高审计机关数量并没有太大变化。“活性基团”的组成没有保持相同的:一些最高审计机关进入,而其他最高审计机关离开了团队。环境审计花费的时间量略有增加。二,但是,审计报告数量略有下降,1996年和1999年之间。这些数字可能反映了从量到质的转变。这个信号解释了在过去三年从规律性审计到绩效审计的转变(1994-1996年,20%的规律性审计和44%绩效审计;1997-1999:16%规律性审计和绩效审计54%)。在一般情况下,绩效审计需要更多的资源。我们必须认识到审计的范围可能急剧变化。在将来,再将来开发一些其他方式去测算人们工作量而不是计算通过花费的时间和发表的报告会是很有趣的。 在2000年,有62个响应了最高审计机关并向工作组提供了更详细的关于他们自1997年以来公布的工作信息。在1997-1999年,这62个最高审计机关公布的560个环境审计报告。当然,这些报告反映了一个庞大的身躯,可用于其他机构的经验。环境审计报告的参考书目可在网站上的最高审计机关国际组织的工作组看到。这里这个信息是用来给最高审计机关的审计工作的内容更多一些洞察。 自1997年以来,少数环境审计是规律性审计(560篇报告中有87篇,占16%)。大多数审计绩效审计(560篇报告中有304篇,占54%),或组合的规律性和绩效审计(560篇报告中有169篇,占30%)。如前文所述,绩效审计是一个广泛的概念。在实践中,绩效审计往往集中于环保计划的实施(560篇报告中有264篇,占47%),符合国家环保法律,法规的,由政府部门,部委和/或其他机构的任务给访问(560篇报告中有212篇,占38%)。此外,审计经常被列入政府的环境管理系统(560篇报告中有156篇,占28%)。下面的元素得到了关注审计报告:影响或影响现有的国家环境计划非环保项目对环境的影响;环境政策;由政府遵守国际义务和承诺的10%至20%。许多绩效审计包括以上提到的要素之一。 1本文译自:S. Van Leeuwen.(2004).’’Developments in Environmental Auditing by Supreme Audit Institutions’’ Environmental Management Vol. 33, No. 2, pp. 163–1721

传感器技术外文文献及中文翻译

Sensor technology A sensor is a device which produces a signal in response to its detecting or measuring a property ,such as position , force , torque , pressure , temperature , humidity , speed , acceleration , or vibration .Traditionally ,sensors (such as actuators and switches )have been used to set limits on the performance of machines .Common examples are (a) stops on machine tools to restrict work table movements ,(b) pressure and temperature gages with automatics shut-off features , and (c) governors on engines to prevent excessive speed of operation . Sensor technology has become an important aspect of manufacturing processes and systems .It is essential for proper data acquisition and for the monitoring , communication , and computer control of machines and systems . Because they convert one quantity to another , sensors often are referred to as transducers .Analog sensors produce a signal , such as voltage ,which is proportional to the measured quantity .Digital sensors have numeric or digital outputs that can be transferred to computers directly .Analog-to-coverter(ADC) is available for interfacing analog sensors with computers . Classifications of Sensors Sensors that are of interest in manufacturing may be classified generally as follows: Machanical sensors measure such as quantities as positions ,shape ,velocity ,force ,torque , pressure , vibration , strain , and mass . Electrical sensors measure voltage , current , charge , and conductivity . Magnetic sensors measure magnetic field ,flux , and permeablity . Thermal sensors measure temperature , flux ,conductivity , and special heat . Other types are acoustic , ultrasonic , chemical , optical , radiation , laser ,and fiber-optic . Depending on its application , a sensor may consist of metallic , nonmetallic , organic , or inorganic materials , as well as fluids ,gases ,plasmas , or semiconductors .Using the special characteristics of these materials , sensors covert the quantity or property measured to analog or digital output. The operation of an ordinary mercury thermometer , for example , is based on the difference between the thermal expansion of mercury and that of glass. Similarly , a machine part , a physical obstruction , or barrier in a space can be detected by breaking the beam of light when sensed by a photoelectric cell . A proximity sensor ( which senses and measures the distance between it and an object or a moving member of a machine ) can be based on acoustics , magnetism , capacitance , or optics . Other actuators contact the object and take appropriate action ( usually by electromechanical means ) . Sensors are essential to the conduct of intelligent robots , and are being developed with capabilities that resemble those of humans ( smart sensors , see the following ). This is America, the development of such a surgery Lin Bai an example, through the screen, through a remote control operator to control another manipulator, through the realization of the right abdominal surgery A few years ago our country the

相关文档
最新文档