Skip to Main Content Skip to Search
Product Documentation

rfdata.network class - Package: rfdata

Store frequency-dependent network parameters

Syntax

h = rfdata.network
h = rfdata.network('Type',value1,'Freq',value2, Data',value3, 'Z0',value4)

Description

Use the network class to store frequency-dependent S-, Y-, Z-, ABCD-, H-, G-, or T-parameters for a circuit object.

h = rfdata.network returns a data object for the frequency-dependent network parameters h, whose properties all have their default values.

h = rfdata.network('Type',value1,'Freq',value2, Data',value3, 'Z0',value4) returns a data object for the frequency-dependent network parameters, h, based on the specified properties.

Properties

DataNetwork parameter data
FreqFrequency data
NameObject name
TypeType of network parameters.
Z0Reference impedance

Examples

f = [2.08 2.10 2.15]*1.0e9;
y(:,:,1) = [-.0090-.0104i, .0013+.0018i; ...
            -.2947+.2961i, .0252+.0075i];
y(:,:,2) = [-.0086-.0047i, .0014+.0019i; ...
            -.3047+.3083i, .0251+.0086i];
y(:,:,3) = [-.0051+.0130i, .0017+.0020i; ...
            -.3335+.3861i, .0282+.0110i];

net = rfdata.network...
         ('Type','Y_PARAMETERS','Freq',f,'Data',y)

See Also

rfdata.data | rfdata.ip3 | rfdata.mixerspur | rfdata.nf | rfdata.noise | rfdata.power

  


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