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

Hello! The answer should be given in MATLAB code! Thank you!
Problem 3: 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 symmetric 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]= HW3P3AAA(t, x,ws)
Problem 4: Create a function that performs mean 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 symmetric 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]= HW3P4AAA(t, x,ws)
Problem 5: Create a function that performs mean 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). Make use of the built in filter() function. 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]=HW3P5AAA(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!