How to remove Noise from dataset In Matlab

조회 수: 2 (최근 30일)
Stephen john
Stephen john 2022년 8월 30일
댓글: Rik 2022년 8월 30일
Hello Everyone, i hope you are doing well. I have the following data in which I have some noise. I want to remove the Noise using Histogram or any other method which are work on every dataset.
How can i do that?
  댓글 수: 1
Rik
Rik 2022년 8월 30일
There is no method that will work on every dataset.
x=websave('tmp.mat','https://www.mathworks.com/matlabcentral/answers/uploaded_files/1111515/noisydata.mat');
S=load(x);
data=S.dataset;
plot(data),axis([1 numel(data) min(data) max(data)])
Should this be a sign wave?
Should it contain only discrete values?
Should it be a train of stairsteps that drop down to a baseline?
Without knowing what your data should be, it is not possible to tell which parts of your data are noise.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by