필터 지우기
필터 지우기

how to smooth a plot

조회 수: 4 (최근 30일)
joo
joo 2012년 11월 20일
does anyone know what theory is beyond this use of different smoothOrder numbers? the code does central differences and gets smoother curves. but i don't know what is the theorics to justificate this increment of smoothorder. what method/theory beyond this smoothOrder increment? anyone? please. thank you.

채택된 답변

Image Analyst
Image Analyst 2012년 11월 20일
I don't see any smoothing going on. You're just getting the average velocity over a time of smoothOrder by doing averageVelocity = deltaX/deltaT where the delta is over a time of smoothOrder seconds (or whatever units). That would be smoother than if smoothOrder was just 1, but I don't see any signal that was smoothed. You didn't calculate an "unsmooth" velocity so dx is not smoother than that (because it doesn't exist). x wasn't smoothed - it wasn't altered in any way, you didn't even get a smooth copy of x. And of course t wasn't smoothed either.
  댓글 수: 2
joo
joo 2012년 11월 20일
편집: Image Analyst 2012년 11월 23일
ok, i was completely wrong, thank you... so i posted a different question about it. please if you can help me i would be very grateful. http://www.mathworks.com/matlabcentral/answers/54268-velocity-and-acceleration-apply-filter
Image Analyst
Image Analyst 2012년 11월 23일
편집: Image Analyst 2012년 11월 23일
I haven't the slightest idea what you're trying to ask in that question. Anyway, you accepted that one already. Also, it appears that you're changing several of your questions so much that people reading them now have no idea whatsoever how the Answers are related to your questions.

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

추가 답변 (0개)

카테고리

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