| Contents | Index |
Store frequency-dependent noise figure data for amplifiers or mixers
h = rfdata.nf
h = rfdata.nf('Freq',value1,'Data',value2)
Use the nf class to store noise figure specifications for a circuit object.
h = rfdata.nf returns a data object for the frequency-dependent noise figure, h, whose properties all have their default values.
h = rfdata.nf('Freq',value1,'Data',value2) returns a data object for the frequency-dependent noise figure, h, based on the specified properties.
| Data | Noise figure values |
| Freq | Frequency data |
| Name | Object name |
f = 2.0e9;
nf = 13.3244;
nfdata = rfdata.nf('Freq',f,'Data',nf);rfdata.data | rfdata.ip3 | rfdata.mixerspur | rfdata.network | 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 |