Filtering a very noisy signal
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
ALOK
il 2 Ago 2023
0 voti
Data1=load ( 'noisySignal.mat') ; Window =20; Moving _avg filter= ones
Categorie
Scopri di più su Digital Filter Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!