DFT, Properties of DFT

What you will learn

Discrete Fourier Transform

Properties of DFT

Inverse Discrete Fourier Transform

Circular convolution

Description

The Discrete Fourier Transform (DFT) is one of the most important tools in Digital Signal Processing. It enables us to find the spectrum of a finite duration sequence.

Discrete Fourier Transform (DFT) is an algorithm to implement Discrete Time Fourier Transform (DTFT) on computers for signal processing by sampling at equally spaced frequency points of one cycle of DTFT. Unlike DTFT (DTFT is continuous), the output of DFT is discrete and hence can be implemented on a computer.

DTFT is a continuous function of frequency, where as DFT is a discrete function of frequency.

Computing the DFT is equivalent to solving a set of linear equations.

In direct DFT method, the computational part is too long.

The Discrete Fourier Transform (DFT) can be computed efficiently using a Fast Fourier Transform (FFT).

Fast Fourier Transform (FFT) is an algorithm to reduce number of complex additions and complex multiplications while calculating DFT.

In this course, I have explained about Discrete Fourier Transform ( DFT) and Inverse DFT (IDFT).

The topics are


Get Instant Notification of New Courses on our Telegram channel.


Relationship between DFT and DTFT

Finding DFT for a given x(n)

Properties of DFT

Linear convolution

Circular convolution or Periodic convolution

Difference between circular convolution and linear convolution

Performing linear convolution using circular convolution

Many example problems are also explained on all concepts.

After the completion of this course, definitely you are able solve problems on your own.

English
language

Content

Discrete Fourier Transform

Introduction
Procedure to find DFT
Periodicity property, DFT of a real valued signal
Example problems
Circular convolution, Parseval’s Theorem
Time expansion property
Performing Linear convolution using Circular convolution
Circular time reversal
Finding Inverse DFT (IDFT)
Example Problem
Expansion of x(n) , Expansion of X(k)
Example Problem
Example Problem
Example Problem
Example Problem
Example Problem