www.gusucode.com > rf 案例源码程序 matlab代码 > rf/StoreSpotNoiseSpecificationsOfRFCircuitObjectExample.m

    %% Store Spot Noise Specifications of RF Circuit Object.
% Create an object to store spot noise specifications using
% |rfdata.noise|.
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)