Saturday, 23 April 2016

Overlap add and Overlap save method

Overlap add and Overlap save method are the algorithms used to calculate the convolution result when the whole of the input is not available but the output is needed. The only need for such an algorithm would be in real time applications.
I didn't understand how breaking up the input signal into smaller parts would still give the same convoluted answer, as it should need all possible inputs given. But the program gives identical results, so I have to accept it.

http://sahil8rai.blogspot.com/2016/04/fir-using-frequency-sampling-method.html

3 comments:

  1. Aliasing effect can be observed in OSM whereas this effect is absent in OAM

    ReplyDelete
  2. We did give all the inputs at the start , that was the only way this method worked

    ReplyDelete
  3. OAM And OSM is used for finding output of IIR filter for long data sequence.

    ReplyDelete