Skip to Main Content Skip to Search
Product Documentation

AnalyzedResult property - Class: rfckt.coaxial
Package: rfckt

Computed S-parameters, noise figure, OIP3, and group delay values

Values

rfdata.data object

Description

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 treats the transmission line as a 2-port linear network. It computes the AnalyzedResult property of a stub or as a stubless line using the data stored in the rfckt.coaxial object properties as follows:

The analyze method uses the 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.

Examples

tx1 = rfckt.coaxial;
analyze(tx1,[1e9,2e9,3e9]);
tx1.AnalyzedResult

ans =

             Name: 'Data object'
             Freq: [3x1 double]
             S_Parameters: [2x2x3 double]
             GroupDelay: [3x1 double]
             NF: [3x1 double]
             OIP3: [3x1 double]
             Z0: 50
             ZS: 50
             ZL: 50
             IntpType: 'Linear'
  


Recommended Products

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