Friday, 22 April 2016

Overlap add and Overlap save method

Overlap add and Overlap save method are algorithms for decreasing the delay and hence it is used for large input signals.In these methods the decomposed length is specified of the input as well as the output signal.It therefore filters long data sequence and reduces the complication.In OAM zeros are added as per the length of the decomposed signal and is divided into N number of short length signals. 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.
Link:-

8 comments:

  1. In OSM, aliasing is present in first M-1 samples whereas no aliasing effect is present in OAM.

    ReplyDelete
    Replies
    1. Nice point Aishwarya. Thanks for adding it.

      Delete
  2. The delay gets reduced as the whole input sequence is not needed at an instance to get the output

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

    ReplyDelete
  4. OAM and OSM methods are used wherever the whole input signal has not been given but computations of the already stored signals are to be done.

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete
  6. Even though these methods have many advantages, but the most important application is that it can be used for real time signal processing.

    ReplyDelete