필터 지우기
필터 지우기

How can I remove noise from my graph?

조회 수: 22 (최근 30일)
John Nosh
John Nosh 2017년 9월 22일
답변: Image Analyst 2017년 9월 22일
I recently conducted an experiment involving water oscillations and I have a lot of noise. What are some methods to remove it? Thank you for your time.

답변 (2개)

Christoph F.
Christoph F. 2017년 9월 22일
The most straightforward option is using a filter to remove the noise. This works if the noise has a different spectral content than the signal (e.g. signal is bandlimited, noise is white -> a lowpass filter can be used to reduce the amount of noise).
Functions for digital filter design and application can be found in the signal processing toolbox.

Image Analyst
Image Analyst 2017년 9월 22일
For 1-D signals, you might try sgolayfilt() or movmean() or smooth(). For 2-D signals (images) see https://users.soe.ucsc.edu/~milanfar/publications/journal/ModernTour.pdf

카테고리

Help CenterFile Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by