1 / 12

Chapter 4 Fourier Transform of Discrete-Time Signals 2 nd lecture Mon. June 17, 2013

Chapter 4 Fourier Transform of Discrete-Time Signals 2 nd lecture Mon. June 17, 2013. 4.1 Discrete-Time Fourier Transform. Continuous-time F.T . from Chapt . 3:. CTFT. Now, the input is x[n]. Define Discrete-time F.T .:. DTFT. Inverse DTFT (4.1.3, p. 175). Eq. 4.27:.

may-ratliff
Download Presentation

Chapter 4 Fourier Transform of Discrete-Time Signals 2 nd lecture Mon. June 17, 2013

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 4Fourier Transform of Discrete-Time Signals2nd lectureMon. June 17, 2013

  2. 4.1 Discrete-Time Fourier Transform • Continuous-time F.T. from Chapt. 3: CTFT • Now, the input is x[n]. Define Discrete-time F.T.: DTFT

  3. Inverse DTFT (4.1.3, p. 175) • Eq. 4.27:

  4. Example 4.3 – Rectangular Pulse

  5. Example 4.3 – Rectangular Pulse, cont’d Even signal, so DTFT is purely real. Use the def. (Eq. 4.2) and follow Ex. 4.1 to get:

  6. Example 4.3 – Rectangular Pulse, cont’d MATLAB code* to plot magnitude: *This script can be found on the class website with the filename dtft_pulse.m

  7. Example 4.3 – Rectangular Pulse, cont’d

  8. Sect. 4.2 – Discrete Fourier Transform (DFT / FFT) This is arguably the most important result in all of signal processing and modern communication.

  9. Frequency Domain Voltage “Hello” Frequency

  10. Discrete Fourier Transform Need to store the transform in computer memory & files. DFT: Inverse DFT:

  11. Discrete Fourier Transform N-point DFT is computed using the FFT algorithm. DFT: MATLAB: n=1:1024; x=(-.7).^n; xf=fft(x); stem(xf)

  12. Discrete Fourier Transform N-point DFT: N is always 2n in practice. Common values are 1024, 4096. First point is k = 0, last point is k = N-1, center point is N/2. Magnitude is symmetric around N/2: |X(N-1)|=|X(1)|, |X(N-2)|=|x(2)|, …

More Related