network_input_output_gamma | R Documentation |
Calculates the input and output reflection coefficients of a two-port network
gamma_in(S, gamma_load)
gamma_out(S, gamma_source)
S |
Network S-parameters, |
gamma_load |
Load reflection coefficient |
gamma_source |
Source reflection coefficient |
Gain value
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.