Rotate signal around midpoint

조회 수: 2 (최근 30일)
Konvictus177
Konvictus177 2021년 7월 8일
편집: Matt J 2021년 7월 8일
Hello,
I have taken measurement with a laserscanner (profilometer). It seems that the profilometer was not aligned properly to the object.
How can I rotate the following signal around the midpoint in such a way that it simulates a perfectly aligned laserscanner.
The blue line is my measured signal. The red line is what I want.
Can is use normalization, median, mean, etc...do get the signal I want?

채택된 답변

Chunru
Chunru 2021년 7월 8일
  댓글 수: 1
Konvictus177
Konvictus177 2021년 7월 8일
I will try it. Seems promising!!

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

추가 답변 (1개)

Matt J
Matt J 2021년 7월 8일
편집: Matt J 2021년 7월 8일
If the red curve and blue curve consist of corresponding point pairs, then you can use absor,
to roto-align them.
[~,~,result]=absor(blue,red);

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by