network_input_output_gamma: Input/Output Reflection Coefficient

network_input_output_gammaR Documentation

Input/Output Reflection Coefficient

Description

Calculates the input and output reflection coefficients of a two-port network

Usage

gamma_in(S, gamma_load)

gamma_out(S, gamma_source)

Arguments

S

Network S-parameters,

gamma_load

Load reflection coefficient

gamma_source

Source reflection coefficient

Value

Gain value

Examples

S <- matrix(c(complex(modulus = 0.38, argument = -158 / 180 * pi),
              complex(modulus = 0.11, argument = 54 / 180 * pi),
              complex(modulus = 3.50, argument = 80 / 180 * pi),
              complex(modulus = 0.40, argument = -43 / 180 * pi)), nrow = 2, byrow = TRUE)
              
gamma_source <- z_to_gamma(25)
gamma_load <- z_to_gamma(40)

gamma_in(S, gamma_load)
gamma_out(S, gamma_source)


aaronmanderson3/rftk documentation built on July 30, 2023, 1:19 p.m.