SIGNALS: Discrete MATLAB Program Convolution ( to determine signals without using conv function)

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024
  • This video will tell on how to program a convolution function. That is able to process any value of x or h
    Without using conv function
    It will also discuss about how the code works to expand knowledge in Matlab Programming
    Also how to use conv function.

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

  • @carlosjoczarmoral6004
    @carlosjoczarmoral6004 4 года назад +1

    Thank you very much sir Jerome Colico! It helped me finish my PhD thesis in Digital Signal Processing. Dios Mabalos!
    ~from Philippines

  • @animeworld1934
    @animeworld1934 4 года назад +2

    Thank you for great explanation.

  • @titangelo12
    @titangelo12 4 года назад +1

    thank you sir jerome much appreciated! love lots from the philippines

  • @minute-ai
    @minute-ai 4 года назад +1

    Awesome!!! Great Job!

  • @johnjeromeo.colico1259
    @johnjeromeo.colico1259 4 года назад +1

    Great

  • @michaeltutorial6380
    @michaeltutorial6380 4 года назад

    Thank you!! this helps me a lot in my programming assignment. Cheers!

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

    Sir i have a question that how h is flipped and shifted in your code. Its working properly but i am not understanding it. By the thanks for sharing it.

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

      Yes, I accounted the fact that it needs to be flipped. So what I did I multiplied it in a way that it is already flipped.
      In that way it is much easier and shorter.
      Thanks for watching!