| Contents | Index |
2-port representation of RF mixer and its local oscillator
h = rfckt.mixer
h = rfckt.mixer('Property1',value1,'Property2',value2,...)
Use the mixer class to represent RF mixers and their local oscillators that are characterized by network parameters, noise data, nonlinearity data, and local oscillator frequency.
h = rfckt.mixer returns a mixer object whose properties all have their default values.
h = rfckt.mixer('Property1',value1,'Property2',value2,...) returns a circuit object, h, , that represents a mixer and its local oscillator (LO) with two ports (RF and IF). Properties that you do not specify retain their default values.
Use the read method to read the mixer data from a data file in one of the following formats:
Touchstone
Agilent P2D
Agilent S2D
AMP
See AMP File Format for information about the .amp format.
| AnalyzedResult | Computed S-parameters, noise figure, OIP3, and group delay values |
| FLO | Local oscillator frequency |
| FreqOffset | Frequency offset data |
| IntpType | Interpolation method |
| MixerSpurData | Data from mixer spur table |
| MixerType | Type of mixer |
| Name | Object name |
| NetworkData | Network parameter information |
| NoiseData | Noise information |
| NonlinearData | Nonlinearity information |
| nPort | Number of ports |
| PhaseNoiseLevel | Phase noise data |
| analyze | Analyze circuit object in frequency domain |
| calculate | Calculate specified parameters for circuit object |
| circle | Draw circles on Smith chart |
| extract | Extract array of network parameters from data object |
| getop | Display operating conditions |
| listformat | List valid formats for specified circuit object parameter |
| listparam | List valid parameters for specified circuit object |
| loglog | Plot specified circuit object parameters using log-log scale |
| plot | Plot specified circuit object parameters on X-Y plane |
| plotyy | Plot specified object parameters with y-axes on both left and right sides |
| polar | Plot specified circuit object parameters on polar coordinates |
| read | Read RF data from file to new or existing circuit or data object |
| restore | Restore data to original frequencies |
| semilogx | Plot specified circuit object parameters using log scale for x-axis |
| semilogy | Plot specified circuit object parameters using log scale for x-axis |
| smith | Plot specified circuit object parameters on Smith chart |
| write | Write RF data from circuit or data object to file |
mix1 = rfckt.mixer('IntpType','cubic')
mix1 =
Name: 'Mixer'
nPort: 2
AnalyzedResult: [1x1 rfdata.data]
IntpType: 'Cubic'
NetworkData: [1x1 rfdata.network]
NoiseData: [1x1 rfdata.noise]
NonlinearData: Inf
MixerSpurData: []
MixerType: 'Downconverter'
FLO: 1.0000e+009
FreqOffset: []
PhaseNoiseLevel: []EIA/IBIS Open Forum, Touchstone File Format Specification, Rev. 1.1, 2002 (http://www.vhdl.org/pub/ibis/connector/touchstone_spec11.pdf).
http://www.vhdl.org/pub/ibis/connector/touchstone_spec11.pdf | rfckt.amplifier | rfckt.datafile | rfckt.passive | rfdata.data | rfdata.ip3 | rfdata.mixerspur | rfdata.network | rfdata.nf | rfdata.noise | rfdata.power

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 |