Moving Average Filter in MATLAB | DSP

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

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

  • @Tom-sp3gy
    @Tom-sp3gy Месяц назад +1

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

  • @shimaalcarrim7949
    @shimaalcarrim7949 8 месяцев назад +1

    Great lesson

  • @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 :-)

  • @tsehayenegash8394
    @tsehayenegash8394 2 года назад +1

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

  • @srinivasarao7480
    @srinivasarao7480 4 месяца назад

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

  • @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

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

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

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

      Thank You athlene x :-)

    • @scholarstutor2453
      @scholarstutor2453 10 месяцев назад

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

  • @Tom-sp3gy
    @Tom-sp3gy Месяц назад

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

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

    how can we filter 3 number at the same time?

  • @pablomarchesiselma7268
    @pablomarchesiselma7268 2 года назад +1

    Great content

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

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

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

    What does window size means

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

    Very clear explanation

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

    Thanks for your video.
    If I have a desired vector uo=[1 2 3 4] and I add awgn noise to it i.e. u=awgn(uo,35); Now if I take 100 such vectors that are not exactly equal but are nearly the same as uo, i.e.
    [1.001 1.998 2.989 4.001]
    [1.021 2.008 3.011 4.021]
    [0.989 1.978 2.979 3.8901]
    .
    .
    .
    .
    [0.899 2.040 3.110 3.998]
    Then how can I use these 100 vectors to remove the noise and get the desired vector uo using your program?
    Regards

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

    Thank you man! Really helpful!

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

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

  • @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

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

    moving averrage. hhahah

  • @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 :-)