필터 지우기
필터 지우기

Using the unwrap command

조회 수: 6 (최근 30일)
Agustin
Agustin 2017년 6월 23일
답변: Landereethe Sacha 2019년 7월 3일
Hi! I'm working with a Radar image and I want to unwrap the interferometric phase of the image. I'm using the unwrap command but when I plot the image, the image is not correct. If I choose a random column on the image, I'm able to plot the unwrapped phase but what I want to do is plot unwrapped phase of the entire image. Can somebody help me with this?

채택된 답변

Walter Roberson
Walter Roberson 2017년 6월 24일
Be careful about row and column. unwrap() applied to an array unwraps along the first non-singleton dimension, which would normally be the first dimension, so unwrap would normally proceed column by column. That can be a problem if you need to unwrap along rows. You can use unwrap(YourArray, [], 2) to unwrap along rows.
  댓글 수: 2
Agustin
Agustin 2017년 6월 24일
Thanks! I will try this.
Agustin
Agustin 2017년 6월 24일
I tried using unwrap(image,[],2) and I'm having the same errors I have seen before but on the rows this time. I don't know what I could be doing wrong.

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

추가 답변 (1개)

Landereethe Sacha
Landereethe Sacha 2019년 7월 3일
Hi,
I want to make the unwrapping process on matlab. In fact they ask me a .map format and i don't know how to extract it from snap. Have you any idea ?
Thank's

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by