Moving Average Filter in MATLAB | DSP

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 29

  • @Tom-sp3gy
    @Tom-sp3gy 6 หลายเดือนก่อน +1

    Very useful … too good! Thanks a lot ! Plz make more such MATLAB videos …

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  6 หลายเดือนก่อน

      Thank you, I will @Tom-sp3gy. Happy Learning !

  • @shimaalcarrim7949
    @shimaalcarrim7949 ปีที่แล้ว +1

    Great lesson

  • @tsehayenegash8394
    @tsehayenegash8394 2 ปีที่แล้ว +1

    How do we know a and b (denominator and numenator) in a real data?

  • @Talha-yr1qk
    @Talha-yr1qk 3 ปีที่แล้ว +1

    Sir, very nice, please keep on producing such helpful material for dsp

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  3 ปีที่แล้ว +1

      Thank You Abubakar Safi for this inspiring comment! Happy Learning :-)

  • @srinivasarao7480
    @srinivasarao7480 9 หลายเดือนก่อน

    Hi bro can you please explain how to calculate numarator and denominator values please

  • @yahya89able
    @yahya89able 4 ปีที่แล้ว +2

    Very nice man , very nice , you helped me a lot

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  4 ปีที่แล้ว +1

      Thank You athlene x :-)

    • @scholarstutor2453
      @scholarstutor2453 ปีที่แล้ว

      @@KnowledgeAmplifier1 I want to implement this but without using builtin filter function. Can you help me in this regard

  • @tugbaserifoglu1524
    @tugbaserifoglu1524 2 ปีที่แล้ว

    how can we filter 3 number at the same time?

  • @tsehayenegash8394
    @tsehayenegash8394 2 ปีที่แล้ว

    I appreciate your help. Please uploade a video with taka real temperature data and how to filter it? I will expect you

  • @adrianunisa
    @adrianunisa ปีที่แล้ว

    What does window size means

  • @XxgunOo
    @XxgunOo 3 ปีที่แล้ว

    Thank you man! Really helpful!

  • @abhijeetmishra3795
    @abhijeetmishra3795 4 ปีที่แล้ว

    Very clear explanation

  • @pablomarchesiselma7268
    @pablomarchesiselma7268 3 ปีที่แล้ว +1

    Great content

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  3 ปีที่แล้ว

      Thank You Pablo marchesi selma! Happy Learning & have a great new year ahead :-)

  • @Tom-sp3gy
    @Tom-sp3gy 6 หลายเดือนก่อน

    It would have been much bettter presentation if you had made a PowerPoint slide instead of digital pen

  • @danielalejandrodominguez4198
    @danielalejandrodominguez4198 4 ปีที่แล้ว

    thank you for the video, you help me a lot...

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  4 ปีที่แล้ว

      Welcome Daniel Alejandro Dominguez
      . Happy Learning :-)

  • @vipultyagi873
    @vipultyagi873 4 ปีที่แล้ว +1

    @Knowledge Amplifier. Thanks alot for the video, it has gave me idea how to program it.
    Can you please help me how to program a code for the below question as i am not getting the output as required. I will be very very thankful to you.
    Write a program that will smooth an array of noisy data using a two-point average. Assume the array of data is a row vector
    and that a backwards average will be used for the smoothing. For a backwards two-point
    average, Xavg,𝑘 =(X𝑘+X𝑘−1)/2, except for 𝑘 = 1 where Xavg,1 = X1. Use loops and
    conditional statements rather than array operations. Use the following statement (for
    MATLAB) to create a row vector of noisy data from a normal distribution with a mean
    of 10.0 and a standard deviation of 2.0 to test your program:
    • noisydata = 10.0 + 2.0 ∗ 𝑟andn(1,100);

  • @Juize89
    @Juize89 3 ปีที่แล้ว

    gj

  • @abdolvakilfazli2488
    @abdolvakilfazli2488 3 ปีที่แล้ว

    It is ridiculous that you chose those coefficients equal. this makes your video useless

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  3 ปีที่แล้ว +2

      The moving average filter has all coefficients equal ...
      For example, a 5 point filter has the filter kernel:
      ˛ 0, 0, 1/5, 1/5, 1/5, 1/5, 1/5, 0, 0 ˛ . That is, the moving average filter is a
      convolution of the input signal with a rectangular pulse having an area of one.
      Hope you got my point.
      Happy Learning :-)

  • @z3jlewhhda376
    @z3jlewhhda376 5 ปีที่แล้ว +1

    moving averrage. hhahah