| RF Toolbox™ | ![]() |
list = listparam(h)
list = listparam(h) lists the valid parameters for the specified circuit object h.
Note Before calling listparam, you must use the analyze method to perform a frequency domain analysis for the circuit object. |
Several parameters are available for all objects. When you import rfckt.amplifier, rfckt.mixer, or rfdata.data object specifications from a .p2d or .s2d file, the list of valid parameters also includes any operating conditions from the file that have numeric values, such as bias.
The following table describes the most commonly available parameters.
| Parameter | Description |
|---|---|
S11, S12, S21, S22 LS11, LS12, LS21, LS22 (Amplifier and mixer objects with multiple operating conditions only) | S-parameters |
| GroupDelay | Group delay |
| GammaIn, GammaOut | Input and output reflection coefficients |
| VSWRIn, VSWROut | Input and output voltage standing-wave ratio |
| OIP3 (Amplifier and mixer objects only) | Third-order intercept point |
| NF | Noise figure |
| TF1 | Ratio of the load voltage to the output voltage of the source when the input port is conjugate matched |
| TF2 | Ratio of load voltage to the source voltage |
|
|
| GammaMS, GammaML | Source and load reflection coefficients for simultaneous conjugate match |
| K, Mu, MuPrime | Stability factor |
| Delta | Stability condition |
The following examples show you how to list the parameters for a transmission line object.
trl = rfckt.txline;
f = [1e9:1.0e7:3e9];
analyze(trl,f);
list = listparam(trl)
list =
'S11'
'S12'
'S21'
'S22'
'GroupDelay'
'GammaIn'
'GammaOut'
'VSWRIn'
'VSWROut'
'OIP3'
'NF'
'TF1'
'TF2'
'Gt'
'Ga'
'Gp'
'Gmag'
'Gmsg'
'GammaMS'
'GammaML'
'K'
'Delta'
'Mu'
'MuPrime'
| analyze |
| calculate |
| extract |
| getz0 |
| listformat |
| loglog |
| plot |
| plotyy |
| polar |
| semilogx |
| semilogy |
| smith |
| read |
| restore |
| write |
![]() | listformat | loglog | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |