EXAMPLE 2: Determine the output of linear FIR filter whose impulse response is h(n)={1,-3,5} and the input signal is x(n)= {-1,4,7,3,-2,9,10,12,-5,8} using over lap save method . SOLUTION: Given, x(n)= {-1,4,7,3,-2,9,10,12,-5,8} & h(n)={1,-3,5} Therefore, L=9;M=3; Adding M-1 zeros in x1(n),we get x1(n)={0,0, - 1,4,7} x2(n)={4,7,3,-2,9} x3(n)={-2,9,10,12,-5} x4(n)={12,-5,8,0,0} h(n)={1,-3,5,0,0}