Filtering a very noisy signal
Ältere Kommentare anzeigen
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 Kommentare
Birdman
am 4 Apr. 2018
Can you share your data in a mat file?
José Sanches
am 4 Apr. 2018
Akzeptierte Antwort
Weitere Antworten (1)
ALOK
am 2 Aug. 2023
0 Stimmen
Data1=load ( 'noisySignal.mat') ; Window =20; Moving _avg filter= ones
Kategorien
Mehr zu Digital Filter Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!