Second lab of DSPP was about discrete fourier transform i.e DFT and IDFT which are the computational method for frequency analysis of signal . DFT gives periodic result with period equal to N(length of i/p signal). DFT is practical implementation of DTFT .Spectrum of DFT is in the frequency range of 0 to 2π .N-point DFT values csn be computed in a total of N^2 Complex multiplication and N(N-1) complex addition.
Tuesday, 14 March 2017
DFT
Subscribe to:
Post Comments (Atom)
DSP application on one dimensional signal
Patent Review : Pulse width modulation control unit of inverter. Application No: 89303871.1 Patent No:033878B1 Date of patent:18.04.89 ...
-
We have performed filtering of long data sequence using overlap-add(OAM) and overlap save (OSM) method.These techniques are block processi...
-
The first experiment performed in DSPP lab was convolution and correlation with the help of c language. we used input signal x(n) of length...
-
Second lab of DSPP was about discrete fourier transform i.e DFT and IDFT which are the computational method for frequency analysis of sign...
-
All previous labs performed by us were either mathematical calculation and its execution using c language on compiler or simulatio...
-
We performed Fast fourier transform in 3rd experiment . In FFT,The procedure of performing the butterfly computations and returning the r...
-
We saw two types of filters, those are IIR and FIR. The design of filter means to find H(z) in Digital filter design and H(s) in ...
-
Patent Review : Pulse width modulation control unit of inverter. Application No: 89303871.1 Patent No:033878B1 Date of patent:18.04.89 ...
-
In previous 4 labs of DSPP, we have seen different mathematical calculation on discrete time signal, such as convolution, correlati...
-
In the previous lab we performed FIR filter designing using windowing method. This lab was about designing a filter having linear or...
-
Our previous lab was about Butterworth filter. There is another kind of filter designing technique for IIR filter. That is Chebyshev...
Why DFT is preferred over DTFS needs to be emphasized.
ReplyDeleteDisadvantage of DFT is that it maps real sequences into complex.
Hence we go for DCT
DTFS is taken for periodic discrete signals and DFT is taken when these samples are to be fed to the computer for calculation.Actually the DTFS of a signal will be periodic discrete in nature, so this periodic signals is further sampled over a period so that the values can be used by computer.
DeleteEasy to understand!
ReplyDeleteNicely explained!
ReplyDelete