Moving Averages Matlab

Job ID: 31940942

Budget: £10 – £20 GBP

2.3 Write a function that performs the moving average (given in equation (2)) of any 1-dimensional input data for any non-zero and positive order . Make sure to add zeros at the beginning of the data so that your output data will be the same length as your input data. You must not use built-in functions like movmean() or conv(). Include your all-purpose function in your lab report.