Friday, April 22, 2016

Overlap Add Method / Overlap Save Method

Linear convolution was performed first by using OAM method and then OSM Method. There were 4 decomposed signals and N=8. OAM and OSM are efficient ways of calculating very long signal x[n] and a finite impulse response h[n].
https://drive.google.com/file/d/0B9zlXLFfOipjbWhkdVFhb0g1TEk/view?usp=sharing
https://drive.google.com/file/d/0B9zlXLFfOipjQ05IZS1wcTFjX1E/view?usp=sharing

9 comments:

  1. This comment has been removed by the author.

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

    ReplyDelete
  3. overlap add method is used for long input sequences as the entire input sequence cannot be processed at the same time.

    ReplyDelete
  4. Which one do you think is the most efficient in the above methods?

    ReplyDelete
    Replies
    1. Both the algorithms are equally efficient. There is no question of which one is better.

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

    ReplyDelete
  6. 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
  7. OAM and OSM methods are useful for real time applications.

    ReplyDelete