필터 지우기
필터 지우기

Hello , plz help how to filter a data before plotting

조회 수: 1 (최근 30일)
Ibrahim Soussi
Ibrahim Soussi 2016년 5월 1일
답변: Star Strider 2016년 5월 1일
I have a data that i have to analyse it it looks like in the image I'm gonna upload but my professor is asking me to filter it so he could see just one line is it possible ?

답변 (1개)

Star Strider
Star Strider 2016년 5월 1일
It is.
First, take the Fourier transform of your signal to see the frequency components. See the documentation for fft for guidance.
Second, you need to design your filter pass-band and stop-band frequencies using the information from your Fourier transform, and then implement your filter. You need the Signal Processing Toolbox to do it. There are several ways to design filters. My filter design procedure is here: How to design a lowpass filter for ocean wave data in Matlab?

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by