| Contents | Index |
Store data from intermodulation table
h = rfdata.mixerspur
h = rfdata.mixerspur('Data',value1,'PLORef',value2,'PinRef','value3)
Use the mixerspur class to store mixer spur power specifications for a circuit object.
h = rfdata.mixerspur returns a data object that defines an intermodulation table, h, whose properties all have their default values.
h = rfdata.mixerspur('Data',value1,'PLORef',value2,'PinRef','value3) returns a data object that defines an intermodulation table, h, based on the specified properties.
| Data | Mixer spur power values |
| Name | Object name |
| PinRef | Reference input power |
| PLORef | Reference local oscillator power |
spurs = rfdata.mixerspur...
('Data',[2 5 3; 1 0 99; 10 99 99],...
'PinRef',3,'PLORef',5)
spurs =
Name: 'Intermodulation table'
PLORef: 5
PinRef: 3
Data: [3x3 double]rfdata.data | rfdata.ip3 | rfdata.network | rfdata.nf | rfdata.noise | rfdata.power | Visualizing Mixer Spurs

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 |