From: Eiffel on
I am learning on phase unwrapping about InSAR, and now meet some difficulties. I do not know how to achieve Flynn algorithm under matlab. I need your help,if someone know this algorithm.
From: TideMan on
On May 27, 9:37 pm, "Eiffel " <ericeif...(a)gmail.com> wrote:
> I am learning on  phase unwrapping about InSAR, and now meet some difficulties. I do not know how to achieve Flynn algorithm under matlab. I need your help,if someone know this algorithm.

I know nothing about InSAR (sounds like a virus) or Flynn algorithm,
but are you aware of this:
help unwrap
From: Bruno Luong on
TideMan <mulgor(a)gmail.com> wrote in message <421c787a-4385-4f77-b72f-310de7a88643(a)t14g2000prm.googlegroups.com>...
>
>
> I know nothing about InSAR (sounds like a virus) or Flynn algorithm,
> but are you aware of this:
> help unwrap

UNWRAP is 1D. Robust unwrapping in 2D or more dimension is a much more complicated problem.

Bruno
From: Bruno Luong on
Do you have a paper that describes Flynn's algorithm?

The cousin of Flynn's is Costantini's, where below you can find an implementation:
http://www.mathworks.com/matlabcentral/fileexchange/25154-costantini-phase-unwrapping

Bruno
From: Eiffel on
"Bruno Luong" <b.luong(a)fogale.findmycountry> wrote in message <htls30$6ad$1(a)fred.mathworks.com>...
> Do you have a paper that describes Flynn's algorithm?
>
> The cousin of Flynn's is Costantini's, where below you can find an implementation:
> http://www.mathworks.com/matlabcentral/fileexchange/25154-costantini-phase-unwrapping
>
> Bruno

Thank you very much!
maybe flynn algorithm can be described as Two-dimensional phase unwrapping with minimum weighted discontinuity.

here is a paper i learn now http://www.opticsinfobase.org/josaa/abstract.cfm?URI=josaa-14-10-2692

i want to compare some traditional phase unwrapping algorithms by simulink it through matlab

Eiffel