|
|
|
|
Vf at 1/4λ = 23.08 / (246.1 / 8.615) = 0.81
#18 DCr = 6.385Ω/1000' = 1.277Ω/200'
|
Plots Text for Cut and Paste |
---|
//Plots // Chipman Equation 7.28 $t = Sqrt(L.Z/LG1.Z); $loss = 4.34295 * Ln(Mag((1+$t)/(1-$t))) * 100/len; Plot("Loss",$loss); // Average (20 * Log(Reflection Coefficient)) / 2 // Zo dependent $SRL=IndB(Mag(Gamma(L.Z))); $ORL=IndB(Mag(Gamma(LG1.Z))); $ARL=-($SRL+$ORL)/4*100/len; Plot("GLoss",$ARL); Plot("k1k2",k1*Sqrt(G.MHz) + k2*G.MHz); |