We have performed filtering of long data sequence using overlap-add(OAM) and overlap save (OSM) method.These techniques are block processing techniques. Because input data sequence is divided into small blocks on which operation is performed. This operation in OAM is linear convolution and circular convolution in OSM.OSM and OAM are used to find the output of FIR filter.
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...
What is the significant advantage of using block processing techniques ?
ReplyDeleteWell written.
ReplyDeleteNice
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteDiscrete convolution of very long signals can be efficiently calculated using these methods.However the disadvantage of these methods is they introduce group delays in the system.
ReplyDelete