Code covered by the BSD License  

Highlights from
RF Utilities V1.2

image thumbnail
from RF Utilities V1.2 by Neill Tucker
Routines for Smith Chart, TDR, Mixed-Mode S-params, Matching

Z3=junct(Z1,Z2,Freq);
function Z3=junct(Z1,Z2,Freq);
% Calculate combined impedances 
%
% Usage : Z3=junct(Z1,Z2,Freq)

Z3=(Z1.*Z2)./(Z1+Z2);

Contact us at files@mathworks.com