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

h = rfckt.cascade returns a cascaded network object whose properties all have their default values.
h = rfckt.cascade('Property1',value1,'Property2',value2,...) returns a cascaded network object, h, based on the specified properties. Properties 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 |
amp = rfckt.amplifier('IntpType','cubic');
tx1 = rfckt.txline;
tx2 = rfckt.txline;
casc = rfckt.cascade('Ckts',{tx1,amp,tx2})
casc =
Name: 'Cascaded Network'
nPort: 2
AnalyzedResult: []
Ckts: {1x3 cell}Ludwig, R. and P. Bretchko, RF Circuit Design: Theory and Applications, Prentice Hall, 2000.
rfckt.hybrid | 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 |