Scilab Function
Last update : 23/12/2007

uW_unwarp - Unwarp the phase of a Sij parameter

Calling Sequence

uwp = uW_unwarp(Sij)

Parameters

Description

This function unwarp a phase. It locates the phase warp as a gap higher than 200°.

Examples

   // Read the file
   filename=tk_getfile("*.s2p");
   S=uW_S2P_read(filename);
   
   // Unwarp the phase of S21
   Unwarped=uW_unwarp(S.S21);
   
  

Authors

Tibault Reveyrand www.reveyrand.fr

Used Function

None