Filtering a very noisy signal
Afficher commentaires plus anciens
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
2 commentaires
Birdman
le 4 Avr 2018
Can you share your data in a mat file?
José Sanches
le 4 Avr 2018
Réponse acceptée
Plus de réponses (1)
ALOK
le 2 Août 2023
0 votes
Data1=load ( 'noisySignal.mat') ; Window =20; Moving _avg filter= ones
Catégories
En savoir plus sur Digital Filter Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!