<< uW_S2P_K S2P files uW_S2P_MSG >>

Microwave Toolbox >> S2P files > uW_S2P_MAG

uW_S2P_MAG

Calculate the Maximum Available Gain (MAG) of a S2P.

Calling Sequence

M=uW_S2P_MAG(S)

Parameters

S

tlist containing the S parameters.

M

vector. Value of the Maximum Available Gain according to the frequency list of the S2P object.

Description

This function calculates the Maximum Available Gain (MAG) of a S2P object. This gain is defined ONLY for K greater than 1 with : K=uW_S2P_K(S). This function returns MAG=0 for K lower than 1.

Examples

// Get the T11 parameter of a measured device
// 

filename=uigetfile("*.s2p");
S=uW_S2P_read(filename);
plot2d(S.frequency./(10^9),uW_S2P_MAG(S));

See Also

Authors

Tibault Reveyrand

www.reveyrand.fr


Report an issue
<< uW_S2P_K S2P files uW_S2P_MSG >>