Lab-5

Linear Finite Impulse Response is implemented using any of the two algorithms of Overlap Save Method(OSM) and Overlap Add Method(OAM). Overlap Add & Overlap Save Methods are particularly used to perform convolution on longer input of data sequences by breaking actual input signal into smaller length of different signals and then performing convolution on individual data streams.In OAM method, the values which get overlap were added together. In OSM method, the values which get overlap were discarded.

Comments

Post a Comment