Question: Create a script in MATLAB that does the following. a . Evaluate the function x ( t ) = sin ( 0 . 8 9
Create a script in MATLAB that does the following.
a Evaluate the function xt sint in the domain t
i Graph xx
b Add noise to the function xt
You can use the noise function:
function noiseValues noisysintm
for i:lengthtm
noiseValuesirandi;
end
Plot the noise signal you are considering.
ii Add this noise to xt and graph it
c Filter the signal xt with noise with the Moving Average Filter MAF strategy
i You should be able to change the filter size for any N
ii Test your filter to smooth the signal xt with noise taking into account the following filter sizes N and
iii. Write a brief comment on the differences you observe between the system's responses.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
