信息科学与电子工程专业英语(王朔中).ppt
《信息科学与电子工程专业英语(王朔中).ppt》由会员分享,可在线阅读,更多相关《信息科学与电子工程专业英语(王朔中).ppt(78页珍藏版)》请在三一办公上搜索。
1、Technical English,For Information Science and Electronic Engineering,Unit 9,Electronics:Digital Signals and Signal Processing,Part I,Digital Signal Processing,3,New Words,4,New Words,5,New Words,6,1,Digital signal processing(DSP)is the study of signals in a digital representation and the processing
2、methods of these signals.DSP and analog signal processing are sub-fields of signal processing.DSP includes sub-fields like audio and speech signal processing,sonar and radar signal processing,sensor array processing,spectral estimation,statistical signal processing,image processing,signal processing
3、 for communications,biomedical signal processing,etc.,音频及语音信号处理、声纳和雷达信号处理、传感器阵列处理、谱估计、统计信号处理、图像处理、通信信号处理、生物医学信号处理,7,2,Since the goal of DSP is usually to measure or filter continuous real-world analog signals,the first step is usually to convert the signal from an analog to a digital form,by using a
4、n analog to digital converter.Often,the required output signal is another analog output signal,which requires a digital to analog converter.,数字信号处理的目标通常是测量连续的真实世界的模拟信号或对其滤波,8,3,The algorithms required for DSP are sometimes performed using specialized computers,which make use of specialized microproc
5、essors called digital signal processors(also abbreviated DSP).These process signals in real time,and are generally purpose-designed application-specific integrated circuits(ASICs).1,这些(数字信号处理器)实时处理信号,通常是针对具体目的而设计的专用集成电路(ASIC)。,9,3,When flexibility and rapid development are more important than unit c
6、osts at high volume,DSP algorithms may also be implemented using field-programmable gate arrays(FPGAs).2,当灵活性和快速开发比大批量生产的成本更重要时,DSP算法也可以用现场可编程门阵列来实现。,10,4 DSP domains,In DSP,engineers usually study digital signals in one of the following domains:time domain(one-dimensional signals),spatial domain(mu
7、ltidimensional 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.3,他们按某些依据来猜测(或试验不同的可
8、能性)那一个域能够最好地表示信号的本质特性来选择在其中进行信号处理的域。,11,4,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.4 Autocorrelation is defined as the cross-correlation
9、 of the signal with itself over varying intervals of time or space.,从测量设备得到的样本序列产生(信号的)时域或空域表示,而离散Fourier变换则产生频域表示即频谱。,12,5 Signal sampling,With the increasing use of computers the usage and need of digital signal processing has increased.In order to use an analog signal on a computer it must be dig
10、itized with an analog to digital converter(ADC).Sampling is usually carried out in two stages,discretization and quantization.,采样通常分两步实现:离散化和量化,13,5,In the discretization stage,the space of signals is partitioned into equivalence classes and discretization is carried out by replacing the signal with
11、 representative signal of the corresponding equivalence class.5 In the quantization stage the representative signal values are approximated by values from a finite set.,在离散化阶段,信号空间被分割为相等的区间,用相应区间的代表性信号值代替信号本身。,用有限集中的值来近似代表性的信号值,14,6,In order for a sampled analog signal to be exactly reconstructed,th
12、e Nyquist-Shannon sampling theorem must be satisfied.This theorem states that the sampling frequency must be greater than twice the bandwidth of the signal.,定理规定:采样频率必须大于两倍的信号带宽,15,6,In practice,the sampling frequency is often significantly more than twice the required bandwidth.The most common band
13、width scenarios are:DCBW(“baseband”);and fcBW,a frequency band centered on a carrier frequency(“direct demodulation”).,采样频率通常远大于信号带宽的两倍,16,7,A digital to analog converter(DAC)is used to convert the digital signal back to analog.The use of a digital computer is a key ingredient into digital control s
14、ystems.,17,8 Time and space domains,The most common processing approach in the time or space domain is enhancement of the input signal through a method called filtering.Filtering generally consists of some transformation of a number of surrounding samples around the current sample of the input or ou
15、tput signal.There are various ways to characterize filters;for example:,滤波通常由在输入或输出信号当前样本周围的许多样本的某种变换组成,18,8,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
16、of different signals,the output is an equally weighted linear combination of the corresponding output signals.6,线性滤波器满足叠加条件,就是说,如果输入是不同信号的加权线性组合,输出就是(各信号)相应输出的同样加权线性组合。,19,8,A“causal”filter uses only previous samples of the input or output signals;while a“non-causal”filter uses future input samples.
17、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.,“时不变”滤波器对时间具有不变的性质,诸如自适应滤波器等其它滤波器随时间而改变,20,8,Some filters are“stable”,others are“unstable”.A stable
18、 filter produces an output that converges to a constant value with time,or remains bounded within a finite interval.An unstable filter produces output which diverges.,稳定的滤波器产生的输出随时间收敛于一个不变的值,或在有限的时间间隔内保持有界,21,8,A“finite impulse response”(FIR)filter uses only the input signal,while an“infinite impuls
19、e response”filter(IIR)uses both the input signal and previous samples of the output signal.FIR filters are always stable,while IIR filters may be unstable.,而无限脉冲响应(IIR)滤波器同时使用输入信号和以前的输出信号样本,22,9,Most filters can be described in Z-domain(a superset of the frequency domain)by their transfer functions.
20、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.7,滤波器也可以用差分方程或一组零极点表示,对于FIR滤波器还可以用冲击响应或阶跃响应表示。,23,9,The output of an FIR filter to any given input may be calculated by convolving the input signal
21、with the impulse response.Filters can also be represented by block diagrams which can then be used to derive a sample processing algorithm to implement the filter using hardware instructions.,滤波器还可以用结构图来表示,它能用来推导样本处理算法,以便使用硬件指令实现滤波器,24,10 Frequency domain,Signals are converted from time or space dom
22、ain 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.,Four
23、ier变换将信号信息变换成每个频率的幅度和相位成分,25,11,The most common purpose for analysis of signals in the frequency domain is analysis of signal properties.The engineer can study the spectrum to get information of which frequencies are present in the input signal and which are missing.,26,12,There are some commonly us
24、ed frequency domain transformations.For example,the cepstrum converts a signal to the frequency domain through Fourier transform,takes the logarithm,and then applies another Fourier transform.This emphasizes the frequency components with smaller magnitude while retaining the order of magnitudes of f
25、requency components.8,例如倒谱用Fourier变换将信号转换到频域,取对数,然后再作第二次Fourier变换。这就强调了幅度较小的频率成分同时保持了频率分量的数量级。,27,13 Applications,The main applications of DSP are audio signal processing,audio compression,digital image processing,video compression,speech processing,speech recognition,digital communications,radar,so
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 信息科学 电子 工程 专业 英语 王朔中
链接地址:https://www.31ppt.com/p-6549697.html