Tuesday, 14 March 2017

DSPP Experiment No. 04

               Overlap Add Method and Overlap Save Method

We use overlap add method(OAM) and overlap save method(OSM) when input signal x(n) is given to digital FIR filter.OAM and OSM are linear filtering methods.In this practical,a 13 point input sequence is taken and output is found out using C program using OAM and OSM for same input sequence.The outputs obtained using both the methods are same.
In OAM method,input sequence is decomposed and then linear convolution is performed on these signals individually.The outputs obtained are then combined together and displayed.In OSM the signals are decomposed and then circular convolution is performed.The input is decomposed in OSM in such a way that there are some value from previous sequence.The outputs obtained are then combined inbto a single sequence by removing the repeated number of values.In this practical,x(n) was a 13 point sequence and h(n) was 4 point sequence.

9 comments:

  1. Where to ise this method?

    ReplyDelete
  2. These methods can be used in FIR filters with long input sequence

    ReplyDelete
  3. For FIR filter the impulse response h(n) is of finite length

    ReplyDelete
  4. These are linear filtering methods

    ReplyDelete
  5. These methods are used to find output of long input data sequence.

    ReplyDelete
  6. OSM and OAM methods are useful for long sequence input signal.

    ReplyDelete
  7. OAM and OSM are block processing techniques and are used in case of FIR filters when input sequence is very long.

    ReplyDelete
  8. Oam osm can be used to find op of digital fir filter

    ReplyDelete
  9. Thanks for sharing nice stuff . . read also about Fast fouriers transform

    ReplyDelete