章节目录 (1).ppt
《章节目录 (1).ppt》由会员分享,可在线阅读,更多相关《章节目录 (1).ppt(94页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、2020/7/17,1,Chap 2. Discrete-Time Signals:Time-Domain Representation离散时间信号:时域表现形式,Signals are represented as sequences of numbers, called samples(取样) Sample value of a typical signal or sequence denoted as xn with n being an integer(整数)in the range xn defined only for integer values of n and undefin
2、ed for non-integer values of n Discrete-time signal represented by xn,2020/7/17,2,2.1 Discrete-Time Signals:Time-Domain Representation,Discrete-time signal may also be written as a sequence of numbers inside braces: In the above, etc. The arrow is placed under the sample at time index n = 0,2020/7/1
3、7,3,Discrete-Time Signals:Time-Domain Representation,Graphical representation图示of a discrete-time signal with real-valued samples,In some applications, a discrete-time sequence xn may be generated by periodically sampling周期性取样 a continuous-time signal at uniform intervals of time,2020/7/17,4,Discret
4、e-Time Signals:Time-Domain Representation,Block-diagram representation方框图表示of the sampling process,Here, the n-th sample is given by The spacing间距T between two consecutive samples is called the sampling interval间隔or sampling period采样周期 Reciprocal of sampling interval T, denoted as , is called the sa
5、mpling frequency采样频率:,2020/7/17,5,Discrete-Time Signals:Time-Domain Representation,Unit of sampling frequency is cycles per second, or Hertz (Hz), if T is in seconds Whether or not the sequence xn has been obtained by sampling, the quantity xn is called the n-th sample of the sequence xn is a real s
6、equence实序列, if the n-th sample xn is real for all values of n; Otherwise, xn is a complex sequence复序列,A complex sequence xn can be written as where and are the real and imaginary parts of xn The complex conjugate sequence of xn is given by Often the braces are ignored to denote a sequence if there i
7、s no ambiguity,2020/7/17,6,Discrete-Time Signals:Time-Domain Representation,Example - is a real sequence is a complex sequence We can write where,is the complex conjugate sequence of yn That is,2020/7/17,7,Discrete-Time Signals:Time-Domain Representation,Two types类型of discrete-time signals: - Sample
8、d-data signals采样数据信号in which samples are continuous-valued - Digital signals数字信号in which samples are discrete-valued Signals in a practical digital signal processing system are digital signals obtained by quantizing the sample values either by rounding 凑整 or truncation切断,2020/7/17,8,Discrete-Time Si
9、gnals:Time-Domain Representation,Example -,Sampled-data signal,Digital signal,Amplitude,2020/7/17,9,Discrete-Time Signals:Time-Domain Representation,A discrete-time signal may be a finite-length有限长or an infinite-length sequence无限长序列 Finite-length (also called finite-durationor finite-extent) sequenc
10、e is defined only for a finite time interval: where and with Length or duration of the above finite-length sequence is,Example - is a finite-length sequence of length Example - is an infinite-length sequence,2020/7/17,10,Discrete-Time Signals:Time-Domain Representation,A length-N sequence is often r
11、eferred to as an N-point sequence The length of a finite-length sequence can be increased by zero-padding填充, i.e., by appending it with zeros,Example - is a finite-length sequence of length 12 obtained by zero-padding with 4 zero-valued samples,2020/7/17,11,Discrete-Time Signals:Time-Domain Represen
12、tation,A right-sided sequence右边序列xn has zero-valued samples for If a right-sided sequence is called a causal sequence因果序列,A right-sided sequence,2020/7/17,12,Discrete-Time Signals:Time-Domain Representation,A left-sidedsequence左边序列 xn has zero-valued samples for If a left-sided sequence is called an
13、 anti-causal sequence反因果序列,A left-sided sequence,2020/7/17,13,2.2 Operations on Sequences操作的序列,A single-input, single-output (SISO) discrete-time system operates on a sequence, called the input sequence, according some prescribed rules and develops another sequence, called the output sequence, with
14、more desirable properties,2020/7/17,14,Operations on Sequences,For example, the input may be a signal corrupted with additive noise Discrete-time system is designed to generate an output by removing the noise component from the input In most cases, the operation defining a particular discrete-time s
15、ystem is composed of some basic operations,2020/7/17,15,Basic Operations,Product 乘积(modulation调制) operation: Modulator调制器 An application is in forming a finite-length sequence from an infinite-length sequence by multiplying the latter with a finite-length sequence called a window sequence Process ca
16、lled windowing加窗,2020/7/17,16,Basic Operations,Addition加法operation: Adder加法器 Multiplication乘法,倍增operation Multiplier,2020/7/17,17,Basic Operations,Time-shifting时移operation: where N is an integer If N 0, it is delaying延迟operation Unit delay If N 0, it is an advance提前operation Unit advance,yn,xn,2020/
17、7/17,18,Basic Operations,Time-reversal时间反演(folding折叠) operation: Branching分支operation: Used to provide multiple copies of a sequence,2020/7/17,19,Basic Operations,Example - Consider the two following sequences of length 5 defined for :,New sequences generated from the above two sequences by applying
18、 the basic operations are as follows:,Operations on two or more sequences can be carried out if all sequences involved are of same length and defined for the same range of the time index n,2020/7/17,20,Basic Operations,However if the sequences are not of same length, in some situations, this problem
19、 can be circumvented by appending zero-valued samples to the sequence(s) of smaller lengths to make all sequences have the same range of the time index Example - Consider the sequence of length 3 defined for :,We cannot add the length-3 sequence to the length-5 sequence an defined earlier We therefo
20、re first append with 2 zero-valued samples resulting in a length-5 sequence Then,2020/7/17,21,Combinations of Basic Operations,Example -,2020/7/17,22,Sampling Rate Alteration取样率变换,Employed to generate a new sequence yn with a sampling rate higher or lower than that of the sampling rate of a given se
21、quence xn Sampling rate alteration变换ratio is If R 1, the process called interpolation插补 If R 1, the process called decimation抽取,2020/7/17,23,Sampling Rate Alteration取样率变换,In up-sampling by an integer factor L 1, equidistant zero-valued samples are inserted by the up-sampler between each two consecut
22、ive samples of the input sequence xn:,An example of the up-sampling operation,2020/7/17,24,Sampling Rate Alteration取样率变换,An example of the up-sampling operation,2020/7/17,25,Sampling Rate Alteration取样率变换,In down-sampling下采样 by an integer factor M 1, one every M samples of the input sequence is kept
23、and in-between samples are removed:,2020/7/17,26,Sampling Rate Alteration取样率变换,An example of the down-sampling operation,2020/7/17,27,Classification of Sequences Based on Symmetry对称序列的分类,Conjugate-symmetric sequence共扼对称序列: If xn is real, then it is an even sequence偶序列,An even sequence,2020/7/17,28,C
24、lassification of Sequences Based on Symmetry,Conjugate-antisymmetric sequence共扼反对称序列: If xn is real, then it is an odd sequence奇序列,An odd sequence,2020/7/17,29,Classification of Sequences Based on Symmetry,It follows from the definition that for a conjugate-symmetric sequence xn, x0 must be a real n
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 章节目录 1 章节 目录
限制150内