【测控专业英语】Signal Process信号处理

合集下载

专业英语翻译之数字信号处理

专业英语翻译之数字信号处理

Signal processingSignal processing is an area of electrical engineering and applied mathematics that deals with operations on or analysis of signals, in either discrete or continuous time, to perform useful operations on those signals. Signals of interest can include sound, images, time-varying measurement values and sensor data, for example biological data such as electrocardiograms, control system signals, telecommunication transmission signals such as radio signals, and many others. Signals are analog or digital electrical representations of time-varying or spatial-varying physical quantities. In the context of signal processing, arbitrary binary data streams and on-off signalling are not considered as signals, but only analog and digital signals that are representations of analog physical quantities.HistoryAccording to Alan V. Oppenheim and Ronald W. Schafer, the principles of signal processing can be found in the classical numerical analysis techniques of the 17th century. They further state that the "digitalization" or digital refinement of these techniques can be found in the digital control systems of the 1940s and 1950s.[2]Categories of signal processingAnalog signal processingAnalog signal processing is for signals that have not been digitized, as in classical radio, telephone, radar, and television systems. This involves linear electronic circuits such as passive filters, active filters, additive mixers, integrators and delay lines. It also involves non-linear circuits such ascompandors, multiplicators (frequency mixers and voltage-controlled amplifiers), voltage-controlled filters, voltage-controlled oscillators andphase-locked loops.Discrete time signal processingDiscrete time signal processing is for sampled signals that are considered as defined only at discrete points in time, and as such are quantized in time, but not in magnitude.Analog discrete-time signal processing is a technology based on electronic devices such as sample and hold circuits, analog time-division multiplexers, analog delay lines and analog feedback shift registers. This technology was a predecessor of digital signal processing (see below), and is still used in advanced processing of gigahertz signals.The concept of discrete-time signal processing also refers to a theoretical discipline that establishes a mathematical basis for digital signal processing, without taking quantization error into consideration.Digital signal processingDigital signal processing is for signals that have been digitized. Processing is done by general-purpose computers or by digital circuits such as ASICs, field-programmable gate arrays or specialized digital signal processors (DSP chips). Typical arithmetical operations include fixed-point and floating-point, real-valued and complex-valued, multiplication and addition. Other typical operations supported by the hardware are circular buffers and look-up tables. Examples of algorithms are the Fast Fourier transform (FFT), finite impulseresponse (FIR) filter, Infinite impulse response (IIR) filter, and adaptive filters such as the Wiener and Kalman filters1.Digital signal processingDigital signal processing (DSP) is concerned with the representation of signals by a sequence of numbers or symbols and the processing of these signals. Digital signal processing and analog signal processing are subfields of signal processing. DSP includes subfields like: audio and speech signal processing, sonar and radar signal processing, sensor array processing, spectral estimation, statistical signal processing, digital image processing, signal processing for communications, control of systems, biomedical signal processing, seismic data processing, etc.The goal of DSP is usually to measure, filter and/or compress continuousreal-world analog signals. The first step is usually to convert the signal from an analog to a digital form, by sampling it using an analog-to-digital converter (ADC), which turns the analog signal into a stream of numbers. However, often, the required output signal is another analog output signal, which requires a digital-to-analog converter (DAC). Even if this process is more complex than analog processing and has a discrete value range, the application of computational power to digital signal processing allows for many advantages over analog processing in many applications, such as error detection and correction in transmission as well as data compression.[1]DSP algorithms have long been run on standard computers, on specialized processors called digital signal processors (DSPs), or on purpose-built hardware such as application-specific integrated circuit (ASICs). Today thereare additional technologies used for digital signal processing including more powerful general purpose microprocessors, field-programmable gate arrays (FPGAs), digital signal controllers (mostly for industrial apps such as motor control), and stream processors, among others.[2]2. DSP domainsIn DSP, engineers usually study digital signals in one of the following domains: time domain (one-dimensional signals), spatial domain (multidimensional signals), frequency domain, autocorrelation domain, and wavelet domains. They choose the domain in which to process a signal by making an informed guess (or by trying different possibilities) as to which domain best represents the essential characteristics of the signal. A sequence of samples from a measuring device produces a time or spatial domain representation, whereas a discrete Fourier transform produces the frequency domain information, that is the frequency spectrum. Autocorrelation is defined as the cross-correlation of the signal with itself over varying intervals of time or space.3. Signal samplingMain article: Sampling (signal processing)With the increasing use of computers the usage of and need for digital signal processing has increased. In order to use an analog signal on a computer it must be digitized with an analog-to-digital converter. Sampling is usually carried out in two stages, discretization and quantization. In the discretization stage, the space of signals is partitioned into equivalence classes and quantization is carried out by replacing the signal with representative signal of the corresponding equivalence class. In the quantization stage the representative signal values are approximated by values from a finite set.The Nyquist–Shannon sampling theorem states that a signal can be exactly reconstructed from its samples if the sampling frequency is greater than twice the highest frequency of the signal; but requires an infinite number of samples . In practice, the sampling frequency is often significantly more than twice that required by the signal's limited bandwidth.A digital-to-analog converter is used to convert the digital signal back to analog. The use of a digital computer is a key ingredient in digital control systems. 4. Time and space domainsMain article: Time domainThe most common processing approach in the time or space domain is enhancement of the input signal through a method called filtering. Digital filtering generally consists of some linear transformation of a number of surrounding samples around the current sample of the input or output signal. There are various ways to characterize filters; for example:• A "linear" filter is a linear transformation of input samples; other filters are "non-linear". Linear filters satisfy the superposition condition, i.e. if an input is a weighted linear combination of different signals, the output is an equally weighted linear combination of the corresponding output signals.• A "causal" filter uses only previous samples of the input or output signals; while a "non-causal" filter uses future input samples. A non-causal filter can usually be changed into a causal filter by adding a delay to it.• A "time-invariant" filter has constant properties over time; other filters such as adaptive filters change in time.•Some filters are "stable", others are "unstable". A stable filter produces an output that converges to a constant value with time, or remains bounded within a finite interval. An unstable filter can produce an output that grows without bounds, with bounded or even zero input.• A "finite impulse response" (FIR) filter uses only the input signals, while an "infinite impulse response" filter (IIR) uses both the input signal and previous samples ofthe output signal. FIR filters are always stable, while IIR filters may be unstable.Filters can be represented by block diagrams which can then be used to derive a sample processing algorithm to implement the filter using hardware instructions. A filter may also be described as a difference equation, a collection of zeroes and poles or, if it is an FIR filter, an impulse response or step response.The output of a digital filter to any given input may be calculated by convolving the input signal with the impulse response.5. Frequency domainMain article: Frequency domainSignals are converted from time or space domain to the frequency domain usually through the Fourier transform. The Fourier transform converts the signal information to a magnitude and phase component of each frequency. Often the Fourier transform is converted to the power spectrum, which is the magnitude of each frequency component squared.The most common purpose for analysis of signals in the frequency domain is analysis of signal properties. The engineer can study the spectrum todetermine which frequencies are present in the input signal and which are missing.In addition to frequency information, phase information is often needed. This can be obtained from the Fourier transform. With some applications, how the phase varies with frequency can be a significant consideration.Filtering, particularly in non-realtime work can also be achieved by converting to the frequency domain, applying the filter and then converting back to the time domain. This is a fast, O(n log n) operation, and can give essentially any filter shape including excellent approximations to brickwall filters.There are some commonly used frequency domain transformations. For example, the cepstrum converts a signal to the frequency domain through Fourier transform, takes the logarithm, then applies another Fourier transform. This emphasizes the frequency components with smaller magnitude while retaining the order of magnitudes of frequency components.Frequency domain analysis is also called spectrum- or spectral analysis.6. Z-domain analysisWhereas analog filters are usually analysed on the s-plane; digital filters are analysed on the z-plane or z-domain in terms of z-transforms.Most filters can be described in Z-domain (a complex number superset of the frequency domain) by their transfer functions. A filter may be analysed in the z-domain by its characteristic collection of zeroes and poles.7. ApplicationsThe main applications of DSP are audio signal processing, audio compression, digital image processing, video compression, speech processing, speech recognition, digital communications, RADAR, SONAR, seismology, and biomedicine. Specific examples are speech compression and transmission in digital mobile phones, room matching equalization of sound in Hifi and sound reinforcement applications, weather forecasting, economic forecasting, seismic data processing, analysis and control of industrial processes, computer-generated animations in movies, medical imaging such as CAT scans and MRI, MP3 compression, image manipulation, high fidelity loudspeaker crossovers and equalization, and audio effects for use with electric guitar amplifiers8. ImplementationDigital signal processing is often implemented using specialised microprocessors such as the DSP56000, the TMS320, or the SHARC. These often process data using fixed-point arithmetic, although some versions are available which use floating point arithmetic and are more powerful. For faster applications FPGAs[3] might be used. Beginning in 2007, multicore implementations of DSPs have started to emerge from companies including Freescale and Stream Processors, Inc. For faster applications with vast usage, ASICs might be designed specifically. For slow applications, a traditional slower processor such as a microcontroller may be adequate. Also a growing number of DSP applications are now being implemented on Embedded Systems using powerful PCs with a Multi-core processor.(翻译)信号处理信号处理是电气工程与应用数学领域,在离散的或连续时间域处理和分析信号,以对这些信号进行所需的有用的处理。

测控技术与仪器专业课程中英文简介-电气工程及自动化学院

测控技术与仪器专业课程中英文简介-电气工程及自动化学院

目录《DSP原理及应用》课程中英文简介 (3)《毕业设计》课程中英文简介 (4)《测量仪器设计》课程中英文简介 (5)《传感技术及应用》课程中英文简介 (6)《磁测量》课程中英文简介 (7)《单片机功率接口技术》课程中英文简介 (8)《单片机原理及应用》课程中英文简介 (9)《单片机原理及应用课程设计》课程中英文简介 (10)《电气控制技术》课程中英文简介 (11)《电子测量原理》课程中英文简介 (12)《辐射测温学》课程中英文简介 (13)《高频电子线路》课程中英文简介 (14)《高速数字电路设计与应用》课程中英文简介 (15)《工程软件基础》课程中英文简介 (16)《光电检测技术》课程中英文简介 (17)《过程控制技术与系统》课程中英文简介 (18)《机器视觉及其应用》课程简介 (19)《精密测控电路与驱动技术》课程中英文简介 (20)《精密测量理论与技术》课程中英文简介 (22)《精密仪器设计》课程中英文简介 (23)《企业专家讲座》课程中英文简介 (24)《嵌入式系统设计》课程中英文简介 (25)《生产实习》课程中英文简介 (26)《数字逻辑与系统设计》课程简介 (28)《数字信号处理》(双语)课程中英文简介 (30)《微波技术基础》课程中英文简介 (32)《物理光学》课程中英文简介 (33)《误差理论与不确定度分析》课程中英文简介 (34)《信号与系统Ⅰ》课程中英文简介 (35)《信号与系统Ⅱ》课程中英文简介 (36)《虚拟仪器软件设计》课程中英文简介 (37)《仪器通用扩展接口及设计》课程中英文简介 (38)《应用光学》课程中英文简介 (39)《质量工程与可靠性设计》课程中英文简介 (41)《专业导论课》课程中英文简介 (42)《专业综合实践》课程中英文简介 (43)《自动测试系统》课程中英文简介 (44)《自动测试系统课程设计》课程中英文简介 (45)《自动检测技术》课程中英文简介 (46)《DSP原理及应用》课程中英文简介课程编码:SE01100200课程中文名称:DSP原理及应用课程英文名称:DSP Principle and Application总学时:32学分:2课程简介:本课程将对数字信号处理器(DSP)的特点、结构、基本原理和应用进行详细介绍。

测控专业英语词汇与短句(1)

测控专业英语词汇与短句(1)

Actuator 执行器correction 改正,修正Variable 变量feedback 反馈digital 数字的automatic 自动的adjust 调整sensor 传感器component 成分,组成open-loop 开环continuous 连续的setpoint 设定值coil 线圈on line 在线description 描述combination 结合robustness 鲁棒性logic unit 逻辑单元batch control 批次控制resolve 解决;决心drift 漂移nonlinear 非线性calibration 校准,刻度malfunction 故障hardness 硬度flexible 柔性的versatility 多功能性master control 主控制switch 开关corrective effect 纠正作用valve 阀simulation 模拟,仿真fuel flow 燃料流量diaphragm 谐振膜reference 参考equip 装备(vi)bumpless transfer 无扰动切换closed-loop 闭环damper 阻尼diode 二极管interrupt 中断international standards organization国际标准化组织hierarchical structure 层次结构inventory 详细目录库存存货optimize 最优化mimic 模仿的模拟的liquid crystal 液晶manipulated variable 操作量breakdown 故障,损坏key factors 关键因素relay 继电器condense 精简serial number 序列号general level 通用层scan time 扫描时间recovery time 恢复时间zero drift 零点漂移sensitivity 灵敏度control strategy 控制策略computer-integrated manufacturing计算机集成制造crank 曲柄artificial intelligence 人工智能monitor 监控compensate 补偿repeatable 可重复的dispersion 分散environmental control 环境控制cite 引用derate 减免auxiliary 辅助correspond 一致的ratio 比例frequency 频率bandwidth 带宽controller 控制器element 元件sense 检测,感知transducer 变送器computer analysis 计算机分析machine level 机器层control system 控制系统Measurement 测量selective 选择性的isolated 独立的capacitance 电容repetition 重复性signal transducer 信号变送器spring 弹簧external signal 外部信号on-off control 开关控制front panel 前面板optimal 最佳的deflection 偏差compensation 补偿detector 检测器reliability 可靠度derivative mode 微分模式control valve 控制阀interoperability 互操作性dynamic 动态(n;vi)validation 确认standardization 标准化numerical control 数值控制nonlinearity 非线性operational manual 操作指南output span 输出范围periodic 周期的oscillator 振荡器,振动器real-time control 实时控制blend 混合cell level 单元级purchase 采购random errors 随机误差pneumatic 气动的inaccurate 不准确response-time 响应时间diagnose 诊断interference 干扰restrict 限制;约束industrial computer 工业计算机integer 整数oscilloscope 示波器skipped periods 跳跃区间RMS-value 均方根servomechanism 伺服机构respond to 响应change in the load 负载的变化continuous manner连续方式hook up 链接sake 目的verify 查证,核实random 随机的economic community经济共同体amplitude 幅度condition 条件voltage 电压stable 稳定resistance 电阻conduct 引导consumer goods 消费商品alloy 合金extent 范围,程度ferric 铁的conduct 引导(vi)observer 观察者conclusion 结论misinterpret 曲解initial 最初的representation 表示法,代表restricted 受限制的intuition 直觉力preceding 在前的;前述的constitute 构成operational 操作的lower range limit 范围下限upper range limit 范围上限dead band 死区extent 范围single step 单步span 量程、跨度ideal value 理想值dispersion 分散散布set theory 集合论parameter 参数flow rate 流率statics 统计学quantitative data 定量数据qualitative data 定性数据potential 潜能、电压proportional mode 比例模式millivolt 毫伏oil refinery 炼油厂impedance 阻抗integral mode 积分模型maintenance 维护transmission 发射,发送,传播transfer function 传递函数wireless communication 无线通讯Laplace transform 拉普拉斯变换master control 主控制mainframe computer 大型计算机magnetic field 磁场fluctuate 波动fieldbus 现场总线hypothesis 假说;假设dynamic 动态的cost-effective 节省成本的celsius 摄氏的ambient 周围的,周围环境的pattern recognition 模式识别sample 采样protocol 草案;协议systematic error 系统误差procure 采购、获得increment 增量overload 过载block diagram 方框图time dalay 时滞、时延process control 过程控制batch control 批次控制distributed control system 分布式控制系统liquid crystal 液晶manual control 手动控制flexible 柔性的self-tuning 自调谐inventory 详细目录、库存、清册client-server model 客户-服务器模型appliance 器具、装置irradiate 发射、照射electrode 电极thermostat 恒温器1.Measurement theory treats measurements as a mapping of elements of a source setbelonging to the empirical domain space onto the elements of an image set which is part of the abstract range space.测量理论把测量看作是经验域空间的源集合的元素映射到图像集的元素,这是抽象距离空间的一部分2.The acquisition of structural information is called a qualitative measurement; theacquisition of metric information is called a quantitative measurement.结构信息的获取称为定性度量,度量信息的获取称为定量度量3.As opposed to a physical measurement the object of a non-physical measurementis often conscious of being measured.与物理测量相反,非物理测量的对象通常是有意识的被测量的。

自动控制原理专业英语词汇

自动控制原理专业英语词汇

自动原理控制专业英语词汇线性反馈系统的稳定性辅助多项式:Auxiliary polynomial相对稳定性:Relative stabilityRouth-Hurwitz判据:Routh-Hurwitz criterion稳定性:Stability稳定系统:Stable system根轨迹法出射角:Angle of departure渐近线:Asymptote渐近中心:Asymptote centroid分离点:Breakaway point轨迹:Locus根轨迹的条数:Number of separate loci参数设计:Parameter design根轨迹:Root locus根轨迹法:Root locus method实轴上的根轨迹段:Root locus segments on the real axis根灵敏度:Root sensitivity频率响应方法带宽:BandwidthBode 图:Bode plot截止频率:Break frequency转折频率:Corner frequency分贝(db):Decibel (DB)Fourier变换:Fourier transform频率响应:Frequency response对数幅值:Logarithmic magnitude对数坐标图:Logarithmic plot频率响应的最大值:Maximum value of the frequency最小相位:Minimum phase固有频率:Natural frequency非最小相位:Nonminimum phase极坐标图:Polar plot谐振频率:Resonant frequency频率特性函数:Transfer function in the frequency domain频域稳定性Cauchy定理:Cauchy thorem闭环频率响应:Closed-loop frequency response保角映射:Conformal mapping围线映射:Conrour map增益裕度:Gain marginNichols图:Nichols chartNyquist 稳定性判据:Nyquist stability criterion相角裕度:Phase margin幅角原理:Principle of the argument时延:Time delay反馈控制系统设计串联校正网络:Cascade compensation network校正:Compensation数字控制系统幅值量化误差:Amplitude quantization error数字计算机校正网络:Digital computer compensator数字控制系统:Digital control system采样数据:Sampled data数据采样系统:Sampled-data system式样周期:Sampling period数据采样系统的稳定性:Stability of a sampled-data system z平面:z-planez变换:z-transforma. c .balance indicator,交流平衡指示器a. c. bridge,交流电桥a. c. current calibrator,交流电流校准器a. c. current distortion,交流电流失真a. c. induced polarization instrument,交流激电仪a. c. potentiometer,交流电位差计a. c. resistance box,交流电阻箱a. c. standard resistor,交流标准电阻器a. c. voltage distortion,交流电压校准器a. c. voltage distortion,交流电压失真Abbe comparator,阿贝比长仪aberration,象差ability of anti prereduced component,抗先还原物质能力ablative thickness transducer [sensor],烧蚀厚度传感器abrasion testing machine,磨损试验机absolute calibration,绝对法校准absolute coil,独立线圈absolute error,绝对误差(absolute)error of measurement,测量的(绝对)误差absolute gravimeter,绝对重力仪absolute gravity survey,绝对重力测量absolute humidity,绝对湿度absolute method,绝对法absolute moisture of the soil,土壤(绝对)湿度absolute pressure,绝对压力absolute(pressure transducer,绝对压力表absolute pressure transducer[sensor],绝对压力传感器absolute read-out,单独读出absolute resolution,绝对分辨率absolute salinity,绝对盐度absolute stability,绝对稳定性absolute stability of a linear system,线性系统的绝对稳定性absolute static pressure of the fluid,流体绝对静压absolute temperature scale,绝对温标absorbance,吸光度absorbed current image,吸收电流象absorptance,吸收比absorptiometer,吸收光度计absorption cell,吸收池absorption coefficient,吸收系数absorption correction,吸收修正absorption edges,吸收边absorption factor,吸收系数absorption hygrometer,吸收温度表absorption spectrum,吸收光谱absorption X-ray spectrometry,吸收X射线谱法absorptivity,吸收率absorptivity of an absorbing,吸引材料的吸收率abstract system,抽象系统abundance sensityivity,丰度灵敏度AC-ACLVDT displacement transducer,交流差动变压器式位移传感器accelerated test,加速试验accelerating voltage,加速电压acceleration,加速度acceleration error coefficient,加速度误差系数acceleration of gravity,重力加速度acceleration simulator,加速度仿真器acceleration transducer[sensor],加速度传感器accelerometer,加速度计acceptance of the mass filter,滤质器的接收容限acceptance test,验[交]收检验access,存取 access time,存取时间accessibility,可及性accessories of testing machine,试验机附件accessory(for a measuring instrument),(测量仪表的)附件accessory hardware,附属硬件accessory of limited interchangeability,有限互换附件accumulated error,积累误差accumulated time difference,累积时差accumulative raingauge,累积雨量器accumulator,累加器accuracy,精[准]确度accuracy class,精[准]确度等级accuracy limit factor(of a protective current transformer), (保护用电流互感器的)精确度极限因数accuracy of measurement,测量精[准]确度accuracy of the wavelength,波长精确度accuracy rating,精确度限acetylene(pressure)gauge,乙炔压力表acetylene regulator,乙炔减压器acoustic amplitude logger,声波幅度测井仪acoustic beacon,水声信标acoustic current meter,声学海流计acoustic element,声学元件acoustic emission,声发射acoustic emission amplitude,声发射振幅acoustic emission analysis system,声发射分析系统acoustic emission detection system,声发射检测系统acoustic emission detector,声发射检测仪acoustic emission energy,声发射能量acoustic emission event,声发射事件acoustic emission preamplifier,声发射前置放大器acoustic emission pulser,声发射脉冲发生器acoustic emission rate,声发射率acoustic emission signal processor[conditioner],声发射信号处理器acoustic emission rate,声发射信号acoustic emission source location and analysis system,声发射源定位及分析系统acoustic emission source location system,声发射源定位系统acoustic emission source,声发射源acoustic emission spectrum,声发射频谱acoustic emission technique,声发射技术acoustic emission transducer[sensor],声发射换能器acoustic fatigue,声疲劳acoustic impedance,声阻抗acoustic logging instrument,声波测井仪acoustic malfunction,声失效acoustic matching layer,声匹配层acoustic(quantity)transducer[sensor],声(学量)传感器acoustic ratio,声比acoustic releaser,声释放器acoustic resistance,声阻acoustic thermometer,声学温度计;声波温度表acoustic tide gauge,回声验潮仪acoustic transponder,声应答器acoustical frequency electric,声频大地电场仪acoustical hologram,声全息图acoustical holography,声全息acoustical holography by electron-beam scanning,电子束扫描声全息acoustical holography by laser scanning,激光束扫描声全息acoustical holography by mechanical scanning,机械扫查声全息acoustical imaging by Bragg diffraction,布拉格衍射声成像acoustical impedance method,声阻法acoustical lens,声透镜acoustically transparent pressure vessel,透声压力容器acquisition time,取数据时间actinometer,光能计;直接日射强度表;日射表(active)energy meter,(有功)电度表active gauge length,有效基长active gauge width,有效基宽active metal indicated electrode,活性金属指示电极active remote sensing,主动遥感active transducer[sensor],有源传感器activity,活度 activity coefficient,活度系数actual material calibration,实物校准actual time of observation,实际观测时间actual transformation ratio of voltage transformer,电压互感器的实际变化actral transformation ratio of current transformer,电流互感器的实际变化actual value,实际值actual voltage ratio,实际电压比actuator,执行机构;驱动器actuator bellows,执行机构波纹管actuator load,执行机构负载actuator power unit,执行机构动力部件actuator sensor interface(ASI),执行器传感器接口actuator shaft,执行机构输出轴actuator spring,执行机构弹簧actuator stem,执行机构输出杆actuator stem force,执行机构刚度actuator travel characteristic,执行机构行程特性adaptation layer,适应层adaptive control,(自)适应控制adaptive control system,适应控制系统adaptive controller,适应控制器adaptive prediction,适应预报adaptive telemetering system,适应遥测系统adder,加法器addition method,叠加法additional correction,补充修正additivity of mass spectra,质谱的可迭加性address,地址 adiabatic calorimeter,绝热式热量计adjust buffer total ion strength,总离子强度调节缓冲剂adjustable cistern barometer,动槽水银气压表adjustable relative humidity range,相对湿度可调范围adjustable temperature range,温度可调范围adjusted retention time,调整保留时间adjusted retention volume,调整保留体积adjuster,调整机构;调节器adjustment,调整adjustment bellows,调节波纹管adjustment device,调整装置adjusting pin,校正针adsorbent,吸附剂adsorption chromatography,吸附色谱法aerial camera,航空照相机aerial remote sensing,航空遥感aerial surveying camera,航摄仪aerodynamic balance,空气动力学天平aerodynamic noise,气体动力噪声aerograph,高空气象计aerogravity survey,航空重力测量aerometeorograph,高空气象计aerosol,县浮微料;气溶胶aging of column,柱老化agitator,搅拌器agricultural analyzer,农用分析仪air-borne gravimeter,航空重力仪air capacitor,空气电容器air consumption,耗气量air damper,空气阻尼器air-deployable buoy,空投式极地浮标air-drop automatic station,空投自动气象站air duct,风道air gun,空气枪air inlet,进风口air lock,气锁阀air-lock device,锁气装置air outlet,回风口air pressrue balance,空气压力天平air pressure test,空气压力试验air sleeve,风(向)袋air temperature,气温air-tight instrument,气密式仪器仪表air to close,气关air to open,气开airborne electromagnetic system;AEM system,航空电磁系统airborne flux-gate magnetometer,航空磁通门磁力仪airborne gamma radiometer,航空伽玛辐射仪airborne gamma spectrometer,航空伽玛能谱仪airborne infrared spectroradiometer,机载红外光谱辐射计airborne optical pumping magnetometer,航空光泵磁力仪airborne proton magnetometer,航空甚低频电磁系统airborne XBT,机载投弃式深温计airgun controller,气控制器airmeter,气流表alarm summery panel,报警汇总画面alarm unit,报警单元albedograph,反射计alcohol thermometer,酒精温度表algorithm,算法 algorithmic language,算法语言alidade,照准仪alignment instrument,准线仪alkali flame ionization detector(AFID),碱焰离子化检测器alkaline error,碱误差alkalinity of seawater,海水碱度all-sky camera,全天空照相机all-weather wind vane and anemometer,全天候风向风速计allocation problem,配置问题;分配问题allowable load impedance,允许的负载阻抗allowable pressure differential,允许压差allowable unbalance,许用不平衡量alpha spectrometer,α粒子能谱仪alternating[exchange]load,交变负荷alternating-current linear variable differential transformer(AC-ACLVDT), 交流极谱仪alternating temperature humidity test chamber,交变湿热试验箱altimeter,高度计altitude angle,高度角altitude meter,测高仪ambient humidity range,环境湿度范围ambient pressure,环境压力ambient pressure error,环境压力误差ambient temperature,环境ambient temperature range,环境温度范围ambient vibration,环境振动ambiguity error,模糊误差ammeter,电流表ammonia(pressure)gauge,氨压力表amount of precipitation,雨量amount of unbalance,不平衡量amount of unbalance indicatior,不平衡量指示器ampere-hour meter,安时计amplitude,幅值amplitude detector module,振幅检测组件amplitude error,振幅误差amplitude modulation(AM),幅度调制;调幅amplitude-phase error,幅相误差amplitude ratio-phase difference instrument,振幅比—相位差仪amplitude response,幅值响应analog computer,模拟计算机analog control,模拟控制analog data,模拟数据analog deep-level seismograhp,模拟深层地震仪analog input,模拟输入analog magnetic tape record type strong-motion instrument,模拟磁带记录强震仪analog model,模拟模型analog output,模拟输出analog seismograph tape recorder,模拟磁带地震记录仪analog simulation,模拟仿真analog stereopotter,模拟型立体测图仪analog superconduction magnetometer,模拟式超导磁力仪analog system,模拟系统analog telemetering system,模拟遥测系统analog-to-digital conversion accuracy,模-数转换精确度analog-to-digital conversion rate,模-数转换速度analog transducer[sensor],模拟传感器analogue computer,模拟计算单元analogue date,模拟数据analogue measuring instrument,模拟式测量仪器仪表analogue representation of a physical quantity,物理量的模拟表示analogue signal,模拟试验analogue-digital converter;A/D converter,模-数转换器;A/D转换器analogue-to-digital conversion,模/数转[变]换analysis of simulation experiment,仿真实验分析analytical balance,分析天平analytical electron microscope,分析型电子显微镜analytical gap,分析间隙analytical instrument,分析仪器analytical line,分析线analytical plotter,解析测图仪analyzer tube,分析管anechoic chamber,消声室;电波暗室anechoic tank,消声水池anemograph,风速计anemometer,风速表anemometer meast,测风杆anemometer tower,测风塔aneroid barograph,空盒气压计aneroid barometer,空盒气压表;空盒气压计aneroidograph,空盒气压计angle,角度angle beam technique,斜角法angle beam testing,斜角法angle form,角型angle of attach,冲角angle of field of view,视场角angle of incidence,入射角angle of refraction,折射角angle of spread,指向角;半扩散角angle of view of telescope,望远镜视场角angle of X-ray projiction,X射线辐射圆锥角angle probe,斜探头angle resolved electron spectroscopy(ARES),角分辨电子谱法angle strain,角应变angle transducer[sensor],角度传感器anglg-attack transducer[sensor],迎角传感器angle valve,角形阀angular acceleration,角加速度angular acceleration transducer[sensor],角加速度传感器angular displacement,角加速度传感器angular displacement,角位移angular displacement grationg,角位移光栅angular encoder,角编码器angular sensitivity,角灵敏度angular velocity transducer[sensor],角速度传感器annular coil clearance,环形线圈间隙annular space,环形间隙annunciator,信号源anode,阳极answering,应答anti-cavitation valve,防空化阀anti-contamination device,防污染装置anti-coupling bi-frequency induced polarization instrument,抗耦双频激电仪anti-magnetized varistor,消磁电压敏电阻器antiresonance,反共振antiresonance frequency,反共振频率anti-stockes line,反斯托克线aperiodic dampong,非周期阻尼;过阻尼aperiodic vibration,非周期振动aperture,光阑aperture of pressure difference,压差光阑aperture photographic method,针孔摄影法aperture stop,孔径光栏aperture time,空隙时间apparatus for measuring d.c.magnetic characteristic with ballistic galvanometer, 冲击法直流磁特性测量装置apparent temperature,表观温度appearance potentical,出现电位appearance potential spectrometer,出现电热谱仪appearance potential spectrometer(APS),出现电热谱法application layer(AL),应用层application layer protocol specification,应用层协议规范application layer service definition,应用室服务定义application software,应用软件approval,批准approximate absolute temperature scale,近似绝对温标aqueous vapour,水汽arc suppressing varstor,消弧电压敏电阻器arctic buoy,极地浮标area effect,面积影响area location,区域定位area of cross section of the main air flow,主送风方向横截面积argon-ion gun,氩离子枪annular chamber,环室argon ionization detector,氩离子化检测器arithmetic logic unit(ALU),算术逻辑运算单元arithmetic mean,算术平均值arithmetic weighted mean,算术加权平均值arithmetical mean deviation of the(foughness)profile,(粗糙度)轮廓的算术平均偏差arm error,不等臂误差armature,动铁芯array,阵,阵列array configuration,阵排列arrester varistor,防雷用电压敏电阻器articulated robot,关节型机器人artificial defect,人工缺陷artificial environment,人工环境artificial field method instrument,人工电场法仪器artificial intelligence,人工智能artificial seawater,人工海水ash fusion point determination meter,异步通信接口适配器asynchronous input,异步输入asynchronous transmission,异步传输atmidometer,蒸发仪,蒸发表atmometer,蒸发仪;蒸发表atmoradiograph,天电强度计atmosphere,气氛atmospheric counter radiation,天气向下辐射atmospheric electricity,大气电atmospheric opacity,大气不透明度atmospheric pressure,气压atmospheric pressure altimeter,气压高度计atmospheric pressure ionization(API),大气压电离atmospherics,天电;远程雷电atom force microscope,原子力显微镜atomic absorption spectrometry,原子吸收光谱法atomic fluorescence spectrophotometer,原子荧光光度计atomic fluorescence spectrometry,原子荧光光谱法atomic mass unit,原子质量单位atomic number correction,原子序数修正atomin spectrum,原子光谱atomic-absorption spectrophotometer,原子吸收分光光度计atomization,原子化atomizer,原子化器attenuation,衰减attenuation coefficient,衰减系数attenuation length,衰减长度attenuator,衰减器attitude,姿态attitude transducer[sensor],姿态传感器audio monitor,监听器audio-frequency spectrometer,声频频谱仪audit,审核Auger electron energy spectrometer(AEES),俄歇电子能谱仪Auger electron image,俄歇电子象Auger electron spectrometer,俄歇电子能谱仪Auger electron spectroscopy(AES),俄歇电子能谱法aurora,极光auto-compensation logging instrument,电子自动测井仪auto-compound current transformer,自耦式混合绕组电流互感器auto-polarization compensator,自动极化补偿器autocorrelation function,自相关函数automatic a.c.,d.c.B-H curve tracer,交、直流磁特性自动记录装置automatic balancing machine,自动平衡机automatic control,自动控制automatic control souce of vacuum,真空自动控制电源automatic control system,自动控制系统automatic data processing,自动数据处理automatic exposure device,自动曝光装置automatic feeder for brine,盐水溶液自动补给器automatic focus and stigmator,自动调焦和消象散装置automatic level,自动安平水准仪automatic levelling compensator,视轴安平补偿器automatic/manual station;A/M station,自动/手动操作器automatic programming,自动程度设计automatic radio wind wane and anemometer,无线电自动风向风速仪automatic railway weigh bridge,电子轨道衡automatic scanning,自动扫查automatic spring pipette,自动弹簧式吸液管automatic testing machine,自动试验机automatic titrator,自动滴定仪automatic tracking,自动跟踪automatic vertical index,竖直度盘指标补偿器automatic weather station,自动气象站automation,自动化automaton,自动机auxiliary attachment,辅件auxiliary controller bus(ACB),辅助控制器总线auxiliary crate controller,辅助机箱控制器auxiliary devices,辅助装置auxiliary equipment(of potentiometer),(电位差计的)辅助设备auxiliary gas,辅助气体auxiliary output signal,辅助输出信号auxiliary storage,辅助存储器auxiliary terminal,辅助端auxiliary type gravimeter,助动型重力仪availability,可用性available time,可用时间average,平均值average availability,平均可用度average nominal characteristic,平均名义特性average sound level,平均声级average value of contarmination,污染的平均值average wind speed,平均风速axial clearance,轴向间隙axial current flow method,轴向通电法axial load,轴向载荷axial sensitivity,轴向灵敏度axial vibration,轴向振动axis of rotation,摆轴;旋转轴axix of strain gauge,应变计[片]轴线B-scope,B型显示back flushing,反吹background,后台,背景,本底background current,基流background mass spectrum,本底质谱background noise,背景噪声background processing,后台处理background program,后台程度Backman thermometer,贝克曼温度计backscattered electron image,背散射电子象backward channel,反向信道baffle wall,隔板balance,天平balance for measuring amount of precipitation,水量秤balance output,对称输出balance quality of rotor,转子平衡精度balance wieght,平衡块balanced plug,平衡型阀芯balancing,平衡balancing machine sensitivity,平衡机灵敏度balancing machine,平衡机balancing speed,平衡转速ball pneumatic dead wieght tester,浮球压力计ball screw assembly,滚珠丝杠副ball valve,球阀ballistic galvanometer,冲击栓流计band,频带bandwidth,带宽band width of video amplifier,视频放大器频宽bar primary bushing type current transformer,棒形电流互感器barograph,气压计barometer cistern,气压表水银槽barometer,气压表barometric correction,气压表器差修正barometrograph,空盒气压计barothermograph,气压温度计barrel distortion,桶形畸变;负畸变base,基底base line,基线base peak,基峰base unit(of measurement),基本(测量)单位baseband LAM,基带局域网baseline drift,基线漂移baseline noise,基线噪声baseline potential,空白电位baseline value,空白值basic NMR frequency,基本核磁共振频率basic standard,基础标准batch control,批量控制batch control station,批量控制站batch inlet,分批进样batch of strain gauge,应变计[片]批batch processing,成批处理batch processing simulation,批处理仿真Baud,波特beam,横梁;声速beam deflector,电子束偏转器beam path distance,声程beam ratio,声束比beam spot diameter,束斑直径beam-deflection ultrasonic flowmeter,声速偏转式超声流量计beam-loading thermobalance,水平式热天平bearing,轴承;刀承bearing axis,轴承中心线bdaring support,支承架beat frequency oscillator,拍频振荡器beat method(of measurement),差拍(测量)法Beaufort scale,蒲福风级Beckman differential thermometer,贝克曼温度计bed,机座Beer' law,比尔定律bell manometer,钟罩压力计bell prover,钟罩校准器bellows,波纹管bellows(pressure)gauge,波纹管压力表bellows seal bonnet,波纹管密封型上阀盖bench mark,水准点bending strength,弯曲强度bending vibration,弯曲振动bent stem earth thermometer,曲管地温表Besson nephoscope,贝森测云器betatron,电子回旋加速器;电子感应加速器bezel ring,盖环bias voltage,偏压bi-directional vane,双向风向标;双风信标bilateral current stabilizer,双向稳流器bimetallic element,双金属元件bimetallic instrument,双金属式仪表bimetallic temperature transducer[sensor],双金属温度传感器bimetallic thermometer,双金属温度计binary coded decimal(BCD),二-十进制编码binary control,二进制控制binary digital,二进制数字binary elastic scattering event,双弹性散射过程binary elastic scattering peak,双弹性散射峰binary element,二进制元binary signal,二进制信号biomedical analyzer,生物医学分析仪biochemical oxygen demand (BOD)microbial transducer[sensor],微生物BOD传感器 biochemical oxygen demand meter for seawater,海水生化需氧量测定仪biochemical quantity transducer[sensor],生化量传感器biological quantity transducer[sensor],生物量传感器biosensor,生物传感器bird receiving system,吊舱接收系统bit,比特;位bit error rate,误码率bit serial,位串行bit-serial higgway,位串行信息公路bivane,双向风向标;双风信标black box,未知框black light filter,透过紫外线的滤光片black light lamp,紫外线照射装置blackbody,黑体blackbody chamber,黑体腔blackbody furnace,黑体炉bland test,空白试验balzed grating,闪耀光栅block,块体;字块;字组;均温块block check,块检验block diagram,方块(框)图block length,字块长度block transfer,块传递blood calcium ion transducer[sensor],血钙传感器blood carbon dioxide transducer[sensor],血液二氧化碳传感器blood chloried ion transducer[sensor],血氯传感器blood electrolyte transducer[sensor],血液电解质传感器blood flow transducer[sensor],血流传感器blood gas transducer[sensor],血气传感器blood-group immune transducer[sensor],免疫血型传感器blood oxygen transducer[sensor],血氧传感器blood PH transducer[sensor],血液PH传感器blood potassium ion transducer[sensor],血钾传感器blood-pressure transducer[sensor],血压传感器blood sodium ion transducer[sensor],血钠传感器blood-volume transducer[sensor],血容量传感器blower device,鼓风装置bluff body,阻流体Bode diagram,博德图body temperature transducer,体温传感器bolometer,辐射热计;热副射仪bomb head tray,弹头托盘honded strain gauge,粘贴式应变计bonnet,上阀盖boomerang grab,自返式取样器boomerang gravity corer,自返式深海取样管booster,增强器bore(of liquid-in-glass thermometer),(玻璃温度计的)内孔borehole acoustic television logger,超声电视测井仪borehole compensated sonic logger,补偿声波测井仪borehole gravimeter,井中重力仪borehloe gravimetry,井中重力测量borehole thermometer,井温仪bottorm echo,底面反射波bottom flange,下阀盖bottom-loading thermobalance,下皿式热天平bottom surface,底面Bouguer's law,伯格定律Bourdon pressure sensor,弹簧管压力检测元件Bourdon tube,弹簧管;波登管Bourdon tube(pressure)gauge,弹簧管压力表box gauge,箱式验潮仪BP-scope,BP 型显示Bragg's equation,布拉格方程braking time,制动时间braking torque(of an integrating instrument),(积分式仪表的)制动力矩branch,分支branch cable,支线电缆breakdown voltage rating,绝缘强度breakpoint,断点breather,换气装置bremsstrahlung,韧致辐射bridge,桥接器bridge's balance range,电桥平衡范围bright field electron image,明场电子象bridge for measuring temperature,测温电桥bridge resistance,桥路电阻brightness,亮度Brinell hardness number,布氏硬度值Brinell hardnell penetrator,布氏硬度压头Brienll hardenss tester,布氏硬度计broadband LAN,定带局域网broad-band random vibration,宽带随机振动broad band spectrum,宽波段broadcast,广播BT-calibrationg installation,深温计[BT]检定装置bubble,水准泡bubble-tube,吹气管bucket thermometer,表层温度表buffer,缓冲器buffer solution,缓冲溶液buffer storage,缓冲存储器built-in galvanometer,内装式检流计built-in-weigthts,挂码bulb,温包;感温泡bulb(of filled system themometer),(压力式温度计的)温包bulb(of liquid-in-glass thermometer),(玻璃温度计的)感温泡bulb length(of liquid-in-glass thermometer),(玻璃温度计的)感温泡长度bulk type semiconductor strain gauge,体型半导体应变计bulk zinc oxide varistor,体型氧化锌电压敏电阻器bump,连续冲击bump test,连续冲击试验;颠簸试验bump testing machine,连续冲击台buoy,浮标buoy array,浮标阵buoy float,浮标体buoy motion package,浮标运动监测装置buoy station,浮标站buoyancy correction,浮力修正buoyancy level measuring device,浮力液位测量装置burden(of a instrument transformer),(仪用互感器的)负载burning method,燃烧法burst acoustic emission signal,突发传输bus,总线bus line,总线bus master,总线主设备bus mother board,总线母板bus network,总线网bus slave,总线从设备bus topology,总线拓扑bus type current transformer,母线式电流互感器bushing type current transformer,套管式流互感器busy,忙busy state,忙碌状态butterfly valve,蝶阀 by-pass,旁路by-pass injector,旁通进样器by-pass manifold,旁路接头by-pass valve,旁通阀Byram anemometer,拜拉姆风速表byte,字节byte frame,字节帧byte serial,字节串行byte-serial highway,字节串行住信处公路集散控制系统——Distributed Control System(DCS)现场总线控制系统——Fieldbus Control System(FCS)监控及数据采集系统——Supervisory Control And Data Acqusition(SCADA)可编程序控制器——Programmable Logic Controller(PLC)可编程计算机控制器——Programmable Computer Controller(PCC)工厂自动化——Factory Automation(FA)过程自动化——Process Automation(PA)办公自动化——Office Automation(OA)管理信息系统——Management Information System(MIS)楼宇自动化系统——Building Automation System人机界面——Human Machine Interface(HMI)工控机——Industrial Personal Computer(IPC)单片机——Single Chip Microprocessor计算机数控(CNC)远程测控终端——Remote Terminal Unit(RTU)上位机——Supervisory Computer图形用户界面(GUI)人工智能——Artificial Intelligent(AI)智能终端——Intelligent Terminal模糊控制——Fuzzy Control组态——Configuration仿真——Simulation冗余——Redundant客户/服务器——Client/Server网络——Network设备网——DeviceNET基金会现场总线——foundation fieldbus(FF)现场总线——Fieldbus以太网——Ethernet变频器——Inverter脉宽调制——Pulse Width Modulation(PWM)伺服驱动器——Servo Driver软起动器——Soft Starter步进——Step-by-Step控制阀——Control Valver流量计——Flowmeter仪表——Instrument记录仪—— Recorder传感器——Sensor智能传感器——Smart Sensor智能变送器——Smart Transducer虚拟仪器——Virtual Instrument主站/从站——Master Station/Slave station操作员站/工程师站/管理员站——Operator Station/Engineer Station/Manager Station集散控制系统——Distributed Control System(DCS)现场总线控制系统——Fieldbus Control System(FCS)监控及数据采集系统——Supervisory Control And Data Acqusition(SCADA)可编程序控制器——Programmable Logic Controller(PLC)可编程计算机控制器——Programmable Computer Controller(PCC)工厂自动化——Factory Automation(FA)过程自动化——Process Automation(PA)办公自动化——Office Automation(OA)管理信息系统——Management Information System(MIS)楼宇自动化系统——Building Automation System人机界面——Human Machine Interface(HMI)工控机——Industrial Personal Computer(IPC)单片机——Single Chip Microprocessor计算机数控(CNC)远程测控终端——Remote Terminal Unit(RTU)上位机——Supervisory Computer图形用户界面(GUI)人工智能——Artificial Intelligent(AI)智能终端——Intelligent Terminal模糊控制——Fuzzy Control组态——Configuration仿真——Simulation冗余——Redundant客户/服务器——Client/Server网络——Network设备网——DeviceNET基金会现场总线——foundation fieldbus(FF)现场总线——Fieldbus以太网——Ethernet变频器——Inverter脉宽调制——Pulse Width Modulation(PWM)伺服驱动器——Servo Driver软起动器——Soft Starter步进——Step-by-Step控制阀——Control Valver流量计——Flowmeter仪表——Instrument记录仪—— Recorder传感器——Sensor智能传感器——Smart Sensor智能变送器——Smart Transducer虚拟仪器——Virtual Instrument主站/从站——Master Station/Slave station操作员站/工程师站/管理员站——Operator Station/Engineer Station/Manager Station battery light kit 电池式灯具lamp lens 灯玻璃landing weight 卸货重量letter of indemnity | | trust receipt 赔偿保证书(信托收据range indicator 距离指示器short shipment | | goods short shipped | | goods shut out | | shut-outs 退关SMT Inductors 表面贴电感器STM-N:Synchronous Transport Module level-N 同步传送模块(electric) resistor 电阻器(With) Best Regard 谨致问候3D coordinate measurement 三次元量床A high degree of light-fastness 高质量不褪色A.C. balance indicator 交流平衡指示器A.C. bridge 交流电桥A.C. current calibrator 交流电流校正器a.c. generator 交流发动机A.C.current distortion 交流电流失真A.C.powered lamp 交流供电的灯A/C adaptor 电源适配器A/D;analog to digital 模拟/数字转换aberration 光行差/橡差abnormal low-voltage arc 反差低压电弧abnormal voltage 反常电压/异常电压Abradant material 研磨材料Abrasion test 磨损试验abrasion test 耐磨损性试验abrasive action 磨损作用abrasive blast equipment 喷砂设备Abrasive blast system 喷砂清理系统ABS American Bureau of Standard 美国标准局Absolute Colorimetric 绝对色度absolute value 绝对值absolute velocity 绝对速度absolute wave meter 绝对波长表absorption tube 吸收管/吸收试验管absorption wave meter 吸收式波长计absorption wavemeter 吸收式波长计absorption wavetrap 吸收陷波器absorptive 吸收的absorptive power 吸收本领absorptivity 吸收率ac induced polarization instrument 交流激电仪ac potentiometer 交流电位差仪AC/alternating current 交流/交流电academician,association,协会ACC Automatic Centering Control 自动控制中心accelerated life test 快速寿命测试accent lighting 重点照明Acceptability Criteria 验收Acceptable life 有效使用寿命Acceptance criteria 验收标准acceptance specification 验收规范Acceptance test specification 验收测试规范worldlightingtrade Skype即时通讯工具Access panel 罩板accommodate 调节accommodation 调适accreditation 认可accreditation of testing laboratory 测试实验室的认可accumulator 储线器/补偿器accuracy 精确度/准确度accuracy control 精确控制accuracy grade 精度等级accuracy life 精确度寿命accuracy rating 精确度限acid rinsing shop-stamping warehouse 酸洗工段房-冲压库Acid-proof paint 耐酸涂料/耐酸油漆Acid-proof paint 耐酸涂料/耐酸油漆acoustic reflection shell 声反射罩ACPI:Advanced Configuration and Power Interface 高级电源配置电源接口acquisition price 收购价Across frequency 交叉频率/分频频率Acrylic fitting 压克力配件acrylic plastic glazing 丙烯酸有机玻璃ACST access time 存取时间acting area(spot) lighting 舞台前台(聚光)照明activated electrode 激活电极activated phosphor 激活荧光粉Active 主动的,有源的,有效的,运行的Active Area 可读取范围active market 买卖活跃的市场active power 有效功率active probe 有效探头active scanning time 有效扫描时间active voltage 有效电压actual life 有效寿命actual transformation ratio of a current (voltage) transformer 电流互感器的实际电流(电压)比actual transformation ratio of a current (voltage) transformer 流互感器的实际电流(电压)比adaptable automobile mode/style 适用车型KENFOR Global Lighting Sourcing Centreadaptable voltage 适用电压adaptable/suitable tube''s current 适用灯管电流adaptation 顺应adapting luminance (视觉)亮适用性adaptive control system 适应控制系统adaptive controller 适应控制器adaptive prediction 适应预报adaptive temperature 适应温度Adaptor/adapters 适配器/转换器ADC/analog to digital ... Voltage 压敏电阻器。

专业名词--专业英语-信号处理导论

专业名词--专业英语-信号处理导论

专业名词--专业英语-信号处理导论专业名词总结部分1.A/D conversion [eɪ] [diː][kən'vɜːʃ(ə)n]模数转换指为把数字信号转换为信息基本相同的模拟信号而设计的处理过程。

2.adder ['ædə]加法器加法器是产生数的和的装置。

加数和被加数为输入,和数与进位为输出的装置为半加器。

若加数、被加数与低位的进位数为输入,而和数与进位为输出则为全加器。

3.additive gauss white noise ['ædɪtɪv][gaʊs] [waɪt] [nɒɪz]加性高斯白噪声加性高斯白噪声指的是一种各频谱分量服从均匀分布(即白噪声),且幅度服从高斯分布的噪声信号。

因其可加性、幅度服从高斯分布且为白噪声的一种而得名。

4.aliasing ['eliəsɪŋ]混叠频混现象又称为频谱混叠效应,它是指由于采样信号频谱发生变化,而出现高、低频成分发生混淆的一种现象。

5.all-pass function ['ɔl,pæs] ['fʌŋ(k)ʃ(ə)n] 全通函数全通函数是凡极点位于左半开平面,零点位于右半开平面,并且所有零点与极点对于虚轴为一一镜像对称的系统函数。

6.amplifier ['æmplɪfaɪə] 放大器是指能够使用较小的能量来控制较大能量的任何器件。

7.amplitude ['æmplɪtjuːd]振幅指振动物体离开平衡位置的最大距离。

8.analog signal ['ænəlɒɡ] ['sɪgn(ə)l]模拟信号指信息参数在给定范围内表现为连续的信号。

或在一段连续的时间间隔内,其代表信息的特征量可以在任意瞬间呈现为任意数值的信号。

9.antialiasing profiler [,ænti'eliəsɪŋ] ['prəufailə] 抗混叠预滤波器指一种用以在输出电平中把混叠频率分量降低到微不足道的程度的低通滤波器。

测控技术与仪器专业英语unit 3

测控技术与仪器专业英语unit 3
译为:在今天几乎一切的技术领域都将智能一词作为 其前缀的候选。智能传感器这一术语是在20世纪80年代 中期出现的,从那以后,一些设备已被称之为智能传感器。
The intelligence required by such devices is available from microcontroller unit (MCU), digital signal processor (DSP), and application-specific integrated circuit (ASIC) technologies developed by several semiconductor manufacturers.
译为:该转换器将测量的物理量进行转换。观察员对系 统进行修正以使结果接近理想值。典型的测量系统的组成 框图如图3.1所示。
Figure 3.1 General sensing system
Many home thermostats(恒温(调节)器), tire pressure gauges(轮胎气压表), and factory flow meters still operate in the same manner.
译为:智能传感器(智能转换器)的定义并没有被广泛接 受,并且遭受了滥用。 然而,电气电子工程师协会 (IEEE)委员会已经积极地加强推广此术语应用于微电子 传感器。
The recently approved IEEE 1451.2 specification defines a smart sensor as a sensor that provides functions beyond those necessary for generating a correct representation of a sensed or controlled quantity. This function typically simplifies the integration of the transducer into applications in a networked environment.

测控技术与仪器专业英语课后阅读翻译(1,5~10)

测控技术与仪器专业英语课后阅读翻译(1,5~10)

第1章课后Underwater Acoustic SignalIn the operation of a sonar system the operator is repeatedly faced with the problem of detecting a signal which is obscured by noise. This signal may be an echo resulting from a transmitted signal over which the operator has some control, or it may have its origin in some external source. These two modes of operation arise in radar surveillance and in disciplines for techniques and for illustrations of the basic principles.Since there are many ways in which one can think about signal detection , it is desirable to define a term to denote special cases . The word detection will be used when the question to be answered is, …Are one or more signals present?‟ when the system is designed to provide an answered to this question , either deterministic or probabilistic, one speaks of hypothesis testing. The case of a single signal occurs so often that many system are designed to provide only two answers, …Yes , a signal is present,‟ or …No, there is no signal.‟ One can make the p roblem more complicated by endeavoring to classify the signal into categories. Decisions of this latter kind will be referred to as target classification.Normally a piece of detection equipment is designed to operate in a fixed mode and the parameters such as integrating time of rectifier circuits or persistence of the oscilloscope tube for visual detection cannot be changed readily. There will always be some uncertain signals, which the observer will be hesitant to reject or accept. In these cases the operator might have the feeling that if the integrating time of the detector or the persistence of the oscilloscope tube were longer, he could reach a decision about the existence of the signal. Wald(1950) has formulated this intuitive feeling into a theory of detection. When one is able to vary deliberately the interval over which one stores data in the reception system in order to achieve a certain level of certainty, one speaks of sequential detection. Frequently it is desirable to determine not only the presence or absence of the signal but also one or more parameters associated with the signal . The parameters of interest can vary widely from a simple quantity such as time of arrival or target bearing to the recovery of the complete waveform . When a system is designed to recover one or more parameters associated with the signal , one speaks of signal extraction.The word signal was not defined and it was assumed that the reader had an intuitive felling for the word. Some elaboration may be in order since the definition of signal subjective and depends on the application . One may say that …signal‟ is what one wants to observe and noise is anything that obscures the observation. Thus, a tuna fisherman who is searching the ocean with the aid of sonar equipment will be overjoyed with sounds that are impairing the performance of a nearby sonar system engaged in tracking a submarine. Quite literally, one man‟s signal is another man‟s noise.Signals come in all shapes and forms. In active sonar system one may use simple sinusoidal signals of fixed duration and modulations thereof. There are impulsive signals such as those made with explosions or thumpers. At the other extreme one may make use of pseudorandom signals. In passive systems, the signals whose detection is sought may be noise in the conventional meaning of the word; noise produced by propellers or underwater swimmers, for example. It should be evident that one of our problem will be the formulation of mathematical techniques that can be used to describe the signal. Although the source in an active sonar search system may be designed to transmit a signal known shape, there is no guarantee that the return signal whose detection is sought will be similar. In fact , there are many factors to change the signal. The amplitude loss associated with inverse spherical spreading is most unfortunate for the detection system nut it does not entail any distortion of the wave shape . (Incidentally, where the wave can be approximated locally as a plane wave.) The acoustic medium has an attenuation factor , which depends on the frequency . This produces a slight distortion of the wave shape and a corresponding change in the energy spectrum of the pulse. The major changes in the waveform result from acoustic boundaries and inhomogeneities in the medium.When echoes are produced by extended targets such as submarines, there are two distinct ways in which echo structure is affected. First, there is the interference between reflections from the different leads to a target strength that fluctuates rapidly with changes in the aspect. Secondly, there is theelongation of the composite echo due to the distribution of reflecting features along the submarines. This means that the duration of the composite echo is dependent in a simple manner on the aspect angle. If T is the duration of the echo from a point scatterer, and L is the length of the submarine, the duration of the returned echo will be T=(2L/c)cosA ,where A is the acute angle between the major axis of the submarine and the line joining the source and the submarine. C is the velocity of sound in the water. Of course, LcosA must be replaced by the beam width of the submarine when A is near.A final source of pulse distortion is the Doppler shifts produced by the relative motions between the source, and the target (or detector in passive listening) may each have a different velocity relative to the bottom, the variety of effects may be quite large.水下声波信号在声纳操作过程中,操作员经常需要对受噪声干扰的信号进行检波。

【测控专业英语】SignalProcess信号处理精品PPT课件

【测控专业英语】SignalProcess信号处理精品PPT课件


当模型推动数学描述方法和人类发展的界限,
数学描述最终到达定义极限。通常,适当的细节能
够被构造进模型之前产生。算法是由于模型不足而
产生的需要。
14
Overview of Algorithmic Methods
• As the algorithm increases in complexity, the
the lack of a suitable mathematical formulation or
powerful enough processor to run the algorithm.

经常当算法因为缺乏适合的数学表达式和足
够强大处理器去运行算法而不能展开时,他们是
唯一的解决方案。
4
• Signal processing in the modern instrument,
implementation of these models in measurement
systems is often impractical.

数学模型主要的缺点是迅速变得复不能实现的。
• In this class, the single, or set of multiple, input signal(s) to the data processor is converted to the output form using tightly formulated mathematical description.
development and in computer power, the algorithmic methodology eventually encountered mathematical and

测试信号分析与处理专业英语词汇

测试信号分析与处理专业英语词汇

第一章系统:system 信号:signal模拟信号:analog signal 数字信号:digital signal模/数转换:analog-to-digital conversion 频谱:spectrum数字滤波:digital filtering 滤波器:filter采样:sample 保持:hold数字代码:digital code 量化电平:quantization level 时域:time domain 频域:frequency domain低频:low frequency 高频:high frequency低通滤波器:low pass filter 高通滤波器:high pass filter带通滤波器:band pass filter 带阻滤波器:band stop filter零阶保持信号:zero order hold signal 平滑:smooth采样周期:sampling period 频率分量:frequency elements图像处理:image processing 传感器:sensor电压:voltage 电流:current第二章anti-imaging filter 抗镜像滤波器sampling interval 采样间隔=sampling period 采样周期sampling frequency 采样频率=sampling rate 采样速率sampling theorem 采样定理Nyquist sampling rate 奈奎斯特采样率Nyquist frequency 奈奎斯特频率Nyquist range 奈奎斯特范围oversampling 过采样undersampling 欠采样quantization step 量化步长quantization noise量化噪声bit rate 比特率anti-aliasing filter 抗混叠滤波器第三章数字函数:digital function 合成函数:composite function 二维数字信号:two-dimensional digital signal语音信号:speech signal 量化方案:quantization scheme 脉冲函数:impulse function 单位脉冲函数:unit impulse function 阶跃函数:step function 幂函数:power function指数函数: exponential function 正弦函数:sine function余弦函数:cosine function 复平面:complex plain欧拉恒等式:Euler’s identity 模拟频率:analog frequency数字频率:digital frequency 采样间隔:sampling interval相移:phase shift 像素:pixel灰度级:gray scale第四章roll-off 滚降gain 增益pass band 通带stop band 阻带bandwidth 带宽linear system 线性系统superposition 叠加原理time-invariant 时不变causal system因果系统difference equation差分方程filter coefficient滤波器系数recursive filter 递归滤波器nonrecursive filter 非递归滤波器finite word length effect有限字长效应impulse response 脉冲响应infinite impulse response (IIR)无限脉冲响应finite impulse response (FIR)有限脉冲响应moving average filter 滑动平均滤波器step response 阶跃响应第六章z transform z变换region of convergence 收敛域inverse z transform 逆z变换transfer function 传输函数partial fraction expansion 部分分式展开cover-up method 覆盖法zero 零点pole 极点marginally stable 临界稳定unstable 不稳定第七章傅立叶变换:Fourier Transform 滤波器形状:filter shape频率响应:frequency response 频率特性:frequency characteristics 离散时间傅立叶变换:Discrete Time Fourier Transform幅度响应:magnitude response 相位响应:phase response传输函数:transfer function 相位差:phase difference采样频率:sampling frequency第八章white noise 白噪声magnitude spectrum 幅度频谱phase spectrum 相位频谱discrete Fourier series(DFS)离散傅里叶级数第九章有限脉冲响应滤波器:finite impulse response filter无限脉冲响应滤波器:infinite impulse response filter相位失真:phase distortion 理想低通滤波器:idle low pass filter 窗函数:window function 稳定性:stability通带波纹:pass band ripple 阻带波纹:stop band ripple通带边缘频率:pass band edge frequency过渡带宽度:transition width 矩形窗:Rectangular Window汉宁窗:Hanning Window 哈明窗:Hamming Window布莱克曼窗:Blackman Window 凯塞窗:Kaiser Window项数:number of terms 衰减:attenuation增益:gain 采样频率:sampling frequency第十章infinite impulse response filter(IIR)无限脉冲响应滤波器bilinear transformation 双线性变换prewarping equation 预扭曲方程Butterworth filter 巴特沃斯滤波器Chebyshev Type I filter 切比雪夫I 型滤波器Chebyshev Type II filter 切比雪夫II 型滤波器elliptic filter 椭圆滤波器Impulse invariance method 脉冲响应不变法。

测控技术与仪器专业英语词汇

测控技术与仪器专业英语词汇

Lesson 1Accuracy 精确性、精度Amplitude 振幅,幅度Channel 信道,频道Coefficient 系数Convergence 收敛Differentiate 求……的微分Expansion 展开式Harmonic 谐波的Instant 瞬时,时间Integrate 求……的积分Linear 线性的Order 次序,阶Peak 最高的,最高峰Periodicity 周期Phase 相位Polynomial 多项式的,多项式Resistor 电阻器Series 展成级数,级数Taylor series 泰勒级数Set 集合Sinusoidal 正弦的Time domain 时域frequency-domain 频域integrand 被积函数Lesson 2decay 衰减duration 持续时间exponential 指数的multiplier 乘数,乘法器oscillatory 振荡的frequency density function 频率密度函数Fourier series 傅立叶级数Spectrum 频谱Imaginary part of complex 复数的虚部Real part of complex 复数的实部Conjugate pairs 共轭对Lesson 3algorithm 算法decaying oscillatory function 衰减振荡函数power series 幂级数shift operator 移位算子product 乘积electrical disturbance 电干扰sampled-data signal 数据采样信号be proportional to 与…成正比Lesson 5dead-band 死区hysteresis 滞后linearity 线性度measurand 被测量oscilloscope 示波器performance 特性precision 精确度resolution 分辨率static friction 静态摩擦sensitivity 灵敏度calibration 校准loading effect 负载效应slop 斜率platinum 铂thermometer 温度计in cascade with 与…串联in parallel with 与…并联lever 杠杆displacement 位移indicated value示值true value 真值deflection 偏转possible error 可能误差probable error 概率误差root-sum-square error 方和根误差Lesson 6overshoot 过调量,超调量transient response 瞬态响应variable 变量ramp 斜坡resonance 共振step input 阶跃输入step response 阶跃响应transient 瞬态的first-order system 一阶系统static error 静态误差dynamic error 动态误差time constant 时间常数frequency response 频率响应damping ratio 阻尼比under-damp 欠阻尼over-damp 过阻尼mass-spring system 质量-弹簧系统steady-state 稳态rise time 上升时间settling time 建立时间(过渡过程时间)specification 性能指标tolerance 容差Lesson 7capacitance 电容deformation 变形distortion 变形,扭曲electromagnetic 电磁的gauge 表,仪器,计strain gauge 应变计crystalline material 晶体材料voltage 电压current 电流harmonics 谐波inductance 电感,感应infrared 红外的linearize 线性化natural frequency 固有频率mutual-inductance 互感photoconductive cell 光电导管photoelectric effect 光电效应piezo-electric 压电的potential divider 分压器potentiometer 电位计,电位器精品文库resistance 电阻thermistor 热敏电阻transducer 转换器,传感器cross-sectional area 截面积excitation voltage 激励电压full-scale 满量程rotary 旋转的translational 平移的mechanical wear 机械磨损inertia 惯性power dissipation 功耗illumination 照度transparent 透明的Lesson 8coupling 耦合flux 磁通impedance 阻抗permeability 磁导率permittivity 电容率,介电系数reluctance 磁阻variable-distance capacitive transducer 变间距式电容式传感器oscillation circuit 振荡电路l.v.d.t 线性差动变压器piezo-electric transducer 压电式传感器charge amplifier 电荷放大器parallel-plate capacitor 平板电容器variable-reluctance transducer 变磁阻传感器liquid level 液位Lesson 9apparatus 仪器attenuator 衰减器bandwidth 带宽battery 电池be inversely proportional to 与成反比be proportional to 与成正比capacitor 电容feedback 反馈gain 增益operational amplifier 运算放大器semiconductor 半导体terminal 终端test probe 探针voltmeter 电压表multirange 多量程variable resistor 可变电阻Lesson 10duty cycle 占空比timerbase 时基register 寄存器signal conditioning 信号调理threshold 阈值trigger 触发器Lesson 11adapter boarder 适配板analog-to-digital conversion模数转换desktop 工作平台distortion 失真dynamic 动态的expansion slot 扩展槽generator 发生器interface 接口local area network LAN 局域网motherboard 母板scale 刻度slot 长槽workbench 工作台computer-aided testing(CAT)计算机辅助测试desktop personal computer台式个人计算机knob 旋钮16-channel analog-to-digitalconversion board 16通道模/数转换板12-bit resolution 12位分辨率buffer 缓冲器interface 接口data-gathering device 数据采集装置Lesson 12active element 有源元件bias 偏差,偏置current intensity 电流electrode 电极field-effect transistor FET场效应管grid 格子,栅极integrated circuit 集成电路magnetic field 磁场passive component 无源元件photocell 光电管sensor 传感器,敏感元件thermocouple 热电偶transducer 变换器,换能器,传感器vacuum tube 真空管,电子管Lesson 13cache memory 高速缓冲存储器,高速缓存control unit 控制器,控制部件drain 场效应管的漏集dynamic RAM (DRAM)动态随机存取存储器gate 门(电路),管子的栅极local memory 局部存储器,本地存储器metal-oxide-semiconductorfield effect transistor(MOSFET)金属氧化物半导体场效应管microcontroller 微控制器microprocessor微处理器monitor 监视器mouse 鼠标精品文库printer打印机static RAM (SRAM)静态RAMultra-large-scale integratedcircuit 超大规模集成电路。

测控技术与仪器专业英语课文以及单词

测控技术与仪器专业英语课文以及单词
? 2.Thickness Measurement 2。厚度测量
? One can measure thickness on many scales .The galaxy is sphick.. 你可以测量厚度,在许多尺度螺旋星系的约100 Em(1020m磁盘)深
? 3.Distance measurement 3。距离测量
? The tools and techniques of distance measurement are possibly one of humankind's longest-running inventive pursuits .This chapter concerns itself with methods to measure a relatively small segment of this range-from centimeters to kilometers .Even within this limited segment ,it would hardly be possible to list ,much less describe ,all of the distance measurement approaches that have been devised .Nevertheless ,the small sampling of technologies that are covered here should be of help to a broad range of readers.
? The altitude information at air traffic control (ATC) centers is based on pressure altitude measurement that the aircraft transponder system sends after it receives an appropriate interrogation——known as mode C interrogation——transmitted by a secondary surveillance radar. Actually, the altitude information is an atmospheric pressure measurement transformed to altitude indication through a formula expressing the pressure/altitude relationship. When a flight level is cleared for an aircraft, it actually means that the pilot must keep flying on an isobaric surface. However, the altimetry system may present systematic errors (biases) that are different for each airplane, and that significantly affect safety. Thus, the altimetry system performance as well as the aircraft height keeping performance must be monitored by an independent radar or satellite system. 信息的高度,在空中交通管制中心(ATC)根据压高度测量,飞机的应答机系统发给后都把它珍藏一个适当的审讯——被称为模式C讯问——通过二级监视雷达。实际上,高度的大气压力测量信息转化为高度通过公式显示表达压力/高度的关系。当一个飞行高度是允许飞机时,实际上就意味着飞行员必须不停地飞在一个isobaric表面。然而,altimetry系统系统误差可能出现偏差)(飞机的不同而有所区别,明显影响安全。因此,altimetry系统性能以及飞机高度保持性能均须由独立的雷达或卫星电视系统

【测控专业英语】ProcessControlSystem过程控制系统解读

【测控专业英语】ProcessControlSystem过程控制系统解读
– signal transducer 信号变送器 – temperature/flow/pressure transmitter 温度/流量/ 压力传感器 – proportional/integral/derivative mode 比例/积分/微 分模式 – microcontroller 微控制器 – switch 开关
8
2 Measuring Transmitter
2– A resistance element converts temperature into a
resistance value, and the resistance transducer converts the resistance value into an electric current signal. – Other primary elements are handled in a similar manner.
3
Main content
1
Process
Measuring Transmitter Controller Manipulating Element
2
3 4 5
Process Control
4
1 Process
– The process block in Fig. 7.1 represents everything performed in and by the equipment in which a variable is controlled. – The process includes everything that affects the controlled or process variable except the controller and the final control element.

测控技术与仪器专业英语

测控技术与仪器专业英语
句中,that 从句作output的定语从句。
全句译为:然而,微处理器技术的出现使得传感器必须要 有电信号输出,这样便于接口以实现无人测控。
8
Unit3 Smart Sensors
That also required the analog signal level to be amplified and converted to digital format prior to (在……之前) being supplied to the process controller. Today’s MCUs and analog-to-digital (A/D) converters typically have a 5V power supply, which has dictated the supply voltage for many amplified and signal conditioned sensors.
译为:一些半导体制造商正在积极的进行控制系统的输 入和输出两个方面的智能装置的研究。微机电系统 (MEMS)这个术语用来描述对传感器和加载器用半导体 制造工艺建立的结构。
5
Unit3 Smart Sensors
Before the availability of microelectronics, the sensors or transducers used to measure physical quantities, such as temperature, pressure, and flow, usually were coupled(连接,联结,联系)directly to a readout device, typically a meter that was read by an observer.

测控技术与仪器专业英语教程(第2版)课后答案 英译汉

测控技术与仪器专业英语教程(第2版)课后答案 英译汉

第五章课后A random erroris due to acontrolled,large number of independent small effects that cannothe identified orit is a statistical quantity. As such,iteach replication of the observations. If a large number of readings iswill vary for the same quantity.the scatter of the data about a mean value can be evaluated.The scatter generally follows a guassian distribution about a mean value.whichis assumed to be the true value.Accuracy is the deviation of the output from the calibration input or the true value. If the accuracy of a voltmeter is 2% full scale as described in the preceding section·the maximum deviation i、士2units for all readings.一个随机误差是由于控制,大量的独立影响小,不能他发现或这是一个统计量。

因此,它每个复制的观察。

如果大量的读数是同样数量的不同而不同。

散射的数据值可以评估。

散高斯分布通常遵循关于意味着value.which被认为是真正的价值。

准确性是偏差的输出的输入或真正的校准价值。

如果把电压表的准确性2%全面描述在前面的部分·最大偏差我,士2units所有阅读资料。

测控技术与仪器专业英语翻译

测控技术与仪器专业英语翻译

测控技术与仪器专业英语翻译篇一:测控技术与仪器专业英语课文翻译当然,有应用的个人电脑的所有者可能想比仅通过GPIB与各种设备的奇数,提供更高的性能。

这种系统通常称为基于PC的工作站。

在基于PC的工作站,仪器模块匹配性能和兼容性都聚集围绕PC电脑。

基于PC的工作站允许来自多台仪器的数据迅速聚集,存储,作图,分析,并纳入一台PC机上的报告形式。

这种类型的系统一般都放在一个制造商合作,以提高性能和涉及的仪器模块之间的合作。

There are, of course, applications for which the owner of a PC may want higher performance than that offered by the GPIB alone, with its odd assortment of devices. Such systems are generally referred to as PC-based workstations. In a PC-based workstation, instrument modules with matched performance and compatibility are clustered around a PC computer. The PC-based workstation allows data from multiple instruments to be rapidly gathered ,stored, graphed ,analyzed, and incorporated into report form on a single PC. Systems of this type are generally put together by one manufacturer to enhance performance and cooperation between the instrument modules involved.一个基于PC的工作站的一个例子是惠普推出的PC仪器系统。

【测控专业英语】Process Control System过程控制系统解析

【测控专业英语】Process Control System过程控制系统解析

17
3 Controller
5 – The derivative mode (D) produces a control action
that is proportional to the rate at which the error is changing.
– 微分模式产生一个正比于偏差变化率的控制动作。
3
Main content
1
Process
Measuring Transmitter Controller Manipulating Element
2
3 4 5
Process Control
4
1 Process
– The process block in Fig. 7.1 represents everything performed in and by the equipment in which a variable is controlled. – The process includes everything that affects the controlled or process variable except the controller and the final control element.
16
3 Controller
4 – In fact, the rate that the correction increases is
proportional to the error signal. – 事实上,修正的速度是正比于偏差信号的。 – Mathematically, the integral control action is accomplished by forming the integral of the error signal. – 数学上,积分控制动作即是对偏差信号求取积分。

测控专业英语4

测控专业英语4

An Introduction to Data Acquisition
When data from a number of independent signal sources must be processed by the same microcomputer or communications channel, a multiplexer is used to channel the input signals into the A/D converter. Multiplexers are also used in reverse, as when a converter must distribute analog information to many different channels. The multiplexer is fed by a D/A converter which continually refreshes the output channels with new information.
句中from monolithic ICs to potted modules意为“从单块集成 电路到封装模块”, rack-mounted modules意为“安于机架 上的模块”, manual scaling and null adjustments意为“手动 缩放和零位调整” 。
An Introduction to Data Acquisition
句中Multiplexers意为“多路器” 。
An Introduction to Data Acquisition
In many systems, the analog signal varies during the time that the converter takes to digitize an input signal. The changes in this signal level during the conversion process can result in errors since the conversion period can be completed some time after the conversion command. The final value never represents the data at the instant when the conversion command is transmitted. Sample hold circuits are used to make an acquisition of the varying analog signal and to hold this signal for the duration of the conversion process. Sample-hold circuits are common in multichannel distribution systems where they allow each channel to receive and hold the signal level.

测控技术与仪器专业英语unit-6

测控技术与仪器专业英语unit-6
译为:如果传感器的输出没有被正确的调制,诸如灵敏 度、电压和电流电平、线性度、阻抗、增益、补偿、漂移、 时间常数、最大额定电功率、寄生阻抗和其他重要的因素 能够影响传感器的整体表现。其结果是整个系统将受到影 响,特别是当涉及高清晰度,准确度或很差水平的测量时。
Unit 6 Signal Conditioning
译为:设计信号发生器和调制回路时一定要警惕以保证 传感器是系统中准确度最低的部件,如果周围回路有附加 噪声或降低了准确度,传感器输出的准确度将受影响。
Unit 6 Signal Conditioning
The following are some of the tasks performed by a signal conditioner: 以下是一个信号调制器执行的操作: (1)Isolation and impedance conversion;隔离和阻抗变换 (2)Amplification and analog-to-analog conversion; 放大和模-模转换 (3)Noise reduction (filtering); 降噪(滤波) (4)Linearization; 线性化 (5)Data sampling; 数据采样 (6)Digital-to-Analog conversion; 数-模转换 (7)Analog-to-Digital conversion. 模-数转换
Voltage output
Unit 6 Signal Conditioning
Three types of input topologies exist for the signal conditioning of voltage output sensors: differential, single-ended and pseudo-differential. The type of signal conditioning input is typically matched to the output structure and precision requirements of the sensor .
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。


他们是许多仪器系统的基础。在仪器中,他们使 用的起源可追溯到的早期的计算机使用,首先,机械 计算机器(19世纪后期到1930年),然后到模拟电子设 备(20世纪初到20世纪60年代),所有这些都从大约 1950年开始由于数字计算机的使用而被代替。
12
All of these algorithmic methods of processing can be simplistically regarded as embodiments of a mathematical equation inside a suitable technological machine. • 所有的这些处理方法可以简单地看成是一个包 含适当的技术设备的数学方程具体化。 • As the demands complexity and performance requirements grew over time, so the did the demands on the detail of the algorithm and the means to model it inside a computational machine. •
• 随着算法复杂度的增长,处理能力必须提高以保持 精确和处理速度。 • Despite great advances being made in algorithm development and in computer power, the algorithmic methodology eventually encountered mathematical and technological barriers in many fields.
数学模型主要的缺点是迅速变得复杂,以致在 测量系统中这些模型运行通常是不能实现的。


In this class, the single, or set of multiple, input signal(s) to the data processor is converted to the output form using tightly formulated mathematical description.
• 当我们似乎更喜欢信号处理数学方法的整体 客观性,现在证明,为了得到更好的速度性能和 低成本的处理,人工智能方法经常是更好的选择。
3

Often they are the only solution since the algorithmic approach cannot be deployed because of the lack of a suitable mathematical formulation or powerful enough processor to run the algorithm.
在这类,单一的或多个输入信号的数据处理通 过密切使用数学描述转化为输出形式。
8

Overview of Algorithmic Methods
• This relationship is called the algorithm. Strict relationships hold; the relationship is said to be formal, meaning that for any given input the output will always be the same. The algorithm supports only one interpretation.
因此,在现代仪器中的信号处理通常会使用 许多不同的方法。这个说明只是对各种形式特征 的一个介绍并被书写出来以帮助选择。空间的限 制阻止了各种方法的详细介绍。
5

Main content
1
2 3
Overview of Algorithmic Methods
Overview of Applied IntelligenceMethods Mapping in General
7
Overview of Algorithmic Methods
• The major disadvantage of mathematical models is that they can quickly become so complex that implementation of these models in measurement systems is often impractical.
6
Overview of Algorithmic Methods
• Traditionally the most popular method used to develop mapping models is that of mathematical modeling. • 传统上用于开发映射模型中最受欢迎的方法 是数学建模。 • The mathematical model is usually what is sought, as it provides the highest level of understanding about the subject and the most precise representation of the behavior. • 探索数学模型以提供课题最高水平理解和 性能最精确的表达。

当模型推动数学描述方法和人类发展的界限, 数学描述最终到达定义极限。通常,适当的细节能 够被构造进模型之前产生。算法是由于模型不足而 产生的需要。
14
Overview of Algorithmic Methods
• As the algorithm increases in complexity, the processing power needed must be increased to maintain both fidelity and speed of processing.
这种关系被称为所谓的算法。严格关系约束, 关系可以说是有条理的,也就是说,对于任意给 定输入输出将永远是一样的。算法只提供一种诠 释。
9

Overview of Algorithmic Methods •
This method of signal processing is the most highly developed method and is certainly one to aim for because it is devoid of ambiguity. aim for瞄准;以…为目标力争…,针对

• traceable 可追踪的;起源于;可描绘的 • calibrate 测定口径;调整;校正
计算方法可以是非常精确的,可描述的,并能 较容易地调整并达成一致。
11
Overview of Algorithmic Methods
• They are the basis of many instrumentation systems. The origin of their use in instrumentation goes back to the early days of computing using, first, mechanical computational machines (late 1800s to around 1930) and then analog electric devices (early 1900s to 1960s), all of which were mostly replaced by the use of digital computers commencing around 1950.


• •
be devoid of 缺乏
ambiguity含糊;不明确;暧昧; 信号处理的方法是最高速发展的方法,必然以 毫无歧义为目标的。
10
Overview of Algorithmic Methods
• • All will agree on how it will respond. It carries a comforting level of understanding and, thus, acceptance. 所有方法对如何响应取得了一致意见。它能达 到一个令人欣慰的理解水平,从而接受它。 Algorithmic methods can be very accurate, traceable, and can be calibrated with relative ease and agreement.

Overview of Algor能要求的增长, 所以在计算机器里对算法细节和模型方法有要求。
13
Overview of Algorithmic Methods
• Mathematical description eventually reaches limits of definition as the models push the boundaries of mathematical methods and human development. Too often, this arises before adequate detail is able to be built into the model. The algorithm is then an inadequate model of the need.
2
• While we appear to prefer the total objectivity of a mathematically formulated method of signal processing, it is now well proven that the AI methods often are better choices to use in terms of better speed of performance and often lower cost of processing. • AI: artificial intelligence 人工智能
相关文档
最新文档