rfdata.noise class - Package: rfdata
Store frequency-dependent spot noise data for amplifiers
or mixers
Description
Use the noise class to store
spot noise specifications for a circuit object.
Construction
| rfdata.noise | Construct container for amplifier or mixer frequency-dependent
spot noise data |
Properties
| FMIN | Minimum noise figure data |
| Freq | Frequency data |
| GAMMAOPT | Optimum source reflection coefficients |
| Name | Object name |
| RN | Equivalent normalized noise resistance data |
Examples
f = [2.08 2.10]*1.0e9;
fmin = [12.08 13.40];
gopt = [0.2484-1.2102j 1.0999-0.9295j];
rn = [0.26 0.45];
noisedata = rfdata.noise('Freq',f,'FMIN',fmin,...
'GAMMAOPT',gopt,'RN',rn);
See Also
 | rfdata.noise | | rfdata.power |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit