Skip to Main Content Skip to Search
Product Documentation

rfdata.power class - Package: rfdata

Store output power and phase information for amplifiers or mixers

Syntax

h = rfdata.power
h = rfdata.power(`property1',value1,'property2',value2,...)

Description

Use the power class to store output power and phase specifications for a circuit object.

h = rfdata.power returns a data object for the Pin/Pout power data, h, whose properties all have their default values.

h = rfdata.power(`property1',value1,'property2',value2,...) returns a data object for the Pin/Pout power data, h, based on the specified properties.

Properties

FreqFrequency data
NameObject name
PhasePhase shift data
PinInput power data
PoutOutput power data

Examples

f = [2.08 2.10]*1.0e9;
phase = {[27.1 35.3],[15.4 19.3 21.1]};
pin = {[0.001 0.002],[0.001 0.005 0.01]};
pout = {[0.0025 0.0031],[0.0025 0.0028 0.0028]};
powerdata = rfdata.power;
powerdata.Freq = f;
powerdata.Phase = phase;
powerdata.Pin = pin;
powerdata.Pout = pout;

See Also

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

  


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