필터 지우기
필터 지우기

how to draw a line through points?

조회 수: 2 (최근 30일)
pruth
pruth 2016년 2월 21일
댓글: Star Strider 2016년 3월 1일
hello... I want to plot a line through the points I have plotted.please see the attachment ..I have drawn a line manually just to give u an idea. please let me know if is it possible in Matlab?

채택된 답변

Star Strider
Star Strider 2016년 2월 21일
You will need the Signal Processing Toolbox.
I would first do a fft on your data, to see if your signal can be separated from high-frequency noise. If so, an appropriately-designed lowpass discrete filter would probably work. (My filter design procedure is: How to design a lowpass filter for ocean wave data in Matlab?)
If you have broadband noise that cannot be effectively filtered, with your data, my first approach would be to use the sgolayfilt function to do Savitzky-Golay filtering on it.
All signal processing on actual data requires some experimentation, and the noisier the signal, the more experimentation will be necessary. Be prepared to spend some time processing your data.
  댓글 수: 8
pruth
pruth 2016년 3월 1일
omg... hats off to u sir... I didn't know this would be that hard......thank you so much.....to learn this much programming I need to give at least 1 years...anyways answer accepted ..thank you.
Star Strider
Star Strider 2016년 3월 1일
My pleasure!
I enjoy ‘real world’ data analysis problems, so this was actually fun for me.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by