DT Convolution-Simple Example Part 1

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • Shows how to compute the discrete-time convolution of two simple waveforms.
    This video was created to support EGR 433:Transforms & Systems Modeling at Arizona State University. Links to other videos can be found at www.engineering... and sites.google.co...
    This video is made available under the Creative Commons BY-SA license.

КОМЕНТАРІ • 50

  • @Coscos007
    @Coscos007 8 років тому +8

    Thanks, I had to do this for some test and could not understand the professor's explanation. This helped me a lot.

  • @ethanshuffel2072
    @ethanshuffel2072 7 років тому

    Your video was the only one with any clarity on how this addition was done during the convolution. Thank you

  • @FatimaRizvi-f9b
    @FatimaRizvi-f9b 6 місяців тому

    Isn't that exciting? We got our first value here. Made me smile sooo wide :DDDD This video was so helpful!

  • @khaledalhorani7965
    @khaledalhorani7965 7 років тому +2

    I recommend to watch this video, its so informative.

  • @tripplehop
    @tripplehop 12 років тому +7

    Well, actually that won't be the case. If you have a signal x[n] and a signal x[n-2], then the -2 would account for moving to the right (or delaying the signal). Here you are working with x[-n] and x[-n-2], however, and x[-n-2] is nothing but x[n-2] flipped around the y-axis (because you just swap n with -n). So in this case, you are reflecting a signal shifted two to the *right* of x[n] (i.e. x[n-2]) around the y-axis, which results in a signal shifted two the *left* of x[-n] (i.e. x[-n-2).

    • @grjesus9979
      @grjesus9979 Рік тому +1

      Thanks, i was thinking the same. But if convolution is defined from left to right shouldnt it be x[-t-tau] intead of x[-tau+t]?

  • @zaranikdel
    @zaranikdel 9 років тому +4

    Thank you. now I can clearly realize convolution

  • @marlborowaferchoco
    @marlborowaferchoco 9 років тому +1

    Ok so people here are wondering about the shifting. In this video he is right when he does shifting to the left for h(-4-k). Here he mirrors/flips it first and then does the shifting. For the h(-4-k), if I do the shifting first, then I would move it to the right for -4 and then just flip it, HOWEVER if you mirror first then do the shifting you cannot move it the right for -4, you have to go to the left. If you don't believe me, you can do it. So the important thing to note here is either you do the shifting or scaling first. h(-4-k)=h(-(4+k))

  • @RsGhost1
    @RsGhost1 12 років тому +4

    Won't deducting 4 move it to the right?

  • @ShahidaKhanam
    @ShahidaKhanam 8 років тому +6

    Aaahhhh...... thnx man! u jst saved my life! :)

  • @foonty
    @foonty 11 років тому

    look at it this way:
    you invert the sequence x[n] which is centered at n = 0 and you get x[-n], then shift center to n = -3 or n+3 = 0. Then x[-n] becomes x[-(n+3)]. Hence, x[-n-3]. If you don't invert x[n] then you'll replace n by n+3 and get x[n+3]. So be careful about the - sign.

  • @77bigears
    @77bigears 11 років тому

    cheers darryl you have sorted me right out!

  • @archbtw
    @archbtw 2 роки тому

    Great explanation, thanks!

  • @rishabhjain4320
    @rishabhjain4320 10 років тому +1

    what if in the question x[n] and h[n] are given? should we consider them as x[k] and h[k] and follow the rest of the steps u told??

  • @onlyAerik
    @onlyAerik 15 днів тому

    uugh! I took a System Dynamics course and block diagrams jumped straight into the use of negative feedback and laplace transforms only. And that's natural after all, because control is all about constraint, and that's what negative feedback loops actually do. But then I started on my own doing MIT OCW 6.003 "Signals and Systems" to understand better how programs like MATALB might actually be doing the work and stuff and wow does that book (Oppenheim, et al 1996) waffle around in its examples. Impossible to follow. Diagrams nowhere near the text talking about them, going back and forth between the example and tangents.
    There's a 2016 book, which is less problematic, but the structure is different, and just assumes students already know things like z-transform?
    Your playlist here is a big help, especially this part where the convolution section is the worst section ever.

  • @sohanahmad2593
    @sohanahmad2593 5 років тому

    Good explanation. Thank you so much

  • @rchelipilot3581
    @rchelipilot3581 3 роки тому

    Hi Darryl, in the 2nd term of the sum h(n-k) why does that not become h(n+k) when k is negative? For example when you calculate y(-2), here n = -2, then you would sum the products from k = -inf to k = +inf. There will be -k’s in that summation. For example x(-2)h(-2-(-2)) = x(-2)h(-2+2)? But that gives the wrong answer.

  • @jonnyb.781
    @jonnyb.781 3 роки тому

    Great content! Trank you!

  • @MonkoGames
    @MonkoGames 2 роки тому

    my prof wants it with 3 impulse responses.. any help? should i just do the first two, then the result with the 3rd?

  • @jaratujemsam15
    @jaratujemsam15 11 років тому +1

    Please, could you tell me, why are you taking n=-4? Is there some rule for that?

    • @daesoolee1083
      @daesoolee1083 3 роки тому +1

      I think '-4' is more like an arbitrary starting point (number) because even if `n` is much lower than -4, y[n] would result in zero anyways.

  • @akmel1341
    @akmel1341 10 років тому

    At the very first place, why do we want to flip h[n] ? Is it not possible to make the convolution without fliping?

  • @miguelrodriguez7541
    @miguelrodriguez7541 5 років тому

    thnx brouston, u jst saved my life! :)

  • @nayakakshay5735
    @nayakakshay5735 7 років тому +5

    you didn't explain that why do you start from. -4

    • @niveyoga3242
      @niveyoga3242 5 років тому +2

      I think it would be 0 anyways if you shift it more to than -4 to the left. But theoretically you have to start at -inf. But all values are 0 until -4. So there is no point in calculating the previous values.

  • @SaraAhmed-rg5zk
    @SaraAhmed-rg5zk 9 років тому

    Thank you sir, u save my life :)

  • @anarchy9176
    @anarchy9176 9 років тому

    could you help me answer this please. if you have x[k] and y[k], how can one find h[k]? thank you.

  • @UmairbinMansoor
    @UmairbinMansoor 8 років тому +2

    Very good explanation...but can you explain why the hell do you need to flip h[n-k]...Actually I know why but the students need to understand the exact practical reason WHY?

    • @aaronwtr1150
      @aaronwtr1150 5 років тому

      There isn't an exact answer to why but since we are dealing with Linear and Time Invariant systems we can change the input to h[n-k] without changing the output and this helps us to visualize to convolution.

  • @YaraOmran
    @YaraOmran 11 років тому

    actually, x[-n-2] is x[-(n+2)] and is not equal to the flipped x(n-2),because in this case you shift to the right, because this is nothing but the signal x advanced (i.e shifted to the right ) and flipped about the 0 axis (or flipped and then shifted by 2 to the right if you want)

  • @sharpEAGLES
    @sharpEAGLES 8 років тому

    Thanks!!

  • @ramyachowdary5801
    @ramyachowdary5801 7 років тому

    can u explain x(n)+x(-n)=1+impulse function i.e del(n)

  • @arash4232
    @arash4232 3 роки тому

    It seems that one of the elements of h is changed from 0 to -1, when flipped!

  • @milongitom
    @milongitom 10 років тому

    Thank YOu.

  • @MrCentripetal
    @MrCentripetal 7 років тому

    at 8:18 the product -1 * -1 is not -1 but 1 no?

    • @johnperalessyahoo
      @johnperalessyahoo 7 років тому

      i know this is real late but the value of h at -1 = 1 so 1*-1 = -1

  • @AlpNewYork
    @AlpNewYork 8 років тому

    sir you are an angel.

  • @atakansisman9134
    @atakansisman9134 7 років тому

    ADAMSIN KARDEŞİM

  • @abhikch1992
    @abhikch1992 12 років тому

    Exactly..this is what i wanna ask...

  • @tripplehop
    @tripplehop 12 років тому +2

    Actually, he's wrong. You can see my comment for the details.

  • @lee_dubs3206
    @lee_dubs3206 4 роки тому

    Not sure how there are 31 dislikes. Did ya'll come here for a Taylor Swift video or something? Great job.

  • @RsGhost1
    @RsGhost1 11 років тому

    I know

  • @andrewmccooey1688
    @andrewmccooey1688 4 роки тому

    Not so convoluted! Thanks for not being discrete on the teachings!

  • @LearnKinyarwanda
    @LearnKinyarwanda 6 років тому

    I thought the product of (-1) and (-1) is 1 not -1 !!! (8.20 min)