| Contents | Index |
Store output power and phase information for amplifiers or mixers
h = rfdata.power
h = rfdata.power(`property1',value1,'property2',value2,...)
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.
| Freq | Frequency data |
| Name | Object name |
| Phase | Phase shift data |
| Pin | Input power data |
| Pout | Output power data |
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;
rfdata.data | rfdata.ip3 | rfdata.mixerspur | rfdata.network | rfdata.nf | rfdata.noise

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 |