| Contents | Index |
Hybrid connected network
h = rfckt.hybrid
h = rfckt.hybrid('Property1',value1,'Property2',value2,...)
Use the hybrid class to represent hybrid connected networks of linear RF objects that are characterized by the components that make up the network.
h = rfckt.hybrid returns a hybrid connected network object whose properties all have their default values.
h = rfckt.hybrid('Property1',value1,'Property2',value2,...) returns a hybrid 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;
hyb = rfckt.hybrid('Ckts',{tx1,tx2})
hyb =
Name: 'Hybrid Connected Network'
nPort: 2
AnalyzedResult: []
Ckts: {1x2 cell}
Ludwig, R. and P. Bretchko, RF Circuit Design: Theory and Applications, Prentice-Hall, 2000.
rfckt.cascade | rfckt.hybridg | rfckt.parallel | rfckt.series

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 |