필터 지우기
필터 지우기

how to calculate wavelength of texture ?

조회 수: 7 (최근 30일)
Lyhour Chhay
Lyhour Chhay 2022년 1월 24일
댓글: Star Strider 2022년 1월 25일
I have the texture the wavelength as in the figure attachment. I want to calculate the distance from one peak to one peak as show in the figure. How can I calculate it ? thank you very much

채택된 답변

Star Strider
Star Strider 2022년 1월 24일
Consider using the smoothdata function to eliminate the high-frequency noise. After that, first, use the detrend function to remove the varying baseline (this makles the peak amplitudes and location determinations more reliable), then use findpeaks or islocalmax to locate the peaks. (There are other options if detrend does not produce acceptable results, however it is always the first option I use.)
  댓글 수: 12
Lyhour Chhay
Lyhour Chhay 2022년 1월 25일
Dear Sir,
Thank you for your much effort. I really appreciate it. please apology me for the late reply due to different time zone. I understand your suggestion and methodology. Due to my extraction profile is not well smooth, thus, my calculate of mean wavelenght also not so accurate. Therefore, I have to find the good method for profile extraction from point cloud. However, the method that you proposed for calculation between peak distance is acceptable. Thank you very much sir.
Star Strider
Star Strider 2022년 1월 25일
As always, my pleasure!

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

추가 답변 (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