| Contents | Index |
Series connected network
h = rfckt.series
h = rfckt.series('Property1',value1,'Property2',value2,...)
Use the series class to represent networks of linear RF objects connected in series that are characterized by the components that make up the network. The following figure shows a pair of networks in a series configuration.

h = rfckt.series returns a series connected network object whose properties all have their default values.
h = rfckt.series('Property1',value1,'Property2',value2,...) returns a series connected network object, h, based on the specified properties. Properties that you do not specify retain their default values.
| AnalyzedResult | Computed S-parameters, noise figure, OIP3, and group delay values |
| Ckts | Circuit objects in network |
| Name | Object name |
| nPort | Number of ports |
| analyze | Analyze circuit object in frequency domain |
| calculate | Calculate specified parameters for circuit object |
| 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 |
| plotyy | Plot specified object parameters with y-axes on both left and right sides |
| polar | Plot specified circuit 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 x-axis |
| smith | Plot specified circuit object parameters on Smith chart |
| write | Write RF data from circuit or data object to file |
tx1 = rfckt.txline;
tx2 = rfckt.txline;
ser = rfckt.series('Ckts',{tx1,tx2})
ser =
Name: 'Series Connected Network'
nPort: 2
AnalyzedResult: []
Ckts: {1x2 cell}
Ludwig, Reinhold and Pavel Bretchko, RF Circuit Design: Theory and Applications, Prentice-Hall, 2000.
rfckt.cascade | rfckt.hybrid | rfckt.hybridg | rfckt.parallel

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |