How can I remove noise from my graph?
    11 ビュー (過去 30 日間)
  
       古いコメントを表示
    
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.
0 件のコメント
回答 (2 件)
  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.
0 件のコメント
  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
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


