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 L and h(n) of M .Linear convolution gives output signal of length L+M-1.Where as circular convolution gives max(L,M). Correlation is used to find degree of similarity between two signals.
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...
Perfect.But elaborate other properties of convolution also.
ReplyDeleteI think circular convolution is for periodic sequence only
I didn't mention whether the above methods are periodic or not . Yes, you are correct circular convolution is done for periodic signal using circular shifting of signal and linear convolution do not require signal to be periodic .
DeleteConvolution is process of flipping > shifting > multiply > addition of input signal where,y(n)=x(n)*h(n). Use to find response of the system .
Auto-correlation of delayed input signal is same as Auto-correlation of original signal. In Auto-correlation y(0) gives energy of signal. An Auto-correlation signal is EVEN signal.
Thank you for your comment...
DeleteShort and simple!
ReplyDeleteInformation was good to refer.
ReplyDeleteGood content
ReplyDeleteCorrelation algorithms are popularly used in speech recognition systems consisting of a pre stored voice in the database that can be used for comparison.
ReplyDelete