| Contents | Index |
Computed S-parameters, noise figure, OIP3, and group delay values
rfdata.data object
Handle to an rfdata.data object that contains the S-parameters, noise figure, OIP3, and group delay values computed over the specified frequency range using the analyze method. This property is empty by default.
The analyze method computes the AnalyzedResult property using the data stored in the Ckts property as follows:
The analyze method starts calculating the ABCD-parameters of the cascaded network by converting each component network's parameters to an ABCD-parameters matrix. The figure shows a cascaded network consisting of two 2-port networks, each represented by its ABCD matrix.
The analyze method then calculates the ABCD-parameter matrix for the cascaded network by calculating the product of the ABCD matrices of the individual networks.
The following figure shows a cascaded network consisting of two 2-port networks, each represented by its ABCD-parameters.

The following equation illustrates calculations of the ABCD-parameters for two 2-port networks.
![]()
Finally, analyze converts the ABCD-parameters of the cascaded network to S-parameters at the frequencies specified in the analyze input argument freq.
The analyze method calculates the noise figure for an N-element cascade. First, the method calculates noise correlation matrices CA' and CA", corresponding to the first two matrices in the cascade, using the following equation:

where k is Boltzmann's constant, and T is the noise temperature in Kelvin.
The method combines CA' and CA" into a single correlation matrix CA using the equation
![]()
By applying this equation recursively, the method obtains a noise correlation matrix for the entire cascade. The method then calculates the noise factor, F, from the noise correlation matrix of as follows:

In the two preceding equations, ZS is the nominal impedance, which is 50 ohms, and z+ is the Hermitian conjugation of z.
The analyze method calculates the output power at the third-order intercept point (OIP3) for an N-element cascade using the following equation:

where Gn is the gain of the nth element of the cascade and OIP3,N is the OIP3 of the nth element.
The analyze method uses the cascaded S-parameters to calculate the group delay values at the frequencies specified in the analyze input argument freq, as described in the analyze reference page.
Analyze a cascade of three circuit objects:
amp = rfckt.amplifier('IntpType','cubic');
tx1 = rfckt.txline;
tx2 = rfckt.txline;
casc = rfckt.cascade('Ckts',{tx1,amp,tx2});
analyze(casc,[1e9:1e7:2e9]);
casc.AnalyzedResult
Hillbrand, H. and P.H. Russer, "An Efficient Method for Computer Aided Noise Analysis of Linear Amplifier Networks," IEEE Transactions on Circuits and Systems, Vol. CAS-23, Number 4, pp. 235–238, 1976.

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 |