Chapt3_第1页
Chapt3_第2页
Chapt3_第3页
Chapt3_第4页
Chapt3_第5页
已阅读5页,还剩30页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

Chapter 3. The Discrete-Time Fourier Analysis,Gao Xinbo School of E.E., Xidian Univ. X ,Introduction,A linear and time-invariant system can be represented using its response to the unit sample sequence. h(n) is called as the unit impulse response y(n)=x(n)*h(n): system response The convolution representation is based on the fact that any signal can be represented by a linear combination of scaled and delayed unit samples. We can also represent any arbitrary discrete signal as a linear combination of basis signals introduced in Chapter 2.,Introduction (cont),Each basis signal set provides a new signal representation. Each representation has some advantages and disadvantages depending upon the type of system under consideration. When the system is linear and time-invariant, only one representation stands out as the most useful. It is based on the complex exponential signal set and is called the discrete-time Fourier Transform.,The discrete-time Fourier transform (DTFT),DTFT:,IDTFT:,Existence Condition: x(n) is absolutely summable.,DTFT,F. transforms a discrete signal x(n) into a complex-valued continuous function X of real variable w, called a digital frequency, which is measured in radians. Time domain - Frequency domain Discrete - Continuous Real valued - Complex-valued Summation - integral The range of w: The integral range of w:,Examples,3.1 Determine the discrete-time Fourier transform of Result visualization with Matlab Complex function: magnitude and angle; real/imaginary part with respect to w The range of w: showing interval: 0,pi,Two important properties,Periodicity: The DTFT is periodic in w with period 2pi Implication: we need only one period for analysis and not the whole domain Symmetry: For real-valued x(n), X is conjugate symmetric. Implication: to plot X, we now need to consider only a half of X: 0,pi,Symmetry,Matlab Implementation,If x(n) is of infinite duration, then Matlab can not be used directly to compute X from x(n). We can use it to evaluate the expression X over 0,pi frequencies and then plot its magnitude and angle (or real and imaginary parts). For a finite duration, the DTFT can be implemented as a matrix-vector multiplication operation. w: continuous-discrete,Example,x(n)=1,2,3,4,5,n=-1:3; x=1:5; K=0:500; w=(pi/500)*k; X=x*(exp(-j*pi/500).(n*k); magX=abs(X); angX=angle(X); realX = real(X); imagX = imag(X); subplot(2,2,1); plot(k/500,magX); grid; xlabel(frequency in pi unit); title(Magnitude Part);,Examples,Example3.5 Complex-valued signal The DTFT is periodic in w but it is not conjugate-symmetric. Example3.6 Real-valued signal Periodic in w and conjugate-symmetric Therefore for real sequence we will plot their Fourier transform magnitude and angle responses from 0 to pi.,The properties of the DTFT,1. Linearity: The DTFT is a linear transformation. 2. Time shifting: A shift in the time domain corresponds to the phase shifting. 3. Frequency shifting: Multiplication by a complex exponential corresponds to a shift in the frequency domain. 4. Conjugation: Conjugation in the time domain corresponds to the folding and conjugation in the frequency domain.,The properties of the DTFT,5. Folding: Folding in the time domain corresponds to the folding in the frequency domain. 6. Symmetries in real sequence: Implication: If the sequence x(n) is real and even, then X is also real and even.,The properties of the DTFT,7. Convolution: 8. Multiplication Periodic convolution (discussed in Chapter 5) 9. Energy,Energy density spectrum,Parsevals Theorem,The frequency domain representation of LTI system,The Fourier transform representation is the most useful signal representation for LTI systems. It is due to the following result: Response to a complex exponential ejw0n Response to sinusoidal sequences Response to arbitrary sequences,Response to a complex exponential,Frequency response: the DTFT of an impulse response is called the frequency response (or transfer function) of an LTI system and is denoted by H().,The output sequence is the input exponential sequence modified by the response of the system at frequency w0,In general, the frequency response H is a complex function of w. The magnitude |H| is called the magnitude (gain) response function, and the the angle is called the phase response function.,Response to sinusoidal sequences,Steady-state response,Response to arbitrary sequences,Condition: Absolutely summable sequence LTI system,Frequency response function from difference equations,When an LTI system is represented by the difference equation, then to evaluate its frequency response , we would need the impulse response h(n). We know that when , then y(n) must be,Implementation in Matlab,Sampling and reconstruction of analog signals,Analogy signals can be converted into discrete signals using sampling and quantization operations: analogy-to-digital conversion, or ADC Digital signals can be converted into analog signals using a reconstruction operation: digital-to-analogy conversion, or DAC Using Fourier analysis, we can describe the sampling operation from the frequency-domain view-point, analyze its effects and then address the reconstruction operation. We will also assume that the number of quantization levels is sufficiently large that the effect of quantization on discrete signals is negligible.,Sampling,Continuous-time Fourier transform and inverse CTFT,Absolutely integrable Omega is an analogy frequency in radians/sec,Sampling,Sample xa(t) at sampling interval Ts sec apart to obtain the discrete-time signal x(n),1. X is a countable sum of amplitude-scaled, frequency-scaled, and translated version of Xa 2. The above relation is known as the aliasing formula,The analog and digital frequencies,Fs: the sampling frequency, sam/sec,Amplitude scaled factor: 1/Ts; Frequency-scaled factor: =Ts (=02) Frequency-translated factor: 2k/Ts;,Meaning of Fig. 3.10,Suppose signal band is limited to 0, If Ts is small, 0Ts, or F0= 0/2 Fs/2=1/2Ts Then the freq. Resp. of x(t) is a overlaped replica of its analog signal xa(t), so cannot be reconstructed,Ban-limited signal,A signal is band-limited if there exists a finite radians frequency 0 such that Xa(j ) is zero for | | 0. The frequency F0= 0 /2pi is called the signal bandwidth in Hz Referring to Fig.3.10, if pi 0Ts, then,Sampling Principle,A band-limited signal xa(t) with bandwidth F0 can be reconstructed from its sample values x(n)=xa(nTs) if the sampling frequency Fs=1/Ts is greater than twice the bandwidth F0 of xa(t) , Fs 2 F0. Otherwise aliasing would result in x(n). The sampling rate of 2 F0 for an analog band-limited signal is called the Nyquist rate.,Reconstruction,1. Lowpass filter band-limited to the -Fs/2,Fs/2 band 2. The ideal interpolation is not practically feasible because the entire system is noncausal and hence not realizable.,Interpolating formula,Practical D/A converters,Zero-order-hold (ZOH) interpolation: In this interpolation a given sample value is held for the sample interval until the next sample is received. It can be obtained by filtering the impulse train through an interpolating filter of the form,Zero-order-hold (ZOH) interpolation,The resulting signal is a piecewise-constant (staircase) waveform which requires an appropriately designed analog post-filter for accurate waveform reconstruction.,First-order-hold (FOH) interpolation,In this cas

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论