Tuesday, 14 March 2017

OAM and OSM


           OAM (Overlap Add method) and OSM (Overlap Save Method) were the two methods (implemented in C) that we used to find the output of FIR filter.

           
           The value of N we selected was 8 and L was 5. Hence in OAM, the 13-pt sequence that we entered got decomposed into 3 parts and convolution of each part was calculated using FFT algorithm.

           Similarly, in OSM too the sequence was decomposed into 3 parts and circular convolution is found after which the overlapped part is neglected and the rest becomes the output.

10 comments:

  1. Computationally both the methods are equally useful and selection depends on the application.

    ReplyDelete
    Replies
    1. yes the selection is based on the application

      Delete
  2. OAM and OSM requires the same amount of computations and hence same memory space.

    ReplyDelete
    Replies
    1. Yes, so as vaibhavi said selection depends on the application

      Delete
  3. oam and osm can find op of digi fir filter

    ReplyDelete
  4. oam and osm find wide applications

    ReplyDelete
  5. OAM and OSM methods are used for long input sequence

    ReplyDelete
    Replies
    1. Yes, it breaks the kind sequence of data into small blocks depending on the method and then computation is done

      Delete
  6. These methods are used in FIR filter

    ReplyDelete
    Replies
    1. yes they are used to find the output of the digital fir filter

      Delete