Clear Filters
Clear Filters

How to remove noise from data

12 views (last 30 days)
Khairul Afifi
Khairul Afifi on 29 Jul 2015
Commented: Khairul Afifi on 15 Aug 2017
Greetings,
I believe Matlab Central have been helpful for Matlab programmer who are still learning. I would like to ask a question on how to remove noise from data using Matlab. The data can be shown below. The y-axis is X_VSS_2013_2009 while the x-axis is date.
  1 Comment
Akira Agata
Akira Agata on 12 Aug 2017
There are many methods to reduce noise. If you want to apply smooghing, this page would be help. If you wan to use low pass filter (LPF) to reduce noise, this page will be informative.

Sign in to comment.

Answers (1)

Mubashir
Mubashir on 12 Aug 2017
use 'smooth'
  1 Comment
Khairul Afifi
Khairul Afifi on 15 Aug 2017
Thank you, Mubashir. To be honest, I have proceed with other things in research.

Sign in to comment.

Categories

Find more on Programming 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!