Question: solve problem 3 i will provide you to functions Problem 3/ MatlabGrader (20 points, CCO #7) Develop a Matlab function [yf] = myBandPass (t, y,

solve problem 3 i will provide you to functions

Problem 3/ MatlabGrader (20 points, CCO #7) Develop a Matlab function [yf] = myBandPass (t, y, fmin, fmax) that applies a sharp band-pass filter to a given data set y(t). The band-pass filter shall remove all data with frequencies smaller fmin and larger fmax and shall let all data with frequencies fmin ffmax pass unchanged. As input the function shall take the column vectors t and y that contain in s and dimensionless y(), and fmin and fmax that contain /min respective fmax in Hz. The output shall be a column vector yof that contains the band-pass filtered data at times t. Call/use only functions for numerical methods developed in recitation, homework, and/or prior exams, however, you may not call myPowerDFT in your function. Also, read again the exam instructions. Required submission: O well commented function source code submitted to Matlab Grader using the Canvas link for Exam 7 - Problem 3 - only use functions developed in this class or this exam to solve the exam problems. If an equivalent build-in Matlab function is used for a function developed in this class, no credit will be given. The appendix lists the functions developed in this class. The use of Matlab's \\ operator, in(), inverse(), -] for matrices, or any other method to solve linear systems, norm(), methods to solve non-linear equations, e.g., fsolve(), fzero(), the use of polyfit(, polyval(, spline(), or similar fitting or interpolation function, diff(, integration functions, e.g., trapz(), integral(), into; ffto, iffto or similar Fourier transform functions; ode450), or ode230), or similar ode solution functions will be considered a violation of the academic integrity policy

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