
the blue plot is a noisy plot of the original plot(red). Is there any way to approximate the blue plot to nearly red plot?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Let’s define a wavy function:
And add lots of noise:
Now make a 1D Gaussian filter, normalize it and convolve it with our function:
Let’s see the result
Red the original function, blue the noisy version, green the smoothed, ‘recovered’ function.