Main Content

Calculate S-parameters for Wilkinson Power Splitter

Create a Wilkinson power splitter object.

rfpcbobj = wilkinsonSplitter;

Calculate the S-parameters for the Wilkinson power splitter at 2.4 GHz with the reference impedance of 50 ohms.

Sobj = sparameters(wilkinsonSplitter,2.4e9,50);

Plot the S-parameters using the rfplot function.

rfplot(Sobj)

Figure contains an axes object. The axes object with xlabel Frequency (GHz), ylabel Magnitude (dB) contains 9 objects of type line. These objects represent dB(S_{11}), dB(S_{21}), dB(S_{31}), dB(S_{12}), dB(S_{22}), dB(S_{32}), dB(S_{13}), dB(S_{23}), dB(S_{33}).