Q3. b Overlap Save Method (Numerical 1) | DSP | EnggClasses

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 23

  • @EnggClasses
    @EnggClasses  3 года назад +25

    Hey everyone,
    There is a small mistake in y2(n).
    y2(n)={ 7, 2, -14, -12, -5, 10, 16, 32}
    And the final y(n) will be,
    y(n) = { 2, 2, 10, 8, 18, -13, -14, -12, -5, 10, 16, 32, 9, 9}
    Please note the correction and apologize for the inconvenience.

    • @ashwinigjh2279
      @ashwinigjh2279 3 года назад

      Sir, may I know why did u take 12,-6 instead of 2,2 in y(n) (in comment section)

    • @EnggClasses
      @EnggClasses  3 года назад

      12, -6 come from y1(n).
      I'm not getting how do you get 2 and 2.
      Plz let me know.

    • @ashwinigjh2279
      @ashwinigjh2279 3 года назад

      @@EnggClasses we've
      y1(n)={-12,-9,2,2,10,8,18,-13}
      after discarding first two numbers we are left with {2,2,10,8,18,-13.........
      But u have taken 12, -6 in final y(n) (comment section )

    • @EnggClasses
      @EnggClasses  3 года назад

      You are right. Corrected.
      Thank you so much.

    • @preethik79
      @preethik79 2 года назад

      Yes sir I got that ans 7,-14,10

  • @prathamvc5296
    @prathamvc5296 3 года назад +4

    Sir why u toook x1,x2,x3 when we can windup in x1,x2 by taking 6 coefficient each

    • @joshnasree8909
      @joshnasree8909 3 года назад

      Yes Sir same doubt

    • @joshnasree8909
      @joshnasree8909 3 года назад

      Could you please explain me what is the purpose of taking x3

    • @uttejcherry7010
      @uttejcherry7010 2 года назад

      same doubt anyone explain

    • @darshanm6627
      @darshanm6627 Год назад +1

      Bro because this is nothing but filter output right, we know tht linear convolution gives the filter output of length m+n-1, here m=12 and n=3,=> finally answer output length= 14, last 2 places bcz of X3...

  • @rajarshibhattacharjee5405
    @rajarshibhattacharjee5405 2 месяца назад

    If the value of n was not given then how to calculate L ?

  • @kaursingh637
    @kaursingh637 3 года назад +1

    sir - why 2 samples from previous block ?= thank u sir

    • @suseendarans8149
      @suseendarans8149 Год назад +3

      Because m-1 =2 if it is 3 then we have to take 3 previous samples..

    • @newbie8051
      @newbie8051 7 месяцев назад

      Lenght of impulse wala =3, so we use 3-1=2 previous samples from input signal
      and we remove 2samples from output to remove points corrupted by aliasinsg

  • @AdityaSingh-vn9up
    @AdityaSingh-vn9up 6 месяцев назад

    🎉😊

  • @summaiyafathima7918
    @summaiyafathima7918 3 года назад +2

    Sir,y2[n] is wrong
    It's y2[n]=[7 2 -14 -12 -5 10 16 32]
    And y do we have to consider y3 [n]?

    • @EnggClasses
      @EnggClasses  3 года назад +12

      Yes Summaiya, i have updated the same in comment section. You have got your Maths correct, Well done..
      Thanks for the concern.
      h(n) is of length 3 and x(n) is of length 12. Therefore final y(n) must be of length 12+3-1= 14.
      If you consider only y1(n) and y2(n), you will get y(n) of length 12, to get remaining 2 samples you have to consider y3(n) as well.
      Hope this helps.

    • @Codingsd
      @Codingsd 2 года назад

      @@EnggClasses thank you sir

    • @Kookieelove
      @Kookieelove Год назад +1

      How can we know in advance the length of output if we consider only y1 and y2 ?m

  • @chandrusakthi5769
    @chandrusakthi5769 3 года назад

    Why elimate the fst two value there is any reason

    • @febamaryvarghese1937
      @febamaryvarghese1937 3 года назад +1

      This is overlap save method... We have to discard (M-1) values on the left hand side...