How do I do phase unwrapping for a function in 2 variables for which I know the surface is increasing but I do not know the exact nature of the surface?
1 次查看(过去 30 天)
显示 更早的评论
I have an unknown surface phi(i,k)on a 2 dimensional matrix such as 512x512 matrix. I know that it's minimum is phi(256,256)=0 and atan(tan(phi(256,256)))=0. it increases as radius from (256,256) increases. I know the values of atan(tan(phi(x,y), but they lie between -pi/2 to pi/2. How do I get the original continuously increasing surface phi(x,y)? I know I need to add pi whenever atan(tan(phi(x,y)) becomes less than 0 for the first time but not I am unable to figure out the code.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!