| Contents | Index |
Delay line
h = rfckt.delay
h = rfckt.delay('Property1',value1,'Property2',value2,...)
Use the delay class to represent delay lines that are characterized by line loss and time delay.
h = rfckt.delay returns a delay line object whose properties are set to their default values.
h = rfckt.delay('Property1',value1,'Property2',value2,...) returns a delay line object, h, with the specified properties. Properties that you do not specify retain their default values.
| AnalyzedResult | Computed S-parameters, noise figure, OIP3, and group delay values |
| Loss | Delay line loss |
| Name | Object name |
| nPort | Number of ports |
| TimeDelay | Delay introduced by line |
| Z0 | Characteristic impedance |
| analyze | Analyze circuit object in frequency domain |
| calculate | Calculate specified parameters for circuit object |
| circle | Draw circles on Smith chart |
| getz0 | Characteristic impedance of transmission line object |
| 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 |
del=rfckt.delay('TimeDelay',1e-11)
del =
Name: 'Delay Line'
nPort: 2
AnalyzedResult: []
Z0: 50
Loss: 0
TimeDelay: 1.0000e-011Ludwig, R. and P. Bretchko, RF Circuit Design: Theory and Applications, Prentice-Hall, 2000.

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 |