Filtering a very noisy signal
Show older comments
Hi everyone
I´m trying to filter a very noisy signal.
My problem is I need some help because I don´t know how to do it.
My signal looks like this

As anyone can see this is very noisy. I want to filter this signal so that I can get a signal that follows the top values. To understand it better this I am measuring the temperature on a conveyor belt which transports something (which corresponds to the lower temperatures). I am interested just in the temperatures of the C.Belt...
I want that my signal should look like this.

can someone help me? This is my data in a matfile Thanks in advance
Accepted Answer
More Answers (1)
ALOK
on 2 Aug 2023
0 votes
Data1=load ( 'noisySignal.mat') ; Window =20; Moving _avg filter= ones
Categories
Find more on Digital Filter Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!