Create a function for the following equation mentioned below in body?
Show older comments
I need to create a moving average function that gives the output as the following equation would: y[n] =1/M Σx[n − k] while M is odd. Upper limit: (M −1)/ 2 Lower limit: k=−(M −1)/ 2
This equation is supposed to give an output with no delay.
Answers (0)
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!