Parallel connected network
Use the parallel
class to represent networks of linear RF
objects connected in parallel that are characterized by the components that make up the
network. The following figure shows a pair of networks in a parallel
configuration.
analyze | Analyze RFCKT object in frequency domain |
calculate | Calculate specified parameters for rfckt objects or rfdata objects |
plotyy | Plot specified parameters on X-Y plane with Y-axes on both left and right sides |
circle | Draw circles on Smith Chart |
listformat | List valid formats for specified circuit object parameter |
listparam | List valid parameters for specified circuit object |
loglog | Plot specified circuit object parameters using log-log scale |
plot | Plot specified circuit object parameters on X-Y plane |
polar | Plot specified object parameters on polar coordinates |
semilogx | Plot specified circuit object parameters using log scale for x-axis |
semilogy | Plot specified circuit object parameters using log scale for y-axis |
smith | Plot specified circuit object parameters on Smith chart |
write | Write RF data from circuit or data object to file |
The analyze
method computes the S-parameters of the
AnalyzedResult
property using the data stored in the
Ckts
property as follows:
The analyze
method first calculates the admittance
matrix of the parallel connected network. It starts by converting each
component network's parameters to an admittance matrix. The following figure
shows a parallel connected network consisting of two 2-port networks, each
represented by its admittance matrix,
where
The analyze
method then calculates the admittance
matrix for the parallel network by calculating the sum of the individual
admittances. The following equation illustrates the calculations for two
2-port circuits.
Finally, analyze
converts the admittance matrix of the
parallel network to S-parameters at the frequencies specified in the
analyze
input argument
freq
.
[1] Ludwig, R. and P. Bretchko, RF Circuit Design: Theory and Applications, Prentice-Hall, 2000.
rfckt.cascade
| rfckt.hybrid
| rfckt.hybridg
| rfckt.parallelplate
| rfckt.series