<< uW_freq_unit Other

Microwave Toolbox >> Other > uW_unwarp

uW_unwarp

Unwarp the phase of a Sij parameter

Calling Sequence

uwp = uW_unwarp(Sij)

Parameters

Sij

real vector containning the phase in degree of the Sij parameter.

uwp

unwarped phase of the Sij parameter.

Description

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 Functions

None


Report an issue
<< uW_freq_unit Other