Question: Hello! The answer should be given in MATLAB code! Thank you! Problem 1 : Create a function that performs median filtering on 1 - D

Hello! The answer should be given in MATLAB code! Thank you!
Problem 1: Create a function that performs median filtering on 1-D timeseries data expressed as t and x, and accepts
a 3^("rd ") argument of window size (window size will be odd). Use unfiltered data for the ends. While any data (vector of
t and v ) should work, the function will be tested on data from aami3a_up.csv and aami3d_up.csv data with window
sizes of 5-101. Please describe your observations. [xf]= HW3P1AAA(t, x,ws)
Problem 2: Create a function that performs median filtering on 1-D timeseries data expressed as t and x, and accepts
a 3^("rd ") argument of window size (window size will be odd). Use zero-padding for the ends. While any data (vector of t
and v) should work, the function will be tested on data from aami3a_up.csv and aami3d_up.csv data with window
sizes of 5-101. Please describe your observations. [xf]= HW3P2AAA(t,x,ws)
Hello! The answer should be given in MATLAB code!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!