Tuesday, 26 April 2016

DSPP Experiment No. 4 - Filtering of Long Data Sequence using overlap add method and overlap save method.

The aim which has to be achieved and the contents of this experiments are as follows :
Filtering of Long Data Sequence using overlap add method and overlap save method. .
we took the length 
of the sequence as 8 
This method more importantly is suitable to find LC of long output sequence using FFT
This method finds its play role in Real time signal processing which eventually turns out to be one turn on factor as they reduce the delay in the output.
In OSM the decomposed signal of the first short length consists of zero, since the second signal consists the first signal as well, it saves the data.


https://drive.google.com/open?id=0BxKOmgoubcmEbDlFQ3czTmIwMEk

https://drive.google.com/open?id=0BxKOmgoubcmEd3JpNFVfMGlPbkk

7 comments:

  1. OAM and OSM implemented in the experiment find applications in real time signal processing.

    ReplyDelete
  2. OSM is more faster and efficient compared to OAM...

    ReplyDelete
  3. I am curious why have you implemented this in C . Wouldnt matlab or scilab be a better option , considering ease of coding and faster prototyping?

    ReplyDelete
  4. I am curious why have you implemented this in C . Wouldnt matlab or scilab be a better option , considering ease of coding and faster prototyping?

    ReplyDelete
  5. OAM and OSM are efficient ways to calculate convolution between very long signal x[n] and finite impulse response h[n]

    ReplyDelete
  6. you can also mention we use LC for OAM and CC for OSM

    ReplyDelete