필터 지우기
필터 지우기

Finding the maximum points

조회 수: 4 (최근 30일)
FIR
FIR 2012년 9월 14일
I have images,where each image has sine wave ,now i want to find the maximum point of each positive peak and find the distance between them,please help
  댓글 수: 2
Thomas
Thomas 2012년 9월 14일
If I understand you right, you want to extract the numerical value of the peak of sine wave, and the distance between the peaks from an image.. Can you please post the image as well?
FIR
FIR 2012년 9월 14일
Yes Binish you are correct i want to find the peaks of sine wave

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

채택된 답변

David Lieberman
David Lieberman 2012년 9월 14일
If you have the image processing toolbox, define your axes, x and y, them display your image with say imagesc(x,y,img); Then,
Use imdistline(gca) to graphically measure the distance between any 2 points of interest to you.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by